CorentinJ / Real-Time-Voice-Cloning

Clone a voice in 5 seconds to generate arbitrary speech in real-time
Other
52.88k stars 8.81k forks source link

this is whatr i got :( i have done every thing :( i use windows 10 #298

Closed daciansolgen3 closed 4 years ago

daciansolgen3 commented 4 years ago

File "demo_toolbox.py", line 2, in from toolbox import Toolbox File "C:\Users\dacia\Desktop\Nymapp\RealTimeVoiceCloningmaster\toolbox__init__.py", line 3, in from synthesizer.inference import Synthesizer File "C:\Users\dacia\Desktop\Nymapp\RealTimeVoiceCloningmaster\synthesizer\inference.py", line 1, in from synthesizer.tacotron2 import Tacotron2 File "C:\Users\dacia\Desktop\Nymapp\RealTimeVoiceCloningmaster\synthesizer\tacotron2.py", line 3, in from synthesizer.models import create_model File "C:\Users\dacia\Desktop\Nymapp\RealTimeVoiceCloningmaster\synthesizer\models__init__.py", line 1, in from .tacotron import Tacotron File "C:\Users\dacia\Desktop\Nymapp\RealTimeVoiceCloningmaster\synthesizer\models\tacotron.py", line 4, in from synthesizer.models.helpers import TacoTrainingHelper, TacoTestHelper File "C:\Users\dacia\Desktop\Nymapp\RealTimeVoiceCloningmaster\synthesizer\models\helpers.py", line 3, in from tensorflow.contrib.seq2seq import Helper ModuleNotFoundError: No module named 'tensorflow.contrib'

favarete commented 4 years ago

Are you using TensorFlow 2.0? tensorflow.contrib doesn't exist in 2.0.

TKassis commented 4 years ago

Please use TF 1.14.0 as stated by the author.

ghost commented 4 years ago

Please use tensorflow==1.15 , that is the only version that will work currently.