forked from mindspore-Ecosystem/mindspore
update index
This commit is contained in:
parent
4445e4669b
commit
152760bc98
|
@ -24,8 +24,8 @@ mindspore.dataset
|
|||
- MappableDataset,一个抽象类,表示支持随机访问的源数据集。
|
||||
- Iterator,用于枚举元素的数据集迭代器的基类。
|
||||
|
||||
Vision
|
||||
-------
|
||||
视觉
|
||||
-----
|
||||
|
||||
.. cnmsautosummary::
|
||||
:toctree: dataset
|
||||
|
@ -38,7 +38,7 @@ Vision
|
|||
mindspore.dataset.Cifar100Dataset
|
||||
mindspore.dataset.Cifar10Dataset
|
||||
|
||||
Text
|
||||
文本
|
||||
----
|
||||
|
||||
.. cnmsautosummary::
|
||||
|
@ -46,8 +46,8 @@ Text
|
|||
|
||||
mindspore.dataset.CLUEDataset
|
||||
|
||||
Graph
|
||||
-----
|
||||
图
|
||||
---
|
||||
|
||||
.. cnmsautosummary::
|
||||
:toctree: dataset
|
||||
|
@ -55,8 +55,8 @@ Graph
|
|||
mindspore.dataset.GraphData
|
||||
|
||||
|
||||
User Defined
|
||||
------------
|
||||
用户自定义
|
||||
----------
|
||||
|
||||
.. cnmsautosummary::
|
||||
:toctree: dataset
|
||||
|
@ -65,7 +65,7 @@ User Defined
|
|||
mindspore.dataset.NumpySlicesDataset
|
||||
mindspore.dataset.PaddedDataset
|
||||
|
||||
Sampler
|
||||
采样器
|
||||
-------
|
||||
|
||||
.. cnmsautosummary::
|
||||
|
@ -79,8 +79,8 @@ Sampler
|
|||
mindspore.dataset.SubsetSampler
|
||||
mindspore.dataset.WeightedRandomSampler
|
||||
|
||||
Standard Format
|
||||
---------------
|
||||
标准格式
|
||||
--------
|
||||
|
||||
.. cnmsautosummary::
|
||||
:toctree: dataset
|
||||
|
@ -91,8 +91,8 @@ Standard Format
|
|||
mindspore.dataset.TFRecordDataset
|
||||
mindspore.dataset.TextFileDataset
|
||||
|
||||
Others
|
||||
------
|
||||
其他
|
||||
-----
|
||||
|
||||
.. cnmsautosummary::
|
||||
:toctree: dataset
|
||||
|
|
|
@ -7,8 +7,8 @@ mindspore.nn
|
|||
|
||||
MindSpore中 `mindspore.nn` 算子与上一版本相比,新增、删除和支持平台的变化信息请参考 `API Updates <https://gitee.com/mindspore/docs/blob/master/resource/api_updates/ops_api_updates.md>`_。
|
||||
|
||||
Cell
|
||||
----
|
||||
基本构成单元
|
||||
------------
|
||||
|
||||
.. cnmsplatformautosummary::
|
||||
:toctree: nn
|
||||
|
@ -37,8 +37,8 @@ Cell
|
|||
mindspore.nn.Conv3d
|
||||
mindspore.nn.Conv3dTranspose
|
||||
|
||||
Gradient
|
||||
---------
|
||||
梯度
|
||||
-----
|
||||
|
||||
.. cnmsplatformautosummary::
|
||||
:toctree: nn
|
||||
|
@ -47,7 +47,7 @@ Gradient
|
|||
mindspore.nn.Vjp
|
||||
|
||||
非线性激活函数
|
||||
----------------------
|
||||
--------------
|
||||
|
||||
.. cnmsplatformautosummary::
|
||||
:toctree: nn
|
||||
|
@ -66,8 +66,8 @@ Gradient
|
|||
mindspore.nn.Softmax
|
||||
mindspore.nn.Tanh
|
||||
|
||||
Utilities
|
||||
---------
|
||||
工具
|
||||
-----
|
||||
|
||||
.. cnmsplatformautosummary::
|
||||
:toctree: nn
|
||||
|
@ -76,7 +76,7 @@ Utilities
|
|||
mindspore.nn.Tril
|
||||
|
||||
损失函数
|
||||
--------------
|
||||
--------
|
||||
|
||||
.. cnmsplatformautosummary::
|
||||
:toctree: nn
|
||||
|
@ -85,8 +85,8 @@ Utilities
|
|||
mindspore.nn.MSELoss
|
||||
mindspore.nn.SmoothL1Loss
|
||||
|
||||
Optimizer Functions
|
||||
-------------------
|
||||
优化器
|
||||
-------
|
||||
|
||||
.. cnmsplatformautosummary::
|
||||
:toctree: nn
|
||||
|
@ -106,8 +106,8 @@ Optimizer Functions
|
|||
mindspore.nn.SGD
|
||||
mindspore.nn.thor
|
||||
|
||||
Wrapper Functions
|
||||
-----------------
|
||||
封装函数
|
||||
---------
|
||||
|
||||
.. cnmsplatformautosummary::
|
||||
:toctree: nn
|
||||
|
@ -122,15 +122,15 @@ Wrapper Functions
|
|||
mindspore.nn.WithEvalCell
|
||||
mindspore.nn.WithLossCell
|
||||
|
||||
Math Functions
|
||||
-----------------
|
||||
数学函数
|
||||
--------
|
||||
|
||||
.. cnmsplatformautosummary::
|
||||
:toctree: nn
|
||||
|
||||
mindspore.nn.Moments
|
||||
|
||||
Metrics
|
||||
评估指标
|
||||
--------
|
||||
|
||||
.. cnmsautosummary::
|
||||
|
@ -152,11 +152,11 @@ Metrics
|
|||
mindspore.nn.names
|
||||
mindspore.nn.rearrange_inputs
|
||||
|
||||
Dynamic Learning Rate
|
||||
---------------------
|
||||
动态学习率
|
||||
-----------
|
||||
|
||||
LearningRateSchedule
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
LearningRateSchedule类
|
||||
^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
本模块中的动态学习率都是LearningRateSchedule的子类,将LearningRateSchedule的实例传递给优化器。在训练过程中,优化器以当前step为输入调用该实例,得到当前的学习率。
|
||||
|
||||
|
@ -182,8 +182,8 @@ LearningRateSchedule
|
|||
mindspore.nn.PolynomialDecayLR
|
||||
mindspore.nn.WarmUpLR
|
||||
|
||||
Dynamic LR
|
||||
^^^^^^^^^^
|
||||
Dynamic LR函数
|
||||
^^^^^^^^^^^^^^
|
||||
|
||||
本模块中的动态学习率都是function,调用function并将结果传递给优化器。在训练过程中,优化器将result[current step]作为当前学习率。
|
||||
|
||||
|
|
|
@ -12,8 +12,8 @@ MindSpore中 `mindspore.ops` 算子与上一版本相比,新增、删除和支
|
|||
operations
|
||||
----------
|
||||
|
||||
Neural Network Operators
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
神经网络算子
|
||||
^^^^^^^^^^^^
|
||||
|
||||
operations中的Primitive算子在使用前需要实例化。
|
||||
|
||||
|
@ -30,8 +30,8 @@ operations中的Primitive算子在使用前需要实例化。
|
|||
mindspore.ops.SeLU
|
||||
mindspore.ops.Sigmoid
|
||||
|
||||
Math Operators
|
||||
--------------
|
||||
Math类型算子
|
||||
------------
|
||||
|
||||
.. cnmsplatformautosummary::
|
||||
:toctree: ops
|
||||
|
@ -50,8 +50,8 @@ Math Operators
|
|||
mindspore.ops.Pow
|
||||
mindspore.ops.Sub
|
||||
|
||||
Array Operators
|
||||
----------------
|
||||
Array类型算子
|
||||
--------------
|
||||
|
||||
.. cnmsplatformautosummary::
|
||||
:toctree: ops
|
||||
|
@ -67,8 +67,8 @@ Array Operators
|
|||
mindspore.ops.ZerosLike
|
||||
|
||||
|
||||
Random Operators
|
||||
----------------
|
||||
Random类型算子
|
||||
--------------
|
||||
|
||||
.. cnmsplatformautosummary::
|
||||
:toctree: ops
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
mindspore
|
||||
=========
|
||||
|
||||
Tensor
|
||||
张量
|
||||
------
|
||||
|
||||
.. cnmsautosummary::
|
||||
|
@ -11,7 +11,7 @@ Tensor
|
|||
mindspore.RowTensor
|
||||
mindspore.SparseTensor
|
||||
|
||||
Parameter
|
||||
参数
|
||||
---------
|
||||
|
||||
.. cnmsautosummary::
|
||||
|
@ -20,7 +20,7 @@ Parameter
|
|||
mindspore.Parameter
|
||||
mindspore.ParameterTuple
|
||||
|
||||
DataType
|
||||
数据类型
|
||||
--------
|
||||
|
||||
.. cnmsautosummary::
|
||||
|
@ -33,7 +33,7 @@ DataType
|
|||
mindspore.issubclass_
|
||||
mindspore.pytype_to_dtype
|
||||
|
||||
Seed
|
||||
种子
|
||||
----
|
||||
|
||||
.. cnmsautosummary::
|
||||
|
@ -42,7 +42,7 @@ Seed
|
|||
mindspore.get_seed
|
||||
mindspore.set_seed
|
||||
|
||||
Model
|
||||
模型
|
||||
-----
|
||||
|
||||
.. cnmsautosummary::
|
||||
|
@ -50,8 +50,8 @@ Model
|
|||
|
||||
mindspore.Model
|
||||
|
||||
Dataset Helper
|
||||
---------------
|
||||
MindData数据集处理
|
||||
-------------------
|
||||
|
||||
.. cnmsautosummary::
|
||||
:toctree: mindspore
|
||||
|
@ -59,8 +59,8 @@ Dataset Helper
|
|||
mindspore.DatasetHelper
|
||||
mindspore.connect_network_with_dataset
|
||||
|
||||
Loss Scale Manager
|
||||
------------------
|
||||
损失函数管理
|
||||
------------
|
||||
|
||||
.. cnmsautosummary::
|
||||
:toctree: mindspore
|
||||
|
@ -69,8 +69,8 @@ Loss Scale Manager
|
|||
mindspore.FixedLossScaleManager
|
||||
mindspore.LossScaleManager
|
||||
|
||||
Serialization
|
||||
--------------
|
||||
序列化
|
||||
-------
|
||||
|
||||
.. cnmsautosummary::
|
||||
:toctree: mindspore
|
||||
|
@ -86,16 +86,16 @@ Serialization
|
|||
mindspore.save_checkpoint
|
||||
mindspore.async_ckpt_thread_status
|
||||
|
||||
JIT
|
||||
---
|
||||
即时编译
|
||||
--------
|
||||
|
||||
.. cnmsautosummary::
|
||||
:toctree: mindspore
|
||||
|
||||
mindspore.ms_function
|
||||
|
||||
Log
|
||||
---
|
||||
日志
|
||||
----
|
||||
|
||||
.. cnmsautosummary::
|
||||
:toctree: mindspore
|
||||
|
@ -103,16 +103,16 @@ Log
|
|||
mindspore.get_level
|
||||
mindspore.get_log_config
|
||||
|
||||
Automatic Mixed Precision
|
||||
---------------------------
|
||||
自动混合精度
|
||||
------------
|
||||
|
||||
.. cnmsautosummary::
|
||||
:toctree: mindspore
|
||||
|
||||
mindspore.build_train_network
|
||||
|
||||
Installation Verification
|
||||
--------------------------
|
||||
安装验证
|
||||
--------
|
||||
|
||||
.. cnmsautosummary::
|
||||
:toctree: mindspore
|
||||
|
|
Loading…
Reference in New Issue