Hi there, I was following the instructions of ljspeech example, when it came to training, if it’s “python train.py --config_path config.json”, it shows “using cuda:false” and the training is only on CPU.
If I do “CUDA_VISIBLE_DEVICES=0 python distribute.py”, it breaks immediately, only shows git hash and experiments folder.
I set up the environment by:
python setup.py install
pip install -r requirements.txt
sudo apt-get install espeak
sudo pip install librosa==0.5.1
(also tried python setup.py develop)
I used this project 3 months ago and it was all good. Would anyone help me out with problem?