Hi all, Question regarding experiment tracking. O...
# ask-metaflow
a
Hi all, Question regarding experiment tracking. One of our users was wondering if it would be possible to log experiment data in real-time to a card? For example, if we wanted to plot the loss curves, after each epoch, the plots update. Any ideas? The way we are doing it currently is we collect the data from the training task, which then generates the plot and then we append the plot to the card, but that occurs after the training job instead of during the training job.
βœ… 1
v
yep, good question but unfortunately the answer is not yet we anticipated that use cases for real-timish cards might come up so it’s technically doable but requires some plumbing work
it would be useful for the GPU profiling card too πŸ™‚
πŸ‘ 1
a
Okay, understood. Thanks so much!
d
There is a comet ml integration if you use that thst I think is live (not 100% sure though).
thankyou 1
v
yeah, W&B and Comet are options
s
a
Much appreciated ! Thanks so much
πŸ‘ 1