[Docs] Add the data flow of Runner in README (#1257)
parent
9f21d38907
commit
5bc841c09c
|
@ -112,6 +112,8 @@ Major features:
|
|||
- Provides rich components and strategies.
|
||||
- Complete controls on the training process with different levels of APIs.
|
||||
|
||||

|
||||
|
||||
## Installation
|
||||
|
||||
Before installing MMEngine, please ensure that PyTorch has been successfully installed following the [official guide](https://pytorch.org/get-started/locally/).
|
||||
|
|
|
@ -113,6 +113,8 @@ MMEngine 是一个基于 PyTorch 实现的,用于训练深度学习模型的
|
|||
- 提供了丰富的组件和策略。
|
||||
- 使用不同等级的 API 控制训练过程。
|
||||
|
||||

|
||||
|
||||
## 安装
|
||||
|
||||
在安装 MMEngine 之前,请确保 PyTorch 已成功安装在环境中,可以参考 [PyTorch 官方安装文档](https://pytorch.org/get-started/locally/)。
|
||||
|
|
Loading…
Reference in New Issue