sp-uhh / storm

StoRM: A Diffusion-based Stochastic Regeneration Model for Speech Enhancement and Dereverberation
MIT License
164 stars 22 forks source link

cuda environment issue #14

Closed yunzqq closed 7 months ago

yunzqq commented 8 months ago

raise EnvironmentError('CUDA_HOME environment variable is not set. ' OSError: CUDA_HOME environment variable is not set. Please set it to your CUDA install root.

jmlemercier commented 7 months ago

Well as indicated by the error message, this error is due to your CUDA environment not being set, and has nothing to do with the repository. Type nvcc --version to see which CUDA version is installed on your machine, and downloda the according pytorch version. Not much I can do for you here.