Skip to content

Commit 7fa37c1

Browse files
authored
Merge pull request #2405 from JosuaRieder/add_missing_paper_title
Add missing paper title
2 parents ff77dfa + 1dab96c commit 7fa37c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hfdocs/source/models.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A more exciting view (with pretty pictures) of the models within `timm` can be f
3333
## DLA
3434

3535
* Implementation: [dla.py](https://github.com/rwightman/pytorch-image-models/blob/master/timm/models/dla.py)
36-
* Paper: https://arxiv.org/abs/1707.06484
36+
* Paper: `Deep Layer Aggregation` - https://arxiv.org/abs/1707.06484
3737
* Code: https://github.com/ucbdrive/dla
3838

3939
## Dual-Path Networks
@@ -78,14 +78,14 @@ A more exciting view (with pretty pictures) of the models within `timm` can be f
7878
## NASNet-A
7979

8080
* Implementation: [nasnet.py](https://github.com/rwightman/pytorch-image-models/blob/master/timm/models/nasnet.py)
81-
* Papers: `Learning Transferable Architectures for Scalable Image Recognition` - https://arxiv.org/abs/1707.07012
81+
* Paper: `Learning Transferable Architectures for Scalable Image Recognition` - https://arxiv.org/abs/1707.07012
8282
* Code: https://github.com/Cadene/pretrained-models.pytorch
8383
* Reference code: https://github.com/tensorflow/models/tree/master/research/slim/nets/nasnet
8484

8585
## PNasNet-5
8686

8787
* Implementation: [pnasnet.py](https://github.com/rwightman/pytorch-image-models/blob/master/timm/models/pnasnet.py)
88-
* Papers: `Progressive Neural Architecture Search` - https://arxiv.org/abs/1712.00559
88+
* Paper: `Progressive Neural Architecture Search` - https://arxiv.org/abs/1712.00559
8989
* Code: https://github.com/Cadene/pretrained-models.pytorch
9090
* Reference code: https://github.com/tensorflow/models/tree/master/research/slim/nets/nasnet
9191

0 commit comments

Comments
 (0)