modify doc

This commit is contained in:
xumengjuan1 2022-02-08 15:21:54 +08:00
parent 5e23fb3ba1
commit e12cfe3ab5
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -38,4 +38,4 @@
**异常:**
- **ValueError** 编译MindSpore时设置 `-s on` 关闭了维测功能。
- **ValueError** 编译MindSpore时设置 `-s on` 关闭了维测功能。

View File

@ -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)