DRAGNLabs / 301r_retnet

2 stars 1 forks source link

Save training configuration alongside checkpoints/logs #51

Closed JayOrten closed 3 months ago

JayOrten commented 3 months ago

Training configuration parameters, from the YAML file, are printed out in the .out file. However, we should also save these parameters in a separate file, alongside the run checkpoints and logs. That way, we don't lose track of how models were trained.

DrewGalbraith commented 3 months ago

This is really already done via a .json file. It could be nice to have them in a yaml, but I'll close this for now as the goal is being reached.