Add keras v3 specific object-based parser and some layer handlers (no h5 or json loading supported). The current keras parser doesn't work with v3 functional models in general. This PR depends on #1094 , and the test added relies on #1101 .
Type of change
[x] New feature (non-breaking change which adds functionality)
Tests
test/pytest/test_keras_v3_api.py
Test Configuration:
Requires keras>=3.0. Skips the whole module if this requirement is not sufficed.
A# Description
Add keras v3 specific object-based parser and some layer handlers (no h5 or json loading supported). The current keras parser doesn't work with v3 functional models in general. This PR depends on #1094 , and the test added relies on #1101 .
Type of change
Tests
test/pytest/test_keras_v3_api.py
Test Configuration:
Requires
keras>=3.0
. Skips the whole module if this requirement is not sufficed.Checklist
pre-commit
on the files I edited or added.