We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad7959 commit b248efaCopy full SHA for b248efa
mmcv/cnn/bricks/generalized_attention.py
@@ -14,7 +14,7 @@ class GeneralizedAttention(nn.Module):
14
"""GeneralizedAttention module.
15
16
See 'An Empirical Study of Spatial Attention Mechanisms in Deep Networks'
17
- (https://arxiv.org/abs/1711.07971) for details.
+ (https://arxiv.org/abs/1904.05873) for details.
18
19
Args:
20
in_channels (int): Channels of the input feature map.
0 commit comments