instead of specifying an epoch to stop on, which then requires constantly updating the config file
can we have a stop_epoch_interval = 5? so it will just stop when epoch % 5 == 0 ?
if you want to stop on every epoch, simply set stop_epoch_interval = 1