From 931651a643840696a9c41defe4e946c2fe5fc094 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Wed, 21 Dec 2022 16:25:47 -0500 Subject: [PATCH] docs: fix the link in README Signed-off-by: Jinzhe Zeng --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 934d78eaf6..fe242e2775 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ A full [document](doc/train/train-input-auto.rst) on options in the training inp - [Multi-task training](doc/train/multi-task-training.md) - [TensorBoard Usage](doc/train/tensorboard.md) - [Known limitations of using GPUs](doc/train/gpu-limitations.md) - - [Training Parameters](doc/train/train-input-auto.rst) + - [Training Parameters](doc/train-input-auto.rst) - [Freeze and Compress](doc/freeze/index.rst) - [Freeze a model](doc/freeze/freeze.md) - [Compress a model](doc/freeze/compress.md)