We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
# Batching _, (texts, mels, mags, fnames) = tf.contrib.training.bucket_by_sequence_length( input_length=text_length, tensors=[text, mel, mag, fname], batch_size=hp.B, bucket_boundaries=[i for i in range(minlen + 1, maxlen - 1, 20)], num_threads=8, capacity=hp.B*4, dynamic_pad=True)
The text was updated successfully, but these errors were encountered:
this is not compatible with 2.0
Sorry, something went wrong.
have you tried any new ways to pass this issue?
Been working on converting this thing to be tensorflow 2.0 compliant. Got stuck on some things but feel free to branch off and help finish it off.
https://github.com/dmmagdal/dc_tts
No branches or pull requests
The text was updated successfully, but these errors were encountered: