forked from mindspore-Ecosystem/mindspore
modify pagedisplay and format
This commit is contained in:
parent
693af7f260
commit
cd31778aa2
|
@ -98,7 +98,7 @@ MindSpore中 `mindspore.nn` 接口与上一版本相比,新增、删除和支
|
|||
mindspore.nn.MultiFieldEmbeddingLookup
|
||||
|
||||
非线性激活函数层
|
||||
--------------
|
||||
------------------
|
||||
|
||||
.. mscnplatformautosummary::
|
||||
:toctree: nn
|
||||
|
|
|
@ -11,6 +11,7 @@ mindspore.profiler
|
|||
MindSpore用户能够通过该类对神经网络的性能进行采集。
|
||||
|
||||
**参数:**
|
||||
|
||||
- **output_path** (str, 可选) – 表示输出数据的路径。默认值:"./data"。
|
||||
- **profile_communication** (bool, 可选) – (仅限Ascend)表示是否在多设备训练中收集通信性能数据。当值为True时,收集这些数据。在单台设备训练中,该参数的设置无效。默认值:False。
|
||||
- **profile_memory** (bool, 可选) – (仅限Ascend)表示是否收集Tensor内存数据。当值为True时,收集这些数据。默认值:False。
|
||||
|
|
Loading…
Reference in New Issue