Unverified Commit 9649a9ad authored by whughw's avatar whughw Committed by GitHub
Browse files

Incorrect citation in transformer documentation. (#974)

parent 54a7ebb4
......@@ -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 )):
......
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