keithito / tacotron

A TensorFlow implementation of Google's Tacotron speech synthesis with pre-trained model (unofficial)
MIT License
2.94k stars 965 forks source link

'NoneType' object has no attribute 'model_checkpoint_path' #283

Closed xingyunn closed 5 years ago

xingyunn commented 5 years ago

When running eval.py, the following errors occurred:'NoneType' object has no attribute 'model_checkpoint_path'. I modified the instructions several times and made sure that the checkpoint path entered at the terminal was okay. This is the logs-tacotron file I have trained 11K times, and the model is still in training. I just copy the data down for testing. 2019-05-27 10-43-51屏幕截图 I've been bothered by this problem for a day and tried many solutions, but none of them worked.I would appreciate it if you could help me solve this problem.

xingyunn commented 5 years ago

I have solved this problem. Thank you.

markyouyuren commented 4 years ago

I met the same problem. How did you solve it?