-
Notifications
You must be signed in to change notification settings - Fork 370
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
Anyone here has run this on Google Colab? #79
Comments
Hi my file works but the thing is when I run "!python train.py 1" everything runs successfully but then it automatically quits for some reason. |
Have you change the batch to 16? What do you mean by quit? I'm already set everything in place but the train.py took a lot of time, and I'm starting to doubt that this isn't working. |
I would also like to know please. I fail at slice_input_producer |
Colab's TensorFlow is v2 now, so v1 code does not work. You can try changing |
I ran this on colab without any issues. |
Has anyone tried making a custom voice dataset and trained? |
@av-pavlov @transcriptbrain @khush938 |
Can anyone share their google colab file? |
Can you share your notebook? |
Right now I'm running this on Google Colab and still doesn't work. I've managed issue related to GPU runtime, batch (from 32 to 16) and slice_input_producer. Could anyone share theirs Colab's file that works? Thanks!
The text was updated successfully, but these errors were encountered: