Open ghost opened 4 years ago
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 If anyone can share a working note book i would be very grateful
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.
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?
import tensorflow.compat.v1 as tf
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!