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

Anyone here has run this on Google Colab? #79

Open
ghost opened this issue Jul 17, 2020 · 9 comments
Open

Anyone here has run this on Google Colab? #79

ghost opened this issue Jul 17, 2020 · 9 comments

Comments

@ghost
Copy link

ghost commented Jul 17, 2020

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!

@khush938
Copy link

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.

@ghost
Copy link
Author

ghost commented Jul 21, 2020

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.

@Crazyjoedevola
Copy link

I would also like to know please. I fail at slice_input_producer
If anyone can share a working note book i would be very grateful

@av-pavlov
Copy link

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 import tf to import tensorflow.compat.v1 as tf but there will be further problems with contrib modules.

@Pawandeep-prog
Copy link

I ran this on colab without any issues.

@vinamramunot-tech
Copy link

Has anyone tried making a custom voice dataset and trained?

@vinamramunot-tech
Copy link

@av-pavlov @transcriptbrain @khush938

@vinamramunot-tech
Copy link

Can anyone share their google colab file?

@SayaliNagwkar17
Copy link

import tensorflow.compat.v1 as tf

Can you share your notebook?

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

6 participants