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.