Small edits (#455)

This commit is contained in:
pollfly
2023-01-25 13:25:29 +02:00
committed by GitHub
parent 18e3e7abe2
commit 61f822e613
31 changed files with 51 additions and 51 deletions

View File

@@ -6,7 +6,7 @@ The [cifar_ignite.py](https://github.com/allegroai/clearml/blob/master/examples/
script integrates ClearML into code that uses [PyTorch Ignite](https://github.com/pytorch/ignite).
The example script does the following:
* Trains a neural network on the CIFAR10 dataset for image classification.
* Trains a neural network on the CIFAR10 dataset for image classification.
* Creates a [ClearML Task](../../../fundamentals/task.md) named `image classification CIFAR10`, which is associated with
the `examples` project.
* Calls the [`Task.connect`](../../../references/sdk/task.md#connect) method to track experiment configuration.