Skip to content

Commit

Permalink
[Fix] Fix mobilenetv3 paper link. #1193
Browse files Browse the repository at this point in the history
  • Loading branch information
MengzhangLI authored Jan 11, 2022
1 parent 78fdf65 commit 44a9635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/mobilenet_v3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ We present the next generation of MobileNets based on a combination of complemen
</div>

<details>
<summary align="right"><a href="https://arxiv.org/abs/1801.04381">MobileNetV3 (ICCV'2019)</a></summary>
<summary align="right"><a href="https://arxiv.org/abs/1905.02244">MobileNetV3 (ICCV'2019)</a></summary>

```latex
@inproceedings{Howard_2019_ICCV,
Expand Down
2 changes: 1 addition & 1 deletion configs/mobilenet_v3/mobilenet_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 44a9635

Please sign in to comment.