Closed nkovela1 closed 1 year ago
:exclamation: No coverage uploaded for pull request base (
main@1a7720e
). Click here to learn what that means. Patch has no changes to coverable lines.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR adds initial support for the export of JAX-backend models to TF SavedModel. Additionally, a test has been added for subclassed model export support along with logic in both TF and JAX backends.
There are a few caveats and TODOs to note here:
jax2tf function conversion is lacking argument name preservation, causing the names of arguments passed to become
args_tf_0
,args_tf_1
, etc. I have opened a bug internally in JAX2TF Users regarding this, and a workaround should be included in a subsequent PR.ReloadedLayer support will be included in a subsequent PR, further discussion will be needed on this.
All other tests pass!