From e2aff7e9de65f7b6198db1dfece5a09d01f73831 Mon Sep 17 00:00:00 2001 From: AJS Payne Date: Mon, 8 Jul 2024 09:39:43 +0100 Subject: [PATCH] Correcting a link bracket in Classification README.md (#8513) --- references/classification/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/references/classification/README.md b/references/classification/README.md index 65ee416bf89..bc481f421ed 100644 --- a/references/classification/README.md +++ b/references/classification/README.md @@ -135,7 +135,7 @@ torchrun --nproc_per_node=8 train.py\ --lr-scheduler=cosineannealinglr --lr-warmup-method=linear\ --lr-warmup-epochs=5 --lr-warmup-decay=0.1 ``` -Here `$MODEL` is one of `regnet_x_400mf`, `regnet_x_800mf`, `regnet_x_1_6gf`, `regnet_y_400mf`, `regnet_y_800mf` and `regnet_y_1_6gf`. Please note we used learning rate 0.4 for `regent_y_400mf` to get the same Acc@1 as [the paper)(https://arxiv.org/abs/2003.13678). +Here `$MODEL` is one of `regnet_x_400mf`, `regnet_x_800mf`, `regnet_x_1_6gf`, `regnet_y_400mf`, `regnet_y_800mf` and `regnet_y_1_6gf`. Please note we used learning rate 0.4 for `regent_y_400mf` to get the same Acc@1 as [the paper](https://arxiv.org/abs/2003.13678). #### Medium models ```