MLBazaar / AutoBazaar

AutoBazaar: An AutoML System from the Machine Learning Bazaar
https://mlbazaar.github.io/AutoBazaar/
MIT License
32 stars 12 forks source link

CLI startup time is slow #4

Closed micahjsmith closed 4 years ago

micahjsmith commented 5 years ago

The CLI is slow enough to be a bit frustrating for interactive use.

Example:

$ time abz --help
real    0m2.812s
user    0m2.316s
sys     0m0.450s

For comparison:

$time vim --help
real    0m0.075s
user    0m0.019s
sys     0m0.025s

This seems to be because the CLI module loads many required libraries (and a logging message is printed that the Tensorflow backend is being used).