mirror of https://github.com/open-mmlab/mmcv.git
Fix the paper link error in the docstring (#2618)
parent
8e8ab22686
commit
4adddfddf0
|
@ -15,7 +15,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.
|
||||
|
|
Loading…
Reference in New Issue