Skip to content

v0.22.0 - Tensorflow support

Compare
Choose a tag to compare
@AKuederle AKuederle released this 25 Aug 17:16
· 246 commits to main since this release

[0.22.0] - 2023-08-25

Added

  • Official support for tensorflow/keras. The custom hash function now manages tensorflow models explicitly.
    This makes it possible again to use the make_action_safe and make_optimize_safe decorators with algorithms and
    pipelines that have tensorflow/keras models as parameters.
    (#87)
  • Added a new example for tensorflow/keras models.
    (#87)