Fix the paper link error in the docstring (#2618)

pull/2642/head
BainOuO 2023-02-27 14:53:24 +08:00 committed by GitHub
parent 8e8ab22686
commit 4adddfddf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.