andabi / deep-voice-conversion

Deep neural networks for voice conversion (voice style transfer) in Tensorflow
MIT License
3.92k stars 843 forks source link

Few arguments in train1 #35

Open sachinsahoo11 opened 6 years ago

sachinsahoo11 commented 6 years ago

On running train1.py it shows that too few arguments are present: usage: train1.py [-h] case train1.py: error: too few arguments The terminal process terminated with exit code: 2 How to solve this issue?

ghost commented 6 years ago

train1.py requires an 'experiment case name' before running. Pass it a string representing whatever you want to call the test case you're about to run.

flyuuo9 commented 6 years ago

When I run python train1.py myname Why I got this ? 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'

flyuuo9 commented 6 years ago

It looks like the args.case1 in train1.py is a Excess parameters?So I delete this...

gouravsb17 commented 5 years ago

First delete or comment this statement in train1.py print('case: {}, logdir: {}'.format(args.case1, args.case, logdir_train1)) Then also go to data_load.py file and replace "PHN" with "phn" if TIMIT Data has small phn files. Then run train1.py as:

python train1.py "1"