Rayhane-mamah / Tacotron-2

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

Tensorflow version #493

Open hariSky opened 3 years ago

hariSky commented 3 years ago

Hi,

Could you please let me know what tf version you are using to run the whole code? If I use TF2.3 it complains on the hparams.py about tf.contrib.training.HParams being deprecated. If I move to TF1. the "from tensorflow.keras.layers.experimental.preprocessing import RandomRotation" does not exist.

N0vel commented 3 years ago

Hi, I am using tensorflow 1.14, numpy 1.15. I had this error and it was solved when I've installed keras via 'pip install keras==2.1.5'. UPD: use tensorflow 1.10, I have problems with wavenet training on 1.14 #397. Training works on 1.10.