StdoutLogger¶
- class torchtune.training.metric_logging.StdoutLogger(*args, **kwargs)[source]¶
Logger to standard output.
- close() None [source]¶
Close log resource, flushing if necessary. Logs should not be written after close is called.
Logger to standard output.
Close log resource, flushing if necessary. Logs should not be written after close is called.