We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, i am trying to run detector with Int-8 quantization but i keep running into this error:
./tiny-yolo-int8.sh ... Error: CUDNN_STATUS_ARCH_MISMATCH - This GPU doesn't support DP4A (INT8 weights and input) cudnnstat = 6
Here is my system info:
Cuda Version: 10.1 cuDNN Version: 7.6.2 GPU: Nvidia Tesla M60
I tried to reproduce this error on my GTX 1080, but everything works fine there. Is there an issue with the Maxwell architecture?
The text was updated successfully, but these errors were encountered:
INT8 inference is not available for Maxwell architecture GPU
Sorry, something went wrong.
No branches or pull requests
Hello, i am trying to run detector with Int-8 quantization but i keep running into this error:
Here is my system info:
Cuda Version: 10.1
cuDNN Version: 7.6.2
GPU: Nvidia Tesla M60
I tried to reproduce this error on my GTX 1080, but everything works fine there. Is there an issue with the Maxwell architecture?
The text was updated successfully, but these errors were encountered: