Skip to content

Commit

Permalink
Update ignite/handlers/fbresearch_logger.py
Browse files Browse the repository at this point in the history
Co-authored-by: vfdev <[email protected]>
  • Loading branch information
leej3 and vfdev-5 authored Mar 26, 2024
1 parent 60717c2 commit a0c0b91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ignite/handlers/fbresearch_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class FBResearchLogger:
times, and GPU memory usage.
Args:
logger (logging.Logger): The logger to use for output.
delimiter (str): The delimiter to use between metrics in the log output.
show_output (bool): Flag to enable logging of the output from the engine's process function.
logger: The logger to use for output.
delimiter: The delimiter to use between metrics in the log output.
show_output: Flag to enable logging of the output from the engine's process function.
Examples:
.. code-block:: python
Expand Down

0 comments on commit a0c0b91

Please sign in to comment.