예제 #1
0
async def stop_training(sid, script_name):
    mlp.stop_training()
    pass
예제 #2
0
async def stop_script(sid, script_name):
    #stop script with given name (name currently ignored)
    mlp.stop_training()
    pass