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

VP Error for NV_Small and Int8 for LeNET Network #56

Open
Hassan313 opened this issue May 5, 2020 · 3 comments
Open

VP Error for NV_Small and Int8 for LeNET Network #56

Hassan313 opened this issue May 5, 2020 · 3 comments

Comments

@Hassan313
Copy link

Hassan313 commented May 5, 2020

I am trying to run the LeNET network for inference on NV_Small hardware on the Virtual platform. I am encountering the below problem.

image

Anyone has any idea or solution?

@Hassan313
Copy link
Author

I also compiled the NN model with calibtable option and I am getting the new error as below:

image

@prasshantg
Copy link

@Hassan313 it is difficult to debug issue unless all information is provided such as VP config used, build command and execution command.

Irrespective of that I have created a guide at https://github.com/prasshantg/personal. See if you can run inference using this guide on VP.

@Hassan313
Copy link
Author

@prasshantg Thank you very much for your answer. I really appreciate your response. Moreover, my problem was because of using this option for the compiler:

--configtarget nv-small

The right one is as below:

--configtarget nv_small

and the compiler did not throw any error at all.

I hope this help others.

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

2 participants