Open astekardis opened 4 years ago
I encountered the same problem. Any solution?
I encountered the same problem. Any solution?
Same problem with yours, solved?
Any updates on this?
same problem,who can solve it?@jaybdub
same here
Same problem, how did you able to solve it?
same error, any updates?
same
I'm currently trying to use torch2trt on my Jetson Nano. See below for the
jetson_release
info for this device:Note that I've confirmed that the sample usage code given here runs without issue on this device.
I've cloned
torch2trt
and installed it with plugin support on my Nano, but am unable to successfully to convert my object detection pytorch model to a TensorRT engine. Specifically, the error that returns when I callmodel_trt = torch2trt(model, [x])
is as follows:Since the error appears to be with the
getitem
converter, I tried runningpython3 -m torch2trt.test --name=getitme
from the top level torch2trt directory, but no output is printed.What can I do to solve this issue?