autonomio / talos

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

change `test.sh` to `test_local.sh` and add memory profiling #371

Closed mikkokotila closed 5 years ago

mikkokotila commented 5 years ago

The local tests should always be run with test.sh (to be renamed test_local.sh) and should include a basic memory profile to see that there is no memory build up from code changes.

mikkokotila commented 5 years ago

This is now handled. Benchmarks for std of the memory test and max memory have been added and an exception is raised in test_local.sh unless met.