Move link to different word (#72)

This commit is contained in:
pollfly 2021-09-22 14:25:55 +03:00 committed by GitHub
parent 9a2f928995
commit e9404114f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,8 +66,7 @@ clearml-data close
## Using the Dataset
Now that we have a new dataset registered, we can consume it.
We [take](https://github.com/allegroai/clearml/blob/master/examples/frameworks/ignite/cifar_ignite.py)
this script as a base to train on the CIFAR dataset.
We take [this script](https://github.com/allegroai/clearml/blob/master/examples/frameworks/ignite/cifar_ignite.py) as a base to train on the CIFAR dataset.
We replace the file load part with ClearML's Dataset object. The Dataset's `get_local_copy()` method will return a path
to the cached, downloaded dataset.