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