torch2trt
torch2trt copied to clipboard
'NoneType' object has no attribute 'create_execution_context'
File "ai_py/test/test_pose_detect.py", line 67, in
how to solve this question
Hi @wang-TJ-20 ,
Thanks for reaching out!
This typically indicates that the TensorRT conversion failed for some reason.
Are you able to share the PyTorch model you're attempting to convert?
Best, John
Same issue here with a P100 GPU... Oddly enough, when I use a T4 everything works smoothly.