Skip to content

Commit

Permalink
Incorrect citation in transformer documentation. (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
whughw authored Apr 23, 2021
1 parent 54a7ebb commit 9649a9a
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 @@ -407,7 +407,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 9649a9a

Please sign in to comment.