Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
MMCV
Commits
9649a9ad
"vscode:/vscode.git/clone" did not exist on "5156e48c2ad0a17df2182152cdddde6a8045c0c5"
Unverified
Commit
9649a9ad
authored
Apr 23, 2021
by
whughw
Committed by
GitHub
Apr 23, 2021
Browse files
Incorrect citation in transformer documentation. (#974)
parent
54a7ebb4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mmcv/cnn/bricks/transformer.py
mmcv/cnn/bricks/transformer.py
+1
-1
No files found.
mmcv/cnn/bricks/transformer.py
View file @
9649a9ad
...
@@ -407,7 +407,7 @@ class BaseTransformerLayer(BaseModule):
...
@@ -407,7 +407,7 @@ class BaseTransformerLayer(BaseModule):
named `attn_cfgs`. It is worth mentioning that it supports `prenorm`
named `attn_cfgs`. It is worth mentioning that it supports `prenorm`
when you specifying `norm` as the first element of `operation_order`.
when you specifying `norm` as the first element of `operation_order`.
More details about the `prenorm`: `On Layer Normalization in the
More details about the `prenorm`: `On Layer Normalization in the
Transformer Architecture <https://arxiv.org/abs/200
7
.0
8103
>`_ .
Transformer Architecture <https://arxiv.org/abs/200
2
.0
4745
>`_ .
Args:
Args:
attn_cfgs (list[`mmcv.ConfigDict`] | obj:`mmcv.ConfigDict` | None )):
attn_cfgs (list[`mmcv.ConfigDict`] | obj:`mmcv.ConfigDict` | None )):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment