dc_tts icon indicating copy to clipboard operation
dc_tts copied to clipboard

Anyone here has run this on Google Colab?

Open ghost opened this issue 3 years ago • 9 comments

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!

ghost avatar Jul 17 '20 07:07 ghost

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.

khush938 avatar Jul 21 '20 09:07 khush938

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.

ghost avatar Jul 21 '20 12:07 ghost

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

Crazyjoedevola avatar Aug 12 '20 13:08 Crazyjoedevola

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.

av-pavlov avatar Oct 07 '20 11:10 av-pavlov

I ran this on colab without any issues.

Pawandeep-prog avatar Oct 09 '20 09:10 Pawandeep-prog

Has anyone tried making a custom voice dataset and trained?

vinamramunot-tech avatar Mar 17 '21 17:03 vinamramunot-tech

@av-pavlov @transcriptbrain @khush938

vinamramunot-tech avatar Mar 18 '21 22:03 vinamramunot-tech

Can anyone share their google colab file?

vinamramunot-tech avatar Mar 18 '21 22:03 vinamramunot-tech

import tensorflow.compat.v1 as tf

Can you share your notebook?

SayaliNagwkar17 avatar Feb 15 '22 06:02 SayaliNagwkar17