deep-voice-conversion icon indicating copy to clipboard operation
deep-voice-conversion copied to clipboard

how do i solve this

Open jackylee1 opened this issue 6 years ago • 1 comments

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 print('case: {}, logdir: {}'.format(args.case1, args.case, logdir_train1)) AttributeError: 'Namespace' object has no attribute 'case1'

jackylee1 avatar Nov 15 '18 03:11 jackylee1

@jackylee1

  1. Comment out line 76

  2. 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)
  1. Get ckpt file here

  2. 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.)>

wishvivek avatar Jan 21 '19 23:01 wishvivek