code_docs_fix_gradreducer

This commit is contained in:
lichenever 2022-01-21 18:53:52 +08:00
parent 18640dd4ac
commit 376120267c
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ mindspore.nn.DistributedGradReducer
- **mean** (bool) - 当mean为True时对AllReduce之后的梯度求均值。默认值False。
- **degree** (int) - 平均系数通常等于设备编号。默认值None。
- **fusion_type** (int) - AllReduce算子的融合类型。默认值1。
- **group** (str) - AllReduce算子的通信域若需要自定义通信域需要调用create_group接口。默认值GlobalComm.WORLD_COMM_GROUP。
**异常:**