Skip to content

Commit

Permalink
Update mmengine/runner/loops.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzaida authored May 17, 2024
1 parent bcfc424 commit 6ce02b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmengine/runner/loops.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def _parse_losses(losses: Dict[str, HistoryBuffer],
Returns:
dict[str, float]: The key is the loss name, and the value is the
average loss.
average loss.
"""
all_loss = 0
loss_dict: Dict[str, float] = dict()
Expand Down

0 comments on commit 6ce02b6

Please sign in to comment.