Closed micahjsmith closed 4 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).
The CLI is slow enough to be a bit frustrating for interactive use.
Example:
For comparison:
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).