Skip to content

Commit

Permalink
Incorrect citation in transformer documentation.
Browse files Browse the repository at this point in the history
The original citation of the paper On Layer Normalization in the Transformer Architecture <https://arxiv.org/abs/2007.08103> is wrong.
It should be <https://arxiv.org/abs/2002.04745>
  • Loading branch information
whughw authored Apr 21, 2021
1 parent a764163 commit 3c7daed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmcv/cnn/bricks/transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class BaseTransformerLayer(BaseModule):
named `attn_cfgs`. It is worth mentioning that it supports `prenorm`
when you specifying `norm` as the first element of `operation_order`.
More details about the `prenorm`: `On Layer Normalization in the
Transformer Architecture <https://arxiv.org/abs/2007.08103>`_ .
Transformer Architecture <https://arxiv.org/abs/2002.04745>`_ .
Args:
attn_cfgs (list[`mmcv.ConfigDict`] | obj:`mmcv.ConfigDict` | None )):
Expand Down

0 comments on commit 3c7daed

Please sign in to comment.