keithito / tacotron

A TensorFlow implementation of Google's Tacotron speech synthesis with pre-trained model (unofficial)
MIT License
2.95k stars 959 forks source link

What is the minimum amount of memory we can use to train? #351

Open aminbaig opened 4 years ago

aminbaig commented 4 years ago

I have a 2 GB GTX 750 Ti, when I try to train on it I get an OOM error. Evidently the memory is not enough.

Since I cannot afford a high end card right now, what's the minimum amount of GPU memory this can be trained with?