From 3c7daedfd823d241084b004b013ca0d1697a9eba Mon Sep 17 00:00:00 2001 From: whughw Date: Wed, 21 Apr 2021 22:09:24 +0800 Subject: [PATCH] Incorrect citation in transformer documentation. The original citation of the paper On Layer Normalization in the Transformer Architecture is wrong. It should be --- mmcv/cnn/bricks/transformer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmcv/cnn/bricks/transformer.py b/mmcv/cnn/bricks/transformer.py index ff8b2c2d1b..1fa0442ffc 100644 --- a/mmcv/cnn/bricks/transformer.py +++ b/mmcv/cnn/bricks/transformer.py @@ -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 `_ . + Transformer Architecture `_ . Args: attn_cfgs (list[`mmcv.ConfigDict`] | obj:`mmcv.ConfigDict` | None )):