How to stop training process

@wrathagom Is there any way to stop training of model I went through data_router.py file and saw processPoolExecutor but processPoolExecutor already have issue they don’t allow to cancel process forcefully, any solution or suggestion for stopping build?

1 Like

ctrl+c or ctrl+z?

My question was not about how to close with cmd I am asking how to stop training from code like processPoolExecutor or looking for some suggestion that I can do with code because I haven’t seen any thing like that in code till now .

Any suggestion?