-
Notifications
You must be signed in to change notification settings - Fork 681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'Tensor' object has no attribute '_trt' #325
Comments
I encountered the same problem. |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: