autonomio / talos

Hyperparameter Experiments with TensorFlow and Keras
https://autonom.io
MIT License
1.62k stars 268 forks source link

Test stops everytime that the results are displayed #309

Closed antonio-fernandez closed 5 years ago

antonio-fernandez commented 5 years ago

the test stops every time that the results are updated in the popup figure (acc, loss, etc). Is it possible to keep running the test without closing the figure's window? I have to close this window manually to keep running the test everytime that it is updated. I am running the code in a ubuntu 16 machine.

mikkokotila commented 5 years ago

Do you refer to the live updating graph? If yes, that is intended to work only on notebook and not console.

Adblu commented 5 years ago

Ok, thank you. Problem solved.