forked from huawei/mindspore2022
!31100 modify content order in rst part5
Merge pull request !31100 from lvmingfu/master
This commit is contained in:
commit
f320c0e964
|
|
@ -95,15 +95,6 @@
|
|||
|
||||
Int: 每隔多少分钟保存一个checkpoint文件。
|
||||
|
||||
.. py:method:: saved_network
|
||||
:property:
|
||||
|
||||
获取需要保存的网络。
|
||||
|
||||
**返回:**
|
||||
|
||||
Cell: 需要保存的网络。
|
||||
|
||||
.. py:method:: save_checkpoint_seconds
|
||||
:property:
|
||||
|
||||
|
|
@ -121,3 +112,12 @@
|
|||
**返回:**
|
||||
|
||||
Int: 每隔多少个step保存一次checkpoint文件。
|
||||
|
||||
.. py:method:: saved_network
|
||||
:property:
|
||||
|
||||
获取需要保存的网络。
|
||||
|
||||
**返回:**
|
||||
|
||||
Cell: 需要保存的网络。
|
||||
|
|
|
|||
Loading…
Reference in New Issue