forked from huawei/mindspore2022
modify doc
This commit is contained in:
parent
5e23fb3ba1
commit
e12cfe3ab5
|
|
@ -19,7 +19,7 @@ mindspore.train.callback
|
|||
|
||||
.. include:: train/mindspore.train.callback.ModelCheckpoint.rst
|
||||
|
||||
.. include:: train/mindspore.train.SummaryCollector.rst
|
||||
.. include:: train/mindspore.train.callback.SummaryCollector.rst
|
||||
|
||||
.. include:: train/mindspore.train.callback.CheckpointConfig.rst
|
||||
|
||||
|
|
|
|||
|
|
@ -38,4 +38,4 @@
|
|||
|
||||
**异常:**
|
||||
|
||||
- **ValueError:** :编译MindSpore时,设置 `-s on` 关闭了维测功能。
|
||||
- **ValueError:** 编译MindSpore时,设置 `-s on` 关闭了维测功能。
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
**异常:**
|
||||
|
||||
- **TypeError:** `max_file_size` 不是整型,或 `file_prefix` 和 `file_suffix` 不是字符串。
|
||||
- **ValueError:** :编译MindSpore时,设置 `-s on` 关闭了维测功能。
|
||||
- **ValueError:** 编译MindSpore时,设置 `-s on` 关闭了维测功能。
|
||||
|
||||
.. py:method:: add_value(plugin, name, value)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue