kostaleonard / adjutant

A package for managing ML experiments over Discord in conjunction with WandB.
MIT License
1 stars 0 forks source link

Add `$hypers <run-name>` command to fetch any logged hyperparameters in WandB #14

Open kostaleonard opened 3 years ago

kostaleonard commented 3 years ago

Entering $hypers <run-name> should have the bot post the hyperparameter dictionary for the given run, if that information exists. The user will need to make sure they log the hyperparameter dictionary to WandB for this to work.

kostaleonard commented 3 years ago

Hyperparameter information is available in each run's config. Make sure users know to save their hyperparameters there.