Skip to content

v0.4.0

Compare
Choose a tag to compare
@ppdebreuck ppdebreuck released this 17 Jul 13:38
· 27 commits to master since this release
85d73fc

What's Changed

  • /!\ New default model architecture
    v0.4.0 changes the default architecture of all MODNet models. It is now possible to predict vectors (previously one had to make individual joint learned properties - which can be slow when the output dimensionality is high), while keeping the joint-learning architecture. In essence, the architecture is moving to joint-learning on vectors.
    Previously saved models are still compatible and will be loaded following the old architecture. Please consider retraining your saved models in the near future as modnet will transition to v1.0 without support of the old model architecture.
    See #89 and #155 by @ppdebreuck

  • Possibility to remove or not fully NaNs features
    by @gbrunin in #157

Full Changelog: v0.3.1...v0.4.0