From cac1899ba15701a6b12406af09b1a462f92ed831 Mon Sep 17 00:00:00 2001 From: Josua Rieder Date: Tue, 14 Jan 2025 18:56:23 +0100 Subject: [PATCH] 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 c993f887..74ef8de8 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