tft_pause_train

接口功能

将训练暂停在某一个step。

接口格式

mindio_ttp.framework_ttp.tft_pause_train(cur_step: int)

接口参数

参数

是否必选

说明

取值要求

cur_step

必选

当前训练框架执行的步数。

非负整数。

返回值