duxingren14 / DualGAN

DualGAN-tensorflow: tensorflow implementation of DualGAN
Apache License 2.0
263 stars 97 forks source link

resume training #9

Closed popleyi closed 7 years ago

popleyi commented 7 years ago

Thanks for providing the code. Just wondering, does the code support to resume training process? So I can continue the training process after a certain epoch without training from scratch again. Thanks.

duxingren14 commented 7 years ago

Ys, it supports re-training. By default, it will load pre-trained weights, as long as the naming of model folder is identical.

On 10 September 2017 at 19:59, popleyi notifications@github.com wrote:

Thanks for providing the code. Just wondering, does the code support to resume training process? So I can continue the training process after a certain epoch without training from scratch again. Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/duxingren14/DualGAN/issues/9, or mute the thread https://github.com/notifications/unsubscribe-auth/ACc6ezvohDXHx8_pvgh7PagwumHfyf4rks5shKH2gaJpZM4PSlAa .

popleyi commented 7 years ago

thanks for your quick response