Small edits (#796)

This commit is contained in:
pollfly
2024-03-12 11:24:42 +02:00
committed by GitHub
parent dce8b12932
commit 67cfbb1ef6
28 changed files with 58 additions and 55 deletions

View File

@@ -20,7 +20,7 @@ example script from ClearML's GitHub repo:
## Before Starting
Make a copy of [pytorch_mnist.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/pytorch/pytorch_mnist.py)
in order to add explicit reporting to it.
to add explicit reporting to it.
```bash
cp pytorch_mnist.py pytorch_mnist_tutorial.py