You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moving the jax2tf to HLOModule for the cpp interface of the saved DMFF model.
Motivation
The current implementation of the cpp interface between the saved DMFF model and MD engine was based on the jax2tf.
The jax2tf was used to convert the the jax function to TensorFlow function.
However, as an experimental feature of JAX, jax2tf does have some limitations for production use.
Summary
Moving the
jax2tf
toHLOModule
for the cpp interface of the saved DMFF model.Motivation
The current implementation of the cpp interface between the saved DMFF model and MD engine was based on the jax2tf.
The
jax2tf
was used to convert the the jax function to TensorFlow function.However, as an experimental feature of JAX,
jax2tf
does have some limitations for production use.Occurred when using JAX 0.4.24 + TF 2.15/2.14
Suggested Solutions
jax-ml/jax#1871
Old solution.
Lack of documentation, more exploration required
Further Information, Files, and Links
No response
The text was updated successfully, but these errors were encountered: