Skip to content

Commit

Permalink
remome log debug (mosaicml#2871)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 authored Jan 17, 2024
1 parent 31ea664 commit 2fd6c77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion composer/loggers/mosaicml_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def batch_start(self, state: State, logger: Logger) -> None:

def batch_end(self, state: State, logger: Logger) -> None:
training_progress_data = self._get_training_progress_metrics(state)
log.debug(f'\nLogging training progress data to metadata:\n{dict_to_str(training_progress_data)}')
self._log_metadata(training_progress_data)
self._flush_metadata()

Expand Down

0 comments on commit 2fd6c77

Please sign in to comment.