Open markisus opened 7 years ago
You can downgrade to TF 1.1.0
Looking at the commit history , it should just be a rename.
Can you explain what you mean by not getting good results?
screenshot of my tensorboard sample from eval.py The network does not seem to be making progress and the sample files outputted by eval.py sound like repeating noise. Could it be a matter of just not training enough?
Pull and try with the latest commits. I did get noisy results initially too, but it should get better and produce recognisable sounds if the model can learn. You might want to try training with the new sanity_check flag.
The readme says the code requires Tensorflow >= 1.1, but it crashes on TF 1.2 because of missing DynamicAttentionWrapper. https://github.com/Kyubyong/tacotron/blob/master/modules.py#L247
I substituted for AttentionWrapper https://www.tensorflow.org/api_docs/python/tf/contrib/seq2seq/AttentionWrapper and the code runs. However I'm not getting good results.