arabic-tacotron-tts icon indicating copy to clipboard operation
arabic-tacotron-tts copied to clipboard

Demo Server Error

Open firaro opened this issue 3 years ago • 1 comments

I got this error when I invoked py demo_server.py regardless if I included the check point or not.

2021-12-31 02:11:16.182040: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found 2021-12-31 02:11:16.182221: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine. Traceback (most recent call last): File "C:\Users\user\desktop\arabic-tacotron-tts\demo_server.py", line 3, in from hparams import hparams, hparams_debug_string File "C:\Users\user\desktop\arabic-tacotron-tts\hparams.py", line 5, in hparams = tf.contrib.training.HParams( AttributeError: module 'tensorflow' has no attribute 'contrib'

Do you know what could have gone wrong here?

firaro avatar Dec 30 '21 15:12 firaro

Try downgrading tf to 1.xx. This worked for me !pip install tensorflow==1.15.0

7atem60010 avatar Jan 30 '22 06:01 7atem60010