Version 0.3.5
Many exciting changes in this release, including the new --speedup
option to JIT-compile models prior to inference, better documentation, and more tests.
What's Changed
- ENH: add a --speedup option and tests by @kaczmarj in #75
- fix undefined path + add test of valid yaml config by @kaczmarj in #78
- place test_input on same device as model in jit_compile by @kaczmarj in #80
- allow pytest to fail in nightly by @kaczmarj in #84
- add cli docs with sphinx-click by @kaczmarj in #82
- divide by total time only if it is nonzero by @kaczmarj in #83
- print slide ids that failed patching or inference by @kaczmarj in #85
- use a default config for inception_v4 to prevent stderr message by @kaczmarj in #86
- [DOCS] fix readthedocs build by adding config by @kaczmarj in #87
- [CI] build docs + separate style/type tests by @kaczmarj in #88
Full Changelog: v0.3.4...v0.3.5