Tinglok / CVC

CVC: Contrastive Learning for Non-parallel Voice Conversion (INTERSPEECH 2021, in PyTorch)
MIT License
57 stars 12 forks source link

about python and cuda version #3

Closed chikiuso closed 4 years ago

chikiuso commented 4 years ago

hi, may I ask what python and cuda version are required for this project? as I tried install it and it shows :

The NVIDIA driver on your system is too old (found version 10010). Please update your GPU driver by downloading and installing a new version from the URL: http://www.nvidia.com/Download/index.aspx Alternatively, go to: https://pytorch.org to install a PyTorch version that has been compiled with your version of the CUDA driver.

I run on rtx 2080 with cuda 10.1, ubuntu 18.04, thanks.

chikiuso commented 4 years ago

sorry for my mistake, I fixed it by installing a correct torch version.