Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tf_keras/saving/legacy/model_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def model_from_config(config, custom_objects=None):
def model_from_yaml(yaml_string, custom_objects=None):
"""Parses a yaml model configuration file and returns a model instance.

Note: Since TF 2.6, this method is no longer supported and will raise a
Note: Deprecated: THIS FUNCTION IS DEPRECATED. Since TF 2.6, this method is no longer supported and will raise a
RuntimeError.

Args:
Expand Down