From e9404114f4ca2729ddbd0c071ad959c1dce42668 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Wed, 22 Sep 2021 14:25:55 +0300 Subject: [PATCH] Move link to different word (#72) --- docs/guides/data management/data_man_cifar_classification.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/guides/data management/data_man_cifar_classification.md b/docs/guides/data management/data_man_cifar_classification.md index 4c31c8d4..50f20936 100644 --- a/docs/guides/data management/data_man_cifar_classification.md +++ b/docs/guides/data management/data_man_cifar_classification.md @@ -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.