Skip to content

Commit

Permalink
Fixed variable name in docstr to add_yaml_summary
Browse files Browse the repository at this point in the history
  • Loading branch information
hakuryuu96 committed Oct 23, 2023
1 parent 58c96ca commit 6b3999c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/super_gradients/common/sg_loggers/base_sg_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def add_yaml_summary(self, tag: str, summary_dict: dict, global_step: Optional[i
but who knows what it will be suited for later.
:param tag: Identifier of the summary.
:param state_dict: Checkpoint state_dict.
:param summary_dict: Checkpoint summary_dict.
:param global_step: Epoch number.
"""

Expand Down

0 comments on commit 6b3999c

Please sign in to comment.