-
Notifications
You must be signed in to change notification settings - Fork 19.6k
Keras <> NNX integration #21252
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
base: master
Are you sure you want to change the base?
Keras <> NNX integration #21252
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #21252 +/- ##
==========================================
- Coverage 82.57% 77.57% -5.00%
==========================================
Files 564 564
Lines 54629 54679 +50
Branches 8495 8504 +9
==========================================
- Hits 45108 42419 -2689
- Misses 7432 10254 +2822
+ Partials 2089 2006 -83
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
import jax.numpy as jnp | ||
|
||
x = ops.ones(3) | ||
|
||
@jax.jit | ||
@nnx.jit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would the integration prevent the use of jax.jit
with Keras layers?
No description provided.