Skip to content
Snippets Groups Projects
Unverified Commit 4861f034 authored by Zaida Zhou's avatar Zaida Zhou Committed by GitHub
Browse files

[Docs] Count FLOPs and parameters (#939)

* [Docs] Count FLOPs and parameters

* add the doc to index.rst

* fix table in HTML

* fix

* fix

* fix indent

* refine
parent 34698946
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ The return outputs is dict, which contains the following keys: ...@@ -90,7 +90,7 @@ The return outputs is dict, which contains the following keys:
+---------------------+----------------------+--------+--------------+ +---------------------+----------------------+--------+--------------+
``` ```
- `out_arch`: print related information by network layers - `out_arch`: print related information by network layers
```bash ```bash
TestNet( TestNet(
......
# 模型复杂度分析
翻译中,请暂时阅读英文文档 [Model Complexity Analysis](https://mmengine.readthedocs.io/en/latest/advanced_tutorials/model_analysis.html)
This diff is collapsed.
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
common_usage/speed_up_training.md common_usage/speed_up_training.md
common_usage/save_gpu_memory.md common_usage/save_gpu_memory.md
common_usage/set_random_seed.md common_usage/set_random_seed.md
common_usage/model_analysis.md
common_usage/set_interval.md common_usage/set_interval.md
common_usage/epoch_to_iter.md common_usage/epoch_to_iter.md
...@@ -56,6 +57,7 @@ ...@@ -56,6 +57,7 @@
advanced_tutorials/manager_mixin.md advanced_tutorials/manager_mixin.md
advanced_tutorials/cross_library.md advanced_tutorials/cross_library.md
advanced_tutorials/test_time_augmentation.md advanced_tutorials/test_time_augmentation.md
advanced_tutorials/model_analysis.md
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment