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

Tensorflow GPU version Problem #313

Open Prithwiraj12 opened 4 years ago

Prithwiraj12 commented 4 years ago

Currently this project is working on tensorflow 1.3.0. For synthesizing the voice we are trying to run this on tensorflow-gpu as mentioned in this . But after installing tensorflow-gpu==1.3.0,while we run eval.py for synthesizing voice, it is giving import error of different libraries. Can anyone please tell me that which version of tensorflow-gpu is compatible with this project?? Thanks in advance.