From 3d3a9621f03cab49edf10ee51f70a64c425a9566 Mon Sep 17 00:00:00 2001 From: Shaden Smith Date: Wed, 12 Feb 2020 15:24:48 -0800 Subject: [PATCH] Fix broken links in CIFAR --- docs/tutorials/CIFAR-10.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/tutorials/CIFAR-10.md b/docs/tutorials/CIFAR-10.md index 1f8874f133d0..8889d91ff544 100755 --- a/docs/tutorials/CIFAR-10.md +++ b/docs/tutorials/CIFAR-10.md @@ -1,6 +1,8 @@ # Tutorial: CIFAR-10 with DeepSpeed -If you haven't already stepped through [DeepSpeed Model Training](../../Onboard/model_training/deepspeed_model_training.md) and [DeepSpeed Setup and Onboarding](../../Onboard/onboard/onboard.md) we advise you to read that over first. +If you haven't already, we advise you to first read through the [Getting +Started](../../README.md#getting-started) guide before stepping through this +tutorial. In this tutorial we will be adding DeepSpeed to CIFAR-10 model, which is small image classification model.