-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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: 'NoneType' object has no attribute 'create_execution_context' #3805
Comments
NOTE: context = engine.create_execution_context() maybe your engine is not deserialized. |
@lix19937 how i can solve this "deserialized" also when i want transfer my .pt model to .engine whit use the below code i get this error" File "C:\GUI_SANANN_FACTORY\REPORTS\from_pt_to_engine.py", line 10, in my code please help me |
raise error, you need check your code. |
@lix19937 thank you so much |
AttributeError: 'NoneType' object has no attribute 'create_execution_context'
TensorRT Version:
8.6.1
NVIDIA GPU:
Quadro M2000M
NVIDIA Driver Version:
551.52
CUDA Version:
release 11.3
CUDNN Version:
8.9.0
Operating System:
Windows-10-10.0.19045-SP0
Python Version (if applicable):
3.9.18 (main, Sep 11 2023, 14:09:26) [MSC v.1916 64 bit (AMD64)]
Tensorflow Version (if applicable):
2.16.1
PyTorch Version (if applicable):
1.11.0+cu113
Baremetal or Container (if so, version):
Baremetal
please help!
The text was updated successfully, but these errors were encountered: