Kyubyong / dc_tts

A TensorFlow Implementation of DC-TTS: yet another text-to-speech model
Apache License 2.0
1.16k stars 370 forks source link

AttributeError when trying to run synthesize.py #61

Open l1legend opened 4 years ago

l1legend commented 4 years ago

Trying to run synthesize.py The output is: AttributeError: module 'tensorflow' has no attribute 'clip_by_average_norm'

Running on jupyter notebook/anaconda3

Anyone know how to fix this?