-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 new example for the functional subclassing pattern and more generally for packaging Keras models fore wide distribution #1685
Conversation
…g Keras models for wide distribution in general
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
examples/keras_recipes/md/packaging_keras_models_for_wide_distribution.md
Outdated
Show resolved
Hide resolved
examples/keras_recipes/md/packaging_keras_models_for_wide_distribution.md
Outdated
Show resolved
Hide resolved
examples/keras_recipes/md/packaging_keras_models_for_wide_distribution.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you
examples/keras_recipes/packaging_keras_models_for_wide_distribution.py
Outdated
Show resolved
Hide resolved
examples/keras_recipes/packaging_keras_models_for_wide_distribution.py
Outdated
Show resolved
Hide resolved
examples/keras_recipes/packaging_keras_models_for_wide_distribution.py
Outdated
Show resolved
Hide resolved
examples/keras_recipes/packaging_keras_models_for_wide_distribution.py
Outdated
Show resolved
Hide resolved
examples/keras_recipes/packaging_keras_models_for_wide_distribution.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
…erally for packaging Keras models fore wide distribution (keras-team#1685) * added new example for the functional subclassing pattern and packaging Keras models for wide distribution in general * int8 bug fix and other stylistic issues resolved * removed backend selector, which was indeed not useful * switched all headers from # to ## formatting * fixed typo in description
Original Colab for easier review: https://colab.research.google.com/drive/1CNV35lMZjNXS_mef29kimHmJHuz5YCE9?usp=sharing
All generated files are already in the PR.
All text spell-checked.
Added an entry in examples_master.py so as to have the "Keras 3" badge.
I did not add any installation steps because we do not have clarity there yet.