Rayhane-mamah / Tacotron-2

DeepMind's Tacotron-2 Tensorflow implementation
MIT License
2.27k stars 905 forks source link

help! I get the following error in training. #350

Open whfh3900 opened 5 years ago

whfh3900 commented 5 years ago

While trying to preprocess and train LJSpeech-1.1, the following error occurs during step :

CancelledError (see above for traceback): Enqueue operation was cancelled [[node datafeeder/input_queue_enqueue (defined at /home/user/tensorflow/Tacotron-2-master/tacotron/feeder.py:86) ]]

Traceback (most recent call last): File "train.py", line 138, in main() File "train.py", line 132, in main train(args, log_dir, hparams) File "train.py", line 57, in train raise('Error occured while training Tacotron, Exiting!') TypeError: exceptions must derive from BaseException

(tensorflow) user@user-B360M-DS3H:~/다운로드$ ./bazel-0.19.2-installer-linux-x86_64.sh --user Bazel installer

Bazel is bundled with software licensed under the GPLv2 with Classpath exception. You can find the sources next to the installer on our release page: https://github.com/bazelbuild/bazel/releases

Release 0.19.2 (2018-11-19)

Baseline: ac880418885061d1039ad6b3d8c28949782e02d6

Cherry picks:

Build informations

I don't know if it's a bazel problem or if I have to modify the parameters. Please tell me the answer to this question.