deep-voice-conversion
deep-voice-conversion copied to clipboard
error when run train1
@andabi @guang Hi, when i run $ python train1.py error like that: what is the problem?
/home/iie/.conda/envs/deepvoice35/lib/python3.5/site-packages/pydub/utils.py:165: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)
Traceback (most recent call last):
File "train1.py", line 17, in
You have to install tensorflow-plot package. Just type this line to terminal.
pip install git+https://github.com/wookayin/tensorflow-plot.git@master
Sorry, It turns out that tensorflow-plot changed there Tensorflow APIs to r2.0 You have to downgrade tensorflow-plot package to 0.2.0