Skip to content

Commit

Permalink
[Docs] fix doc typos (#1629)
Browse files Browse the repository at this point in the history
* fix doc typos

* fix link

---------

Co-authored-by: fangyixiao18 <[email protected]>
  • Loading branch information
liweiwp and fangyixiao18 authored Jul 5, 2023
1 parent 8eaf809 commit 0d80ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/zh_CN/user_guides/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ model = dict(
- `data_preprocessor`: 模型输入预处理配置,与 `model.data_preprocessor` 相同,但优先级更低。
- `train_evaluator | val_evaluator | test_evaluator`: 构建评估器,参考 [API 文档](mmpretrain.evaluation)
- `train_dataloader | val_dataloader | test_dataloader`: 构建 dataloader
- `samples_per_gpu`: 每个 GPU 的 batch size
- `workers_per_gpu`: 每个 GPU 的线程数
- `batch_size`: 每个 GPU 的 batch size
- `num_workers`: 每个 GPU 的线程数
- `sampler`: 采样器配置
- `dataset`: 数据集配置
- `type`: 数据集类型, MMPretrain 支持 `ImageNet``Cifar` 等数据集 ,参考 [API 文档](mmpretrain.datasets)
Expand Down

0 comments on commit 0d80ab4

Please sign in to comment.