Small edits (#171)

This commit is contained in:
pollfly
2022-01-23 09:50:24 +02:00
committed by GitHub
parent 9aa4bca2ab
commit 9727045603
5 changed files with 33 additions and 22 deletions

View File

@@ -3,7 +3,7 @@ title: PyTorch MNIST
---
The [pytorch_mnist.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/pytorch/pytorch_mnist.py) example
demonstrates the integration of **ClearML** into code that uses PyTorch.
demonstrates the integration of ClearML into code that uses PyTorch.
The example script does the following:
* Trains a simple deep neural network on the PyTorch built-in [MNIST](https://pytorch.org/vision/stable/datasets.html#mnist)