Getting Started
Advanced
Tutorial
Developer Guide
Project Details
serialize_from_file(→ dict)
serialize_from_file
Serialize the model file to a dictionary.
deserialize_to_file(→ None)
deserialize_to_file
Deserialize the dictionary to a model file.
str
The model file to be serialized.
dict
The serialized model data.
The model file to be saved.
The dictionary to be deserialized.