hanzhanggit / StackGAN-v2

MIT License
846 stars 190 forks source link

CUBLAS_STATUS_INTERNAL_ERROR #40

Open ValerioNeriGit opened 3 years ago

ValerioNeriGit commented 3 years ago

Hi,

I am trying to run your code, but I keep getting this error: ``RuntimeError: CUDA error: CUBLAS_STATUS_INTERNAL_ERROR when callingcublasCreate(handle)````

I am using: CUDA Version: 11.0 Driver Version: 450.66

Could the CUDA version be the source of the problem?

Thanks