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

tensorflow: Add tensorflow.keras.models.Model #11334

Merged
merged 32 commits into from
Mar 13, 2024

Conversation

hoel-bagard
Copy link
Contributor

@hoel-bagard hoel-bagard commented Jan 28, 2024

This PR will add the TensorFlow Model class once the other TensorFlow PRs have been fixed and merged.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

@hoel-bagard hoel-bagard marked this pull request as ready for review February 28, 2024 13:27
Copy link
Member

@JelleZijlstra JelleZijlstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Skimmed through, seems fine.

This comment has been minimized.

This comment has been minimized.

@JelleZijlstra
Copy link
Member

Another round of merge conflicts, could you take a look? I'm planning to merge #11333 once CI is green, which might trigger some more merge conflicts.

@hoel-bagard hoel-bagard force-pushed the hoel/add_tf_keras_models branch 2 times, most recently from cb3efa7 to 8b672df Compare March 13, 2024 03:51
Copy link
Contributor

Diff from mypy_primer, showing the effect of this PR on open source code:

jax (https://github.com/google/jax)
+ jax/experimental/jax2tf/tests/tf_test_util.py:114: error: Incompatible return value type (got "tuple[Any, Module]", expected "tuple[Callable[..., Any], Checkpoint]")  [return-value]

@JelleZijlstra JelleZijlstra merged commit 8558307 into python:main Mar 13, 2024
43 checks passed
@hoel-bagard hoel-bagard deleted the hoel/add_tf_keras_models branch March 13, 2024 04:01
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.

None yet

2 participants