"server/vscode:/vscode.git/clone" did not exist on "a2985036aa3d1b50e01682841e9ea24096a5bcad"
Unverified Commit 9de39b1e authored by lizz's avatar lizz Committed by GitHub
Browse files

Fix typo in build_conv_layer docstring (#928)


Signed-off-by: default avatarlizz <lizz@sensetime.com>
parent 83cf25b2
......@@ -14,7 +14,7 @@ def build_conv_layer(cfg, *args, **kwargs):
Args:
cfg (None or dict): The conv layer config, which should contain:
- type (str): Layer type.
- layer args: Args needed to instantiate an activation layer.
- layer args: Args needed to instantiate an conv layer.
args (argument list): Arguments passed to the `__init__`
method of the corresponding conv layer.
kwargs (keyword arguments): Keyword arguments passed to the `__init__`
......
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