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_filestrThe model file to be saved.datadictThe dictionary to be deserialized.