Rayhane-mamah/Tacotron-2

Tensorflow version

hariSky opened this issue · 1 comments

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

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.