Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Deprecated warning for model_from_yaml #728

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

singhniraj08
Copy link

@singhniraj08 singhniraj08 commented Jan 24, 2024

Using model.to_yaml() or model_from_yaml raises "RuntimeError: Method model.to_yaml() has been removed due to security risk of arbitrary code execution. Please use model.to_json() instead" error on latest tf-keras versions. So added deprecated warning in api document.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants