Meta-optimization / L2L

Learning to Learn: Gradient-free Optimization framework
https://meta-optimization.github.io/L2L/
GNU General Public License v3.0
15 stars 14 forks source link

Feature Request: Clean restarts #74

Open thorstenhater opened 2 years ago

thorstenhater commented 2 years ago

While it is currently possible to restart a run from a known snapshot, the method is quite involved and error-prone (needs to happen at a certain point in the flow, many values need to be set, the optimizers might need patching, ...).

This is a useful feature for time-limited environments, allows for switching optimizers, and enables tweaking hyper-parameters.

Therefore, please make a one-line 'restart from here' method, preferable with these features