Skip to content

Commit

Permalink
[Docs] train cfg: Removed old description (#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobo0810 committed Apr 10, 2023
1 parent 9cbecea commit e80418a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/zh_CN/user_guides/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ _base_ = [ # 此配置文件将继承所有 `
- `head`: 头网络设置,头网络主要是与具体任务关联的部件,如图像分类、自监督训练等,更多可用选项请参考 [API 文档](mmpretrain.models.heads)
- `loss`: 损失函数设置, 支持 `CrossEntropyLoss`, `LabelSmoothLoss`, `PixelReconstructionLoss` 等,更多可用选项参考 [API 文档](mmpretrain.models.losses)
- `data_preprocessor`: 图像输入的预处理模块,输入在进入模型前的预处理操作,例如 `ClsDataPreprocessor`, 有关详细信息,请参阅 [API 文档](mmpretrain.models.utils.data_preprocessor)
- `train_cfg`:训练模型时的额外设置。在 MMCLS 中,我们主要使用它来配置批量增强,例如 `Mixup``CutMix`。有关详细信息,请参阅 [文档](mmpretrain.models.utils.batch_augments)
- `train_cfg`: `ImageClassifier` 的额外训练配置。在 `ImageClassifier` 中,我们使用这一参数指定批数据增强设置,比如 `Mixup``CutMix`。详见[文档](mmpretrain.models.utils.batch_augments)

以下是 ResNet50 的模型配置['configs/_base_/models/resnet50.py'](https://github.com/open-mmlab/mmpretrain/blob/main/configs/_base_/models/resnet50.py)
Expand Down

0 comments on commit e80418a

Please sign in to comment.