Skip to content

Uploading complete config dict to wandb #1

@Chris-Pedersen

Description

@Chris-Pedersen

Currrently the model type is added to the config dict inside the model class, and then saved. This is necessary for saving/loading, but currently not included in the config that is pushed to wandb. We also add things like the save url and number of parameters, after using the config to initialise the model. Having seperate instances of the config dict containing different information is a bit annoying, would be nice to find the most concise way to have everything pushe to wandb with minimal lines of code in the training script.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions