ministry-of-silly-code / experiment_buddy

GNU Affero General Public License v3.0
9 stars 5 forks source link

Persistance and usage of config files #97

Closed d3sm0 closed 2 years ago

d3sm0 commented 3 years ago

When we resume a training, we need both a model and the model parameters. As of now it is unclear how to update buddy parameters from a file, or a previously saved training config file.

One idea could be to export a separate spec file that is uploaded at initialization of buddy, which, is going to have priority over the default config, but not priority over the cli params.

Thoughts?