Tacotron-2
Tacotron-2 copied to clipboard
How to Train Tacotron2 with CPU?
I don't have GPU, so I need to train tacotron 2 model with cpu. How can't i train a model with multiple thread in cpu (or multiple core) ?.
pip install tensorflow
BTW about 200 seconds per step, enjoy~
@begeekmyfriend and I have to train 5000 steps.
Hi, I have only CPU, too. I wonder how should I modify the parameters in hparams.py so that it can start training normally? As I use the default set in hparams.py, and I start to train, then only after 2 steps, it killed.
Thanks for any help!
@416207298 un poco tarde pero le puede servir a alguien más, si solo tienes CPU debes cambiar el parametro batch de tacotron en hparams.py, por defecto está en 32, a mi me sirvio cambiando a 8, es muy lento la verdad y da problemas al momento de entrenar con WaveNet.