!31756 modify format

Merge pull request !31756 from 俞涵/code_docs_323
This commit is contained in:
i-robot 2022-03-23 03:17:52 +00:00 committed by Gitee
commit d300345fc0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
- **weight_decay** - 可选。如果键中存在"weight_decay,则使用对应的值作为权重衰减值。如果没有,则使用优化器中配置的 `weight_decay` 作为权重衰减值。
- **weight_decay** - 可选。如果键中存在"weight_decay",则使用对应的值作为权重衰减值。如果没有,则使用优化器中配置的 `weight_decay` 作为权重衰减值。

View File

@ -7,7 +7,8 @@ mindspore.ops.Custom
根据输入函数的不用,你可以创建多个自定义算子,并且把它们用在神经网络中。
关于自定义算子的详细说明和介绍,包括参数的正确书写,见编程指南 https://www.mindspore.cn/docs/programming_guide/zh-CN/master/custom_operator_custom.html 。
.. warning::这是一个实验性接口,后续可能删除或修改。
.. warning::
这是一个实验性接口,后续可能删除或修改。
.. note::