keithito / tacotron

A TensorFlow implementation of Google's Tacotron speech synthesis with pre-trained model (unofficial)
MIT License
2.94k stars 965 forks source link

It does not seem to work with Tensorflow 2.0 #309

Open VladC12 opened 4 years ago

VladC12 commented 4 years ago

AttributeError: module 'tensorflow' has no attribute 'contrib' Found this concerning the issue: https://stackoverflow.com/questions/55870127/module-tensorflow-has-no-attribute-contrib

al-faiyad commented 4 years ago

downgrade to version 1.5.1 However, it won't work in google colab