Skip to content

Commit

Permalink
[Docs] Add training and testing tricks (#659)
Browse files Browse the repository at this point in the history
* Add training_testing_tricks.md

* update

* update

* update

* update

* update

* update

* update
  • Loading branch information
hhaAndroid authored Mar 20, 2023
1 parent 8d67cea commit 5a96fcd
Show file tree
Hide file tree
Showing 6 changed files with 308 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ For different parts from MMDetection, we have also prepared user guides and adva
<summary>Recommended Topics</summary>

- [How to contribute code to MMYOLO](docs/en/recommended_topics/contributing.md)
- [Training testing tricks](docs/en/recommended_topics/training_testing_tricks.md)
- [MMYOLO model design](docs/en/recommended_topics/model_design.md)
- [Algorithm principles and implementation](docs/en/recommended_topics/algorithm_descriptions/)
- [Replace the backbone network](docs/en/recommended_topics/replace_backbone.md)
Expand Down
1 change: 1 addition & 0 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ MMYOLO 用法和 MMDetection 几乎一致,所有教程都是通用的,你也
<summary>推荐专题</summary>

- [如何给 MMYOLO 贡献代码](docs/zh_cn/recommended_topics/contributing.md)
- [训练和测试技巧](docs/zh_cn/recommended_topics/training_testing_tricks.md)
- [MMYOLO 模型结构设计](docs/zh_cn/recommended_topics/model_design.md)
- [原理和实现全解析](docs/zh_cn/recommended_topics/algorithm_descriptions/)
- [轻松更换主干网络](docs/zh_cn/recommended_topics/replace_backbone.md)
Expand Down
1 change: 1 addition & 0 deletions docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ You can switch between Chinese and English documents in the top-right corner of
:caption: Recommended Topics

recommended_topics/contributing.md
recommended_topics/training_testing_tricks.md
recommended_topics/model_design.md
recommended_topics/algorithm_descriptions/index.rst
recommended_topics/application_examples/index.rst
Expand Down
1 change: 1 addition & 0 deletions docs/en/recommended_topics/training_testing_tricks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Training testing tricks
1 change: 1 addition & 0 deletions docs/zh_cn/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
:caption: 推荐专题

recommended_topics/contributing.md
recommended_topics/training_testing_tricks.md
recommended_topics/model_design.md
recommended_topics/algorithm_descriptions/index.rst
recommended_topics/application_examples/index.rst
Expand Down
Loading

0 comments on commit 5a96fcd

Please sign in to comment.