From 27c87c2e009fbe7b9b340b1a0fc920dff2523839 Mon Sep 17 00:00:00 2001 From: BainOuO <86969069+BainOuO@users.noreply.github.com> Date: Mon, 27 Feb 2023 14:53:24 +0800 Subject: [PATCH] Fix the paper link error in the docstring (#2618) --- mmcv/cnn/bricks/generalized_attention.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmcv/cnn/bricks/generalized_attention.py b/mmcv/cnn/bricks/generalized_attention.py index ea931c6154..ab20467f63 100644 --- a/mmcv/cnn/bricks/generalized_attention.py +++ b/mmcv/cnn/bricks/generalized_attention.py @@ -14,7 +14,7 @@ class GeneralizedAttention(nn.Module): """GeneralizedAttention module. See 'An Empirical Study of Spatial Attention Mechanisms in Deep Networks' - (https://arxiv.org/abs/1711.07971) for details. + (https://arxiv.org/abs/1904.05873) for details. Args: in_channels (int): Channels of the input feature map.