-
Notifications
You must be signed in to change notification settings - Fork 905
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: please enter a valid model to train: ['Tacotron', 'WaveNet', 'Tacotron-2'] #530
Comments
it can be performed when I add a quotation mark......
WARNING:tensorflow:From E:\tensorflow\Tacotron-2\tacotron\models\modules.py:81: The name tf.nn.rnn_cell.RNNCell is deprecated. Please use tf.compat.v1.nn.rnn_cell.RNNCell instead. Using TensorFlow backend. WARNING:tensorflow:From E:\tensorflow\Tacotron-2\wavenet_vocoder\models\modules.py:697: The name tf.layers.Conv2DTranspose is deprecated. Please use tf.compat.v1.layers.Conv2DTranspose instead. ############################################################# Tacotron Train ########################################################### Checkpoint path: logs-Tacotron-2\taco_pretrained\tacotron_model.ckpt but it still has errors, Errors may have originated from an input operation. Original stack trace for 'datafeeder/input_queue_enqueue': Traceback (most recent call last): |
set batch_size=4; in hparams.py |
(task) E:\tensorflow\Tacotron-2>python train.py --model='Tacotron-2'
WARNING:tensorflow:
The TensorFlow contrib module will not be included in TensorFlow 2.0.
For more information, please see:
If you depend on functionality not listed there, please file an issue.
Traceback (most recent call last):
File "train.py", line 138, in
main()
File "train.py", line 123, in main
raise ValueError('please enter a valid model to train: {}'.format(accepted_models))
ValueError: please enter a valid model to train: ['Tacotron', 'WaveNet', 'Tacotron-2']
I don‘t modify any code, why ? Preprocessing can be performed well
tensorflow 1.14
numpy 1.15
The text was updated successfully, but these errors were encountered: