You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to continue training from epoch 40 with options --continue_train --epoch_count 40 and it was a bit weird as it tried to load epoch 100 which did't exist atm :D. After a bit of investigation found that --epoch option is '100' on default although in CycleGAN project it is set to 'latest'.
This is unclear as this also not mentioned in FAQ
The text was updated successfully, but these errors were encountered:
Hey,
I was trying to continue training from epoch 40 with options
--continue_train --epoch_count 40
and it was a bit weird as it tried to load epoch 100 which did't exist atm :D. After a bit of investigation found that --epoch option is '100' on default although in CycleGAN project it is set to 'latest'.This is unclear as this also not mentioned in FAQ
The text was updated successfully, but these errors were encountered: