parent
454f39781d
commit
02c669bf0c
20
README.md
20
README.md
|
@ -21,7 +21,7 @@
|
|||
<!--算法库 Badges-->
|
||||
|
||||
[](https://pypi.org/project/mmrazor)
|
||||
[](https://mmrazor.readthedocs.io/en/main/)
|
||||
[](https://mmrazor.readthedocs.io/en/latest/)
|
||||
[](https://github.com/open-mmlab/mmrazor/actions)
|
||||
[](https://codecov.io/gh/open-mmlab/mmrazor)
|
||||
[](https://github.com/open-mmlab/mmrazor/blob/master/LICENSE)
|
||||
|
@ -32,9 +32,9 @@
|
|||
|
||||
<!--Note:请根据各算法库自身情况设置项目和链接-->
|
||||
|
||||
[📘Documentation](https://mmrazor.readthedocs.io/en/main/) |
|
||||
[🛠️Installation](https://mmrazor.readthedocs.io/en/main/get_started/installation.html) |
|
||||
[👀Model Zoo](https://mmrazor.readthedocs.io/en/main/get_started/model_zoo.html) |
|
||||
[📘Documentation](https://mmrazor.readthedocs.io/en/latest/) |
|
||||
[🛠️Installation](https://mmrazor.readthedocs.io/en/latest/get_started/installation.html) |
|
||||
[👀Model Zoo](https://mmrazor.readthedocs.io/en/latest/get_started/model_zoo.html) |
|
||||
[🤔Reporting Issues](https://github.com/open-mmlab/mmrazor/issues/new/choose)
|
||||
|
||||
</div>
|
||||
|
@ -88,7 +88,7 @@ Major features:
|
|||
|
||||
With better modular design, developers can implement new model compression algorithms with only a few codes, or even by simply modifying config files.
|
||||
|
||||
About MMRazor's design and implementation, please refer to [tutorials](https://mmrazor.readthedocs.io/en/main/get_started/overview.html) for more details.
|
||||
About MMRazor's design and implementation, please refer to [tutorials](https://mmrazor.readthedocs.io/en/latest/get_started/overview.html) for more details.
|
||||
|
||||
## Latest Updates
|
||||
|
||||
|
@ -100,11 +100,11 @@ MMRazor v1.0.0 was released in 2023-4-24, Major updates from 1.0.0rc2 include:
|
|||
2. Add a new pruning algorithm named GroupFisher.
|
||||
3. Support distilling rtmdet with MMRazor.
|
||||
|
||||
To know more about the updates in MMRazor 1.0, please refer to [Changelog](https://mmrazor.readthedocs.io/en/main/notes/changelog.html) for more details!
|
||||
To know more about the updates in MMRazor 1.0, please refer to [Changelog](https://mmrazor.readthedocs.io/en/latest/notes/changelog.html) for more details!
|
||||
|
||||
## Benchmark and model zoo
|
||||
|
||||
Results and models are available in the [model zoo](https://mmrazor.readthedocs.io/en/main/get_started/model_zoo.html).
|
||||
Results and models are available in the [model zoo](https://mmrazor.readthedocs.io/en/latest/get_started/model_zoo.html).
|
||||
|
||||
Supported algorithms:
|
||||
|
||||
|
@ -180,16 +180,16 @@ Supported algorithms:
|
|||
|
||||
MMRazor depends on [PyTorch](https://pytorch.org/), [MMCV](https://github.com/open-mmlab/mmcv) and [MMEngine](https://github.com/open-mmlab/mmengine).
|
||||
|
||||
Please refer to [installation.md](https://mmrazor.readthedocs.io/en/main/get_started/installation.html) for more detailed instruction.
|
||||
Please refer to [installation.md](https://mmrazor.readthedocs.io/en/latest/get_started/installation.html) for more detailed instruction.
|
||||
|
||||
## Getting Started
|
||||
|
||||
Please refer to [user guides](https://mmrazor.readthedocs.io/en/main/user_guides/index.html) for the basic usage of MMRazor. There are also [advanced guides](https://mmrazor.readthedocs.io/en/main/advanced_guides/index.html):
|
||||
Please refer to [user guides](https://mmrazor.readthedocs.io/en/latest/user_guides/index.html) for the basic usage of MMRazor. There are also [advanced guides](https://mmrazor.readthedocs.io/en/latest/advanced_guides/index.html):
|
||||
|
||||
## Contributing
|
||||
|
||||
We appreciate all contributions to improve MMRazor.
|
||||
Please refer to [CONTRUBUTING.md](https://mmrazor.readthedocs.io/en/main/notes/contribution_guide.html) for the contributing guideline.
|
||||
Please refer to [CONTRUBUTING.md](https://mmrazor.readthedocs.io/en/latest/notes/contribution_guide.html) for the contributing guideline.
|
||||
|
||||
## Acknowledgement
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<!--算法库 Badges-->
|
||||
|
||||
[](https://pypi.org/project/mmrazor)
|
||||
[](https://mmrazor.readthedocs.io/en/main/)
|
||||
[](https://mmrazor.readthedocs.io/en/latest/)
|
||||
[](https://github.com/open-mmlab/mmrazor/actions)
|
||||
[](https://codecov.io/gh/open-mmlab/mmrazor)
|
||||
[](https://github.com/open-mmlab/mmrazor/blob/master/LICENSE)
|
||||
|
@ -32,9 +32,9 @@
|
|||
|
||||
<!--Note:请根据各算法库自身情况设置项目和链接-->
|
||||
|
||||
[📘使用文档](https://mmrazor.readthedocs.io/en/main/) |
|
||||
[🛠️安装教程](https://mmrazor.readthedocs.io/en/main/get_started/installation.html) |
|
||||
[👀👀模型库](https://mmrazor.readthedocs.io/en/main/get_started/model_zoo.html) |
|
||||
[📘使用文档](https://mmrazor.readthedocs.io/en/latest/) |
|
||||
[🛠️安装教程](https://mmrazor.readthedocs.io/en/latest/get_started/installation.html) |
|
||||
[👀👀模型库](https://mmrazor.readthedocs.io/en/latest/get_started/model_zoo.html) |
|
||||
[🤔报告问题](https://github.com/open-mmlab/mmrazor/issues/new/choose)
|
||||
|
||||
</div>
|
||||
|
@ -84,7 +84,7 @@ MMRazor v0.3.1 版本已经在 2022.5.4 发布。
|
|||
|
||||
## 基准测试和模型库
|
||||
|
||||
测试结果可以在 [模型库](https://mmrazor.readthedocs.io/en/main/get_started/model_zoo.html) 中找到.
|
||||
测试结果可以在 [模型库](https://mmrazor.readthedocs.io/en/latest/get_started/model_zoo.html) 中找到.
|
||||
|
||||
已经支持的算法:
|
||||
|
||||
|
@ -151,16 +151,16 @@ Knowledge Distillation
|
|||
|
||||
MMRazor 依赖 [PyTorch](https://pytorch.org/) 和 [MMCV](https://github.com/open-mmlab/mmcv)。
|
||||
|
||||
请参考[安装教程](https://mmrazor.readthedocs.io/en/main/get_started/installation.html)获取更详细的安装指南。
|
||||
请参考[安装教程](https://mmrazor.readthedocs.io/en/latest/get_started/installation.html)获取更详细的安装指南。
|
||||
|
||||
## 快速入门
|
||||
|
||||
请参考 [用户指引](https://mmrazor.readthedocs.io/en/main/user_guides/index.html) 学习 MMRazor 的基本使用。 我们也提供了一些[进阶教程](https://mmrazor.readthedocs.io/en/main/advanced_guides/index.html):
|
||||
请参考 [用户指引](https://mmrazor.readthedocs.io/en/latest/user_guides/index.html) 学习 MMRazor 的基本使用。 我们也提供了一些[进阶教程](https://mmrazor.readthedocs.io/en/latest/advanced_guides/index.html):
|
||||
|
||||
## 贡献指南
|
||||
|
||||
我们感谢所有的贡献者为改进和提升 MMRazor 所作出的努力。
|
||||
请参考[贡献指南](https://mmrazor.readthedocs.io/en/main/notes/contribution_guide.html)来了解参与项目贡献的相关指引。
|
||||
请参考[贡献指南](https://mmrazor.readthedocs.io/en/latest/notes/contribution_guide.html)来了解参与项目贡献的相关指引。
|
||||
|
||||
## 致谢
|
||||
|
||||
|
|
Loading…
Reference in New Issue