This PR aims to add basic Weights and Biases Metric Logging by appending to the existing training scripts with minimal changes.
The PR adds 3 extra arguments namely --use_wandb, --wandb_project and --wandb_entity which can be used to specify whether to use wandb, the name of the project to be used ("s4" by default) and name of the entity to be used.
This PR aims to add basic Weights and Biases Metric Logging by appending to the existing training scripts with minimal changes.
The PR adds 3 extra arguments namely
--use_wandb
,--wandb_project
and--wandb_entity
which can be used to specify whether to use wandb, the name of the project to be used ("s4"
by default) and name of the entity to be used.