From 44a963546dd736b37bb92dd31a08dadccbc0ac36 Mon Sep 17 00:00:00 2001 From: MengzhangLI Date: Tue, 11 Jan 2022 12:27:55 +0800 Subject: [PATCH] [Fix] Fix mobilenetv3 paper link. #1193 --- configs/mobilenet_v3/README.md | 2 +- configs/mobilenet_v3/mobilenet_v3.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/mobilenet_v3/README.md b/configs/mobilenet_v3/README.md index e2f4d6125..cb1940a83 100644 --- a/configs/mobilenet_v3/README.md +++ b/configs/mobilenet_v3/README.md @@ -20,7 +20,7 @@ We present the next generation of MobileNets based on a combination of complemen
-MobileNetV3 (ICCV'2019) +MobileNetV3 (ICCV'2019) ```latex @inproceedings{Howard_2019_ICCV, diff --git a/configs/mobilenet_v3/mobilenet_v3.yml b/configs/mobilenet_v3/mobilenet_v3.yml index 04c3eaf4f..3878dba00 100644 --- a/configs/mobilenet_v3/mobilenet_v3.yml +++ b/configs/mobilenet_v3/mobilenet_v3.yml @@ -4,7 +4,7 @@ Collections: Training Data: - Cityscapes Paper: - URL: https://arxiv.org/abs/1801.04381 + URL: https://arxiv.org/abs/1905.02244 Title: Searching for MobileNetV3 README: configs/mobilenet_v3/README.md Code: