andabi / deep-voice-conversion

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

train1.py line 76 error #84

Open andrew-asa opened 5 years ago

andrew-asa commented 5 years ago

print('case: {}, logdir: {}'.format(args.case1, args.case, logdir_train1)) seen to be print('case: {}, logdir: {}'.format( args.case, logdir_train1))

KnowBetterHelps commented 5 years ago

yes you are right

but I got

ValueError: The while_v2 module is not set. Did you forget to import tensorflow.python.ops.while_v2? ERROR:tensorflow:================================== Object was never used (type <class 'tensorflow.python.ops.tensor_array_ops.TensorArray'>): <tensorflow.python.ops.tensor_array_ops.TensorArray object at 0x7f8cdc579940> If you want to mark it as used call its "markused()" method. It was originally created here: File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/ops/rnn.py", line 795, in for ta, input in zip(input_ta, flat_input)) File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/util/tf_should_use.py", line 189, in wrapped return _add_should_use_warning(fn(*args, **kwargs))

do you know how to solve this ?