GANtastic3 / MaskCycleGAN-VC

Implementation of Kaneko et al.'s MaskCycleGAN-VC model for non-parallel voice conversion.
MIT License
111 stars 31 forks source link

extended model ckpt epoch to 5 digits #2

Closed hikaruhotta closed 3 years ago

hikaruhotta commented 3 years ago

User reported bug in which continuing training beyond epoch 999 was not working as we hard coded the epoch to be displayed in 3 digits. Extended this to 5 digits to allow longer training.