mila-iqia / cookiecutter-pyml

MIT License
19 stars 7 forks source link

Consider allowing changing patience and max_epoch when resuming #58

Open mirkobronzi opened 2 years ago

mirkobronzi commented 2 years ago

When resuming an experiment, all the previous HP are loaded by pytorch lightning. This means that, if patience or max_epoch are changed in the config file, this is ignored.