andabi / deep-voice-conversion

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

AttributeError: 'Namespace' object has no attribute 'case1' #53

Open moeen777 opened 6 years ago

moeen777 commented 6 years ago

what arguments should I pass to train1.py?

navinthenapster commented 6 years ago

in train1.py line 76 change from print('case: {}, logdir: {}'.format(args.case1, args.case, logdir_train1)) to print('case: {}, logdir: {}'.format(args.case, logdir_train1))

oracle9i88 commented 6 years ago

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'