deep-voice-conversion
deep-voice-conversion copied to clipboard
how do i solve this
usr/local/lib/python2.7/dist-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 76, in
@jackylee1
-
Comment out line 76
-
Check all the paths in /hparams/default.yaml:
- for logdir_path, you can set wherever you want
- for train1, test1, train2, test, set it where your TIMIT train and test data are (That's available online for free, you can do a Google search)
-
Get ckpt file here
-
Run train1.py this way python train1.py 'timit' -ckpt <insert_path_to_ckpt_file> -gpu <insert-gpu-id (eg., 0, 1, 2, 3 etc.)>