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): ...@@ -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 activation layer. - layer args: Args needed to instantiate an conv 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__`
......
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