🐛 [Bug] aten.mean.dim
converter throws error despite being supported
#1742
Labels
aten.mean.dim
converter throws error despite being supported
#1742
Bug Description
The
aten.mean.dim
converter throws the following error when compiling the displayed model:To Reproduce
Steps to reproduce the behavior:
Sample().eval().cuda()
torch.zeros((5, 5), dtype=torch.float, device="cuda:0")
torch_tensorrt.fx.compile(model, [input_], min_acc_module_size=1, is_aten=True)
Expected behavior
Model should compile via the FX path or list the operator as unsupported.
Environment
python setup.py develop
Additional Context
Solving this issue will also resolve the error encountered in #1740
The text was updated successfully, but these errors were encountered: