Skip to content

Plans with jax.experimental.export #19733

Answered by gnecula
dionhaefner asked this question in General
Discussion options

You must be logged in to vote

Hi,

We are preparing the documentation for the export module, but you are right that it is meant to be an alternative to jax2tf and SavedModel. In fact, the logic of the module is to a large extent extracted from jax2tf, minus the TF parts, plus a few features that TF does not support, such as effects. You can get a good sense of the features supported and the limitations if you look at the jax2tf documentation (the "native serialization" parts).

We intend to support all JAX programs, although at the moment pmap and xmap are not supported. vmap is supported in the sense that you can export a program that uses vmap. The same is true for other transformations. There are however limitations …

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@dionhaefner
Comment options

@angela-ko
Comment options

@gnecula
Comment options

Answer selected by gnecula
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants