Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keras v3 Support #1116

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

Keras v3 Support #1116

wants to merge 16 commits into from

Conversation

calad0i
Copy link
Contributor

@calad0i calad0i commented Nov 8, 2024

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

  • 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.

Checklist

  • I have read the guidelines for contributing.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have installed and run pre-commit on the files I edited or added.
  • I have added tests that prove my fix is effective or that my feature works.

@jmitrevs jmitrevs added this to the v1.1.0 milestone Nov 8, 2024
@calad0i
Copy link
Contributor Author

calad0i commented Nov 8, 2024

This PR will be rebased after its prerequisites are merged to resolve the conflicts.

@calad0i calad0i mentioned this pull request Nov 15, 2024
2 tasks
@vloncar vloncar mentioned this pull request Nov 22, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants