- README.md
- HOWTO.md
- setup.py to simplify installation
- more pydoc
- unit tests
- meta-benchmark? benchmark a subset of configured frameworks:
runbenchmark.py frameworks_list.yaml test
. - progress bar?? fancy useless stuff.
- expose training_duration + count_models from ranger
- properly kill job threads on KeyInterruptError (mainly in AWS mode)
- AWS: reuse instances for faster startup, at least during a single benchmark, we could limit #instances = #parallel jobs.
- search for
TODO
andFIXME
in codebase.