From cac1899ba15701a6b12406af09b1a462f92ed831 Mon Sep 17 00:00:00 2001 From: Josua Rieder Date: Tue, 14 Jan 2025 18:56:23 +0100 Subject: [PATCH 1/2] add missing paper title DLA: Deep Layer Aggregation --- hfdocs/source/models.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hfdocs/source/models.mdx b/hfdocs/source/models.mdx index c993f887e2..74ef8de800 100644 --- a/hfdocs/source/models.mdx +++ b/hfdocs/source/models.mdx @@ -33,7 +33,7 @@ A more exciting view (with pretty pictures) of the models within `timm` can be f ## DLA * Implementation: [dla.py](https://github.com/rwightman/pytorch-image-models/blob/master/timm/models/dla.py) -* Paper: https://arxiv.org/abs/1707.06484 +* Paper: `Deep Layer Aggregation` - https://arxiv.org/abs/1707.06484 * Code: https://github.com/ucbdrive/dla ## Dual-Path Networks From 1dab96c6373a160504f3cf5256b3662bc6c18391 Mon Sep 17 00:00:00 2001 From: Josua Rieder Date: Tue, 14 Jan 2025 18:58:54 +0100 Subject: [PATCH 2/2] fix small copy paste mistake --- hfdocs/source/models.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hfdocs/source/models.mdx b/hfdocs/source/models.mdx index 74ef8de800..97ff00b9ec 100644 --- a/hfdocs/source/models.mdx +++ b/hfdocs/source/models.mdx @@ -78,14 +78,14 @@ A more exciting view (with pretty pictures) of the models within `timm` can be f ## NASNet-A * Implementation: [nasnet.py](https://github.com/rwightman/pytorch-image-models/blob/master/timm/models/nasnet.py) -* Papers: `Learning Transferable Architectures for Scalable Image Recognition` - https://arxiv.org/abs/1707.07012 +* Paper: `Learning Transferable Architectures for Scalable Image Recognition` - https://arxiv.org/abs/1707.07012 * Code: https://github.com/Cadene/pretrained-models.pytorch * Reference code: https://github.com/tensorflow/models/tree/master/research/slim/nets/nasnet ## PNasNet-5 * Implementation: [pnasnet.py](https://github.com/rwightman/pytorch-image-models/blob/master/timm/models/pnasnet.py) -* Papers: `Progressive Neural Architecture Search` - https://arxiv.org/abs/1712.00559 +* Paper: `Progressive Neural Architecture Search` - https://arxiv.org/abs/1712.00559 * Code: https://github.com/Cadene/pretrained-models.pytorch * Reference code: https://github.com/tensorflow/models/tree/master/research/slim/nets/nasnet