tft_pause_train
Function
Pauses training at a step.
Format
mindio_ttp.framework_ttp.tft_pause_train(cur_step: int)
Parameters
Parameter |
Mandatory/Optional |
Description |
Value |
|---|---|---|---|
cur_step |
Mandatory |
Current step executed by the current training framework |
0 or a positive integer |
Return Value
None
Parent topic: API Reference