:stuck_out_tongue_closed_eyes: TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2 (supported including English, French, Korean, Chinese, German and Easy to adapt for other languages)
Is there any data on performance benchmark for various GPU memory / batch size configurations? I am using 15gb single GPU. Unless I use 16 for batch size, it throws OOM. With 16 batch size it takes 36 hours to run 16k steps on en_US data for examples/tacotron2/train_tacotron2.py.
It took 21 hours to run 200k steps for examples/multiband_melgan/train_multiband_melgan.py
Is there any data on performance benchmark for various GPU memory / batch size configurations? I am using 15gb single GPU. Unless I use 16 for batch size, it throws OOM. With 16 batch size it takes 36 hours to run 16k steps on en_US data for
examples/tacotron2/train_tacotron2.py
.It took 21 hours to run 200k steps for
examples/multiband_melgan/train_multiband_melgan.py
Are these expected?
Thank you!