keithito / tacotron

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

demo_server error #227

Closed ramilrg closed 5 years ago

ramilrg commented 5 years ago

hello,

when I try to run a demo server got an error, all checkpoint files locations are correct:

`Loading checkpoint: /home/asus/tacotron/logs-tacotron/model.ckpt-6000 Traceback (most recent call last): File "demo_server.py", line 91, in synthesizer.load(args.checkpoint) File "/home/asus/tacotron/synthesizer.py", line 25, in load saver.restore(self.session, checkpoint_path) File "/home/asus/venv/lib/python3.6/site-packages/tensorflow/python/training/saver.py", line 1530, in restore