"runtime/starpu/codelets/codelet_dzasum.c" did not exist on "34b0b92a5fb5bb933d653cf2d598d67f9faf5864"
Add support for TensorFlow 2.16 / Keras 3.
- Apply some minor backward changes (and, when required, branches) to support breaking changes in Keras 3 (the default for TensorFlow 2.16 and onwards), while preserving support for older versions. - On the side, split a test about 'Model' serialization in two tests, one for config serializability, the other for instantiation from a non-serialized config dict. - The current code has been tested (by running all unit tests) with both TensorFlow 2.11 and 2.16, in a Python 3.10 environment.
parent
dce82854
No related branches found
No related tags found
Showing
- declearn/model/tensorflow/_model.py 17 additions, 7 deletionsdeclearn/model/tensorflow/_model.py
- declearn/model/tensorflow/_optim.py 17 additions, 8 deletionsdeclearn/model/tensorflow/_optim.py
- declearn/model/tensorflow/utils/_loss.py 1 addition, 1 deletiondeclearn/model/tensorflow/utils/_loss.py
- docs/release-notes/v2.4.0.md 7 additions, 4 deletionsdocs/release-notes/v2.4.0.md
- pyproject.toml 2 additions, 2 deletionspyproject.toml
- test/model/model_testing.py 15 additions, 5 deletionstest/model/model_testing.py
- test/model/test_haiku_model.py 9 additions, 2 deletionstest/model/test_haiku_model.py
- test/model/test_sksgd_model.py 0 additions, 9 deletionstest/model/test_sksgd_model.py
- test/model/test_tflow_model.py 22 additions, 8 deletionstest/model/test_tflow_model.py
- test/model/test_torch_model.py 28 additions, 10 deletionstest/model/test_torch_model.py
- test/optimizer/test_tflow_optim.py 7 additions, 1 deletiontest/optimizer/test_tflow_optim.py
Loading
Please register or sign in to comment