Skip to content
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

what will be the the 2.0 conversion of this code #69

Open
frytry opened this issue Feb 20, 2020 · 3 comments
Open

what will be the the 2.0 conversion of this code #69

frytry opened this issue Feb 20, 2020 · 3 comments

Comments

@frytry
Copy link

frytry commented Feb 20, 2020

    # 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)
@frytry
Copy link
Author

frytry commented Feb 22, 2020

this is not compatible with 2.0

@inanuygur
Copy link

have you tried any new ways to pass this issue?

@dmmagdal
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants