Skip to content
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

asert(engine->getNbBindings() == 2) error #3

Open
dhl3644 opened this issue Dec 8, 2023 · 0 comments
Open

asert(engine->getNbBindings() == 2) error #3

dhl3644 opened this issue Dec 8, 2023 · 0 comments

Comments

@dhl3644
Copy link

dhl3644 commented Dec 8, 2023

I did a custom train at Yolov7
asert(engine->getNbBindings() == 2);
In this code, getNbBindings() has a value of 5
Are there any issues I need to pay attention to in train?

'''
[W] [TRT] CUDA lazy loading is not enabled. Enabling it can significantly reduce device memory usage. See CUDA_MODULE_LOADING in https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#env-vars
alta-yolov7-deepsort: ../alta-yolov7-deepsort/model.cpp:96: void Model::LoadEngine(): Assertion `engine->getNbBindings() == 2' failed.
'''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant