Rayhane-mamah / Tacotron-2

DeepMind's Tacotron-2 Tensorflow implementation
MIT License
2.25k stars 909 forks source link

because they are in different while loops #316

Open crystal0913 opened 5 years ago

crystal0913 commented 5 years ago

python train.py --model='WaveNet' got error in this line ValueError: Cannot use 'WaveNet_model/inference_1/while/input_convolution/input_convolution/input_convolution/MatMul' as input to 'WaveNet_model/inference/while/input_convolution/Reshape' because they are in different while loops. See info log for more details.

wan-wei commented 5 years ago

@crystal0913 I met this error before when I tried to train WaveNet with multi GPU. As long as I used only one GPU, I can start training successfully. Hope this information can help you :)