mindspore.async_ckpt_thread_status
- mindspore.async_ckpt_thread_status()[source]
Get the status of asynchronous save checkpoint thread.
When performing asynchronous save checkpoint, you can determine whether the asynchronous thread is completed.
- Returns
bool, True, Asynchronous save checkpoint thread is running. False, Asynchronous save checkpoint thread is not executing.
Examples
>>> import mindspore as ms >>> ms.async_ckpt_thread_status() False