From 259ab2ceb77623ad1d32bc24ddb9cb284d648b2a Mon Sep 17 00:00:00 2001 From: noahshen98 <77523610+noahshen98@users.noreply.github.com> Date: Sun, 7 Aug 2022 18:57:41 +0800 Subject: [PATCH] Update 0.get_started.md --- docs/0.get_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/0.get_started.md b/docs/0.get_started.md index 1d2b234..cd4bb09 100644 --- a/docs/0.get_started.md +++ b/docs/0.get_started.md @@ -25,7 +25,7 @@ pip install torch==1.6.0 torchvision==0.7.0 ``` ## Prepare dataset -See [prepare dataset](docs/0.prepare_dataset.md). +See [prepare dataset](docs/2.prepare_dataset.md). ## Get trained model - Option 1: