tacotron icon indicating copy to clipboard operation
tacotron copied to clipboard

Resume Training using a checkpoint?

Open berkaycinci opened this issue 4 years ago • 2 comments

Do you have suggestions to resume training from a checkpoint? How can i modify code to do that? @keithito

berkaycinci avatar Dec 28 '20 09:12 berkaycinci

You can simply run the following command: python train.py --restore_step = xxxx

Riha1992 avatar Dec 31 '20 08:12 Riha1992

Thanks @Riha1992

berkaycinci avatar Jan 01 '21 19:01 berkaycinci