deepmd.jax.jax2tf.serialization

deepmd.jax.jax2tf.serialization#

Functions#

deserialize_to_file(→ None)

Deserialize the dictionary to a model file.

Module Contents#

deepmd.jax.jax2tf.serialization.deserialize_to_file(model_file: str, data: dict) None[source]#

Deserialize the dictionary to a model file.

Parameters:
model_filestr

The model file to be saved.

datadict

The dictionary to be deserialized.