modify the error in nn
This commit is contained in:
parent
7e46ab785a
commit
cec73db2a0
|
@ -5,7 +5,7 @@ mindspore.nn
|
|||
|
||||
用于构建神经网络中的预定义构建块或计算单元。
|
||||
|
||||
MindSpore中 `mindspore.nn` 接口与上一版本相比,新增、删除和支持平台的变化信息请参考 `API Updates <https://gitee.com/mindspore/docs/blob/master/resource/api_updates/ops_api_updates.md>`_。
|
||||
MindSpore中 `mindspore.nn` 接口与上一版本相比,新增、删除和支持平台的变化信息请参考 `API Updates <https://gitee.com/mindspore/docs/blob/master/resource/api_updates/ops_api_updates.md>`_ 。
|
||||
|
||||
基本构成单元
|
||||
------------
|
||||
|
|
|
@ -5,7 +5,7 @@ Neural Network Cell
|
|||
|
||||
For building predefined building blocks or computational units in neural networks.
|
||||
|
||||
Compared with the previous version, the added, deleted and supported platforms change information of `mindspore.nn` operators in MindSpore, please refer to the link `<https://gitee.com/mindspore/docs/blob/master/resource/api_updates/nn_api_updates.md>`_.
|
||||
Compared with the previous version, the added, deleted and supported platforms change information of `mindspore.nn` operators in MindSpore, please refer to the link `API Updates <https://gitee.com/mindspore/docs/blob/master/resource/api_updates/nn_api_updates.md>`_ .
|
||||
|
||||
Basic Block
|
||||
-----------
|
||||
|
|
|
@ -7,7 +7,7 @@ operators that can be used for constructor function of Cell
|
|||
|
||||
import mindspore.ops as ops
|
||||
|
||||
Compared with the previous version, the added, deleted and supported platforms change information of `mindspore.ops` operators in MindSpore, please refer to the link `<https://gitee.com/mindspore/docs/blob/master/resource/api_updates/ops_api_updates.md>`_.
|
||||
Compared with the previous version, the added, deleted and supported platforms change information of `mindspore.ops` operators in MindSpore, please refer to the link `API Updates <https://gitee.com/mindspore/docs/blob/master/resource/api_updates/ops_api_updates.md>`_ .
|
||||
|
||||
Operator Primitives
|
||||
-------------------
|
||||
|
|
Loading…
Reference in New Issue