Small edits (#731)

This commit is contained in:
pollfly
2023-12-19 19:42:03 +02:00
committed by GitHub
parent 895fcef3ea
commit 16d2addd7e
5 changed files with 6 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ You can integrate ClearML into your distributed training script. With ClearML, y
subprocess to a centralized location and visualize it.
The [PyTorch Distributed](../guides/frameworks/pytorch/pytorch_distributed_example.md) script demonstrates using ClearML
with the [PyTorch Distributed Communications Package (torch.distributed)](https://pytorch.org/tutorials/beginner/dist_overview.html): a
with the [PyTorch Distributed Communications Package (`torch.distributed`)](https://pytorch.org/tutorials/beginner/dist_overview.html): a
ClearML task is initialized before the subprocesses are spawned, and then each subprocess manually reports its artifacts,
scalars, and hyperparameters to the task.