V3.2.5 Ship a trained model in code
Pre-release
Pre-release
A trained model and its configuration are shipped directly under directory trained_model_assets
, for convenience of users and to facilitate CI/CD.
Memory footprint is lightly reduced during interpolation.
What's Changed
- Embedding a defaut trained model and config in the code by @MichelDaab in #48
- Optimize memory usage during interpolation+saving by @leavauchier in #50
New Contributors
- @leavauchier made their first contribution in #50
Full Changelog: V3.2.0...V3.2.5