Save and re-load models configurations as YAML Note that the representation does not include the weights, only the architecture.

model_to_yaml(object)

model_from_yaml(yaml, custom_objects = NULL)

Arguments

object

Model object to save

yaml

YAML with model configuration

custom_objects

Optional named list mapping names to custom classes or functions to be considered during deserialization.

See also