v0.22.0 - Tensorflow support
[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 themake_action_safe
andmake_optimize_safe
decorators with algorithms and
pipelines that have tensorflow/keras models as parameters.
(#87) - Added a new example for tensorflow/keras models.
(#87)