-
Notifications
You must be signed in to change notification settings - Fork 245
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
Failed in running Tacotron2(NVIDA) #321
Comments
If u haven’t solved this issue yet Check CUDA Installation: Make sure that CUDA is installed correctly on your system and the versions are compatible. Ensure that you have CUDA 11.3 installed, which matches your GPU's capabilities. |
Verify CUDA Installation: |
I followed the guide to test Demo, but it didn't work and came with 'RuntimeError: CUDA error: CUBLAS_STATUS_NOT_INITIALIZED when calling `cublasCreate(handle)'.
os:Windows10
torch:1.10.1
CUDA:11.3
I will appreciate if you can solve this problem
The text was updated successfully, but these errors were encountered: