This method takes a dictionary (named list) of nested variable values, which
represents the state tree of the model, and assigns them to the
corresponding variables of the model. The keys (list names) represent the
variable names (e.g., 'trainable_variables'
, 'optimizer_variables'
),
and the values are nested dictionaries containing the variable
paths and their corresponding values.
See also
Other model functions: get_config()
get_layer()
get_state_tree()
keras_model()
keras_model_sequential()
pop_layer()
summary.keras.src.models.model.Model()