Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Here is a PR to make it *a bit easier* to observe the configuration across different experiments. This is generally useful for MLOps to observe the exact configuration of your training run. For example, this makes it easier for a user to extend the code and log the config in Weights & Biases: ``` wandb.init(config=job_config.to_dict()) ```
- Loading branch information