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.
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?