Support for wandb (weights and biases) #3155
jpcenteno80
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Hi @jpcenteno80 , I recognize this is an old post, just wondering if you got any further with your Our group is also interested in using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I was wondering if there are plans to support
wandb
in the future. I think it is a better tool thanMLFlow
for not just tracking metrics, but also for tracking artifacts and the code that produced those artifacts. You can track data used to train the model, the trained model, or any other large things that might not fit in Git. With the end goal of having reproducible results down the road. I've implemented my ownwandb
handler but now I'm stuck posting the validation metrics in sync with the global epoch being tracked by the trainer (since trainer and evaluator are a bit independent of each other). Do you have any tips on how to pass to a handler inside aSupervisedEvaluator
the epoch just completed by theSupervisedTrainer
, so that theSupervisedEvaluator
metrics are posted at the correct training epoch? Thanks!Beta Was this translation helpful? Give feedback.
All reactions