Traincraft101

Results 7 comments of Traincraft101

How do you lower the batch size?

I'm using Python 3.6 and tensorflow-gpu 1.15.0 for this model.

@ssnake I thought I set my dataset up like that, but maybe I missed something. There were multiple times when the speaker said "a few thousand" so would I write...

If I remember correctly, you extract the pretrained voice into the logdir folder and run "python synthesize.py" in the command prompt. You can edit the "harvard_sentences.txt" file to make it...

Yeah, tensorflow (as of now) isn't compatible with cuda 10.1 I made the same mistake myself at first.

I was able to run synthesize.py but not train.py because I only have 8 gigs of ram, so what amount of ram is required? It completely maxed out my ram...

> @Traincraft101 it will depend on the dataset. > I'll suggest at least 12Gb of RAM. Thanks! I only intend to use about 200-300 audio samples per dataset, but I'll...