Closed claell closed 4 years ago
Hi @claell --
You can specify the # of training iterations by passing:
--niter 200
--niter_decay 1000
for example.
see here for more info
Thanks for the hint! I looked through the options, but did not understand that niter means the number of epochs.
Apparently I got that wrong. The number of epochs is actually the sum of niter
and niter_decay
.
Currently there does not seem to be an option to specify the number of epochs to use for training. I might look into adding that if I find the time.