You need to sign in or sign up before continuing.
Commit b248efa5 authored by BainOuO's avatar BainOuO Committed by Zaida Zhou
Browse files

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

parent 4ad79591
...@@ -14,7 +14,7 @@ class GeneralizedAttention(nn.Module): ...@@ -14,7 +14,7 @@ class GeneralizedAttention(nn.Module):
"""GeneralizedAttention module. """GeneralizedAttention module.
See 'An Empirical Study of Spatial Attention Mechanisms in Deep Networks' 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: Args:
in_channels (int): Channels of the input feature map. in_channels (int): Channels of the input feature map.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment