-
Notifications
You must be signed in to change notification settings - Fork 153
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
CUDNN_STATUS_INTERNAL_ERROR on 2nd Phase of Video Processing #14
Comments
Following the collab instructions directly on a Tesla P100-PCIE /usr/local/lib/python3.5/site-packages/tensorflow/python/framework/dtypes.py:523: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'. |
Appears to fail on line 468 of detector.py. vcapture returns false right away. Maybe the video path is wrong? |
i have the exact same issue, did you found the fix ? |
When I start ERSGAN, I have thish error. DCP working normal.
|
Using the proper GPU (as recommended) on google colab, I get the following error every time:
I looked into the error on StackOverflow but everyone says there might be a mismatch between CuDNN and Cuda versions. I tried upgrading the cuda-repo-ubuntu1604-9-0-local_9.0.176-1_amd64-deb to its 10.1 equivalent but hent-ai is hooked on the 9.0 version due to its references it appears.
Is there a better fix for CUDNN_STATUS_INTERNAL_ERROR?
The text was updated successfully, but these errors were encountered: