Version 0.3.4
The inceptionv4 models have been moved from a "custom" implementation to the timm implementation. This made it easier to convert the models to torchscript. This release also includes a script to convert the wsinfer models to torchscript. These models are included as assets in this release.
What's Changed
- Dockerfiles: use wsinfer version 0.3.3 by @kaczmarj in #63
- FIX: use inceptionv4 from timm by @kaczmarj in #69
Full Changelog: v0.3.3...v0.3.4