dvclive
dvclive copied to clipboard
Decouple epoch metrics logging and checkpoints
Users may want to save metrics every epoch but only save models every few epochs. Can we support this in dvclive?
Yes, we could add option for turning off automatic checkpoint creation and add manual method for MetricLogger
class.