Skip to content
#

ml-training

Here are 4 public repositories matching this topic...

Language: All
Filter by language
ravi-mosaicml
ravi-mosaicml commented Jan 20, 2022

The composer.core.Timer should also track wall clock training time.

To implement:

  1. Add an option into the Checkpoint loader to reset_timer. This should be a boolean option. If it is False (the default), then all timer increments are incremented. If it is True, the timer's state dict should NOT be loaded when resuming from a checkpoint.
  2. Add a timer.start() that is called at the begi

Improve this page

Add a description, image, and links to the ml-training topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ml-training topic, visit your repo's landing page and select "manage topics."

Learn more