Small edits (#820)

This commit is contained in:
pollfly
2024-04-04 10:45:19 +03:00
committed by GitHub
parent 6e20f6ab0e
commit bb056d7b93
7 changed files with 20 additions and 22 deletions

View File

@@ -45,8 +45,8 @@ logged together.
```python
Task.current_task().get_logger().report_scalar(
'loss',
'worker {:02d}'.format(dist.get_rank()),
title='loss',
series='worker {:02d}'.format(dist.get_rank()),
value=loss.item(),
iteration=i
)