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
9de39b1e
Unverified
Commit
9de39b1e
authored
Apr 07, 2021
by
lizz
Committed by
GitHub
Apr 07, 2021
Browse files
Fix typo in build_conv_layer docstring (#928)
Signed-off-by:
lizz
<
lizz@sensetime.com
>
parent
83cf25b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mmcv/cnn/bricks/conv.py
mmcv/cnn/bricks/conv.py
+1
-1
No files found.
mmcv/cnn/bricks/conv.py
View file @
9de39b1e
...
@@ -14,7 +14,7 @@ def build_conv_layer(cfg, *args, **kwargs):
...
@@ -14,7 +14,7 @@ def build_conv_layer(cfg, *args, **kwargs):
Args:
Args:
cfg (None or dict): The conv layer config, which should contain:
cfg (None or dict): The conv layer config, which should contain:
- type (str): Layer type.
- type (str): Layer type.
- layer args: Args needed to instantiate an
activati
on layer.
- layer args: Args needed to instantiate an
c
on
v
layer.
args (argument list): Arguments passed to the `__init__`
args (argument list): Arguments passed to the `__init__`
method of the corresponding conv layer.
method of the corresponding conv layer.
kwargs (keyword arguments): Keyword arguments passed to the `__init__`
kwargs (keyword arguments): Keyword arguments passed to the `__init__`
...
...
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