torch2trt
torch2trt copied to clipboard
ImportError: cannot import name 'torch2trt'
Hi, from the pip list I find that torch2trt was installed successfully but "from torch2trt import torch2trt" conducted the above error. So I try to just import torch2trt, and use torch2trt.torch2trt(model, [x]) ,then "AttributeError: module 'torch2trt' has no attribute 'torch2trt'" error was received