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

No module named 'hparams' #333

Open Hashirkhan1996 opened 4 years ago

Hashirkhan1996 commented 4 years ago

i already installed falcon 1.2.0 but facing the error on line " from hparams import hparams, hparams_debug_string" error: no module named 'hparams'

ocean-park commented 4 years ago

I also experienced same issue on tensorflow 2.0

Riha1992 commented 3 years ago

Have you tried Tensorflow 1.5?

ocean-park commented 3 years ago

wow thanks but I tried another project. I'll try it later

HusseinYusufali commented 3 years ago

Has anyone resolved this error, as I am having the same error with Tensorflow==2.0 ?

vinamramunot-tech commented 3 years ago

@Hashirkhan1996 @ocean-park @Riha1992 @HusseinYusufali This only works with python3.7 and tensorflow > 1.15 or <= 1.18

fabiobasile commented 3 years ago

Tensorflow versions prior to 2 are no longer available. Any word on an updated version of Tacotron supporting tensorflow 2.x.x?