[Fix] Fix typo in docstring (#433)

* fix typo in docstring

* fix typo in docs

* fix typo in docs
pull/384/head
jason_w 2023-01-06 11:40:47 +08:00 committed by GitHub
parent 5172805dae
commit d8cbf216de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ MMYOLO 实现配置https://github.com/open-mmlab/mmyolo/blob/main/configs/yol
YOLOv6 官方开源库地址https://github.com/meituan/YOLOv6
## 1 YLOLv6 2.0 算法原理和 MMYOLO 实现解析
## 1 YOLOv6 2.0 算法原理和 MMYOLO 实现解析
YOLOv6 2.0 官方 release 地址https://github.com/meituan/YOLOv6/releases/tag/0.2.0

View File

@ -140,7 +140,7 @@ class RepVGGBlock(nn.Module):
In PPYOLOE+ model backbone, `use_alpha` will be set to True.
Default: False.
use_bn_first (bool): Whether to use bn layer before conv.
In YOLOv6 and YLOv7, this will be set to True.
In YOLOv6 and YOLOv7, this will be set to True.
In PPYOLOE, this will be set to False.
Default: True.
deploy (bool): Whether in deploy mode. Default: False