Fix typo in build_conv_layer docstring (#928)

Signed-off-by: lizz <lizz@sensetime.com>
pull/931/head
lizz 2021-04-07 22:56:37 +08:00 committed by GitHub
parent 83cf25b284
commit 9de39b1e94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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__`