Skip to content

V3.2.5 Ship a trained model in code

Pre-release
Pre-release
Compare
Choose a tag to compare
@CharlesGaydon CharlesGaydon released this 07 Feb 06:18
· 182 commits to main since this release
3290b24

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

Full Changelog: V3.2.0...V3.2.5