auspicious3000 / SpeechSplit

Unsupervised Speech Decomposition Via Triple Information Bottleneck
http://arxiv.org/abs/2004.11284
MIT License
636 stars 92 forks source link

Cuda error #73

Closed popkingcorn closed 1 year ago

popkingcorn commented 1 year ago

I have an error: Could not load symbol cublasGetSmCountTarget from cublas64_11.dll. Error code 127 Cuda version 11.3 Torch version 1.12.1+cu113

demo.ipynb still running with this error using cuda:0, but with speed ~ 80 it/s (3070ti). I set to use cpu (i5-8400) and have speed ~95 it/s. Is that normal and how to fix this error? How to reduce steps count to generate faster? console

auspicious3000 commented 1 year ago

As you mentioned, this is a cuda error. It is best to post this question to pytorch or nvidia forum.