-
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
Fixed Grammar mistakes #900
Conversation
Fixed Grammar mistakes at line 24 to
@@ -386,7 +386,7 @@ def from_config(cls, config): | |||
|
|||
In order to save/load a model with custom-defined layers, or a subclassed model, | |||
you should overwrite the `get_config` and optionally `from_config` methods. | |||
Additionally, you should use register the custom object so that Keras is aware of it. |
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.
This one is indeed a typo -- please restrict the PR to this typo, and fix it in the md
and ipynb
files also. Thank you!
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.
@fchollet I have restricted the PR as mentioned above and fixed it in the md and ipynb files. Thank you!
Removed a word from line 418
Removed a word from line 563
guides/serialization_and_saving.py
Outdated
@@ -21,10 +21,10 @@ | |||
The Keras API makes it possible to save all of these pieces to disk at once, | |||
or to only selectively save some of them: | |||
|
|||
- Saving everything into a single archive in the TensorFlow SavedModel format | |||
- Saves everything into a single archive in the TensorFlow SavedModel format |
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.
Please keep "saving" in this list, it's what's intended.
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.
I have Updated it with "Saving". Thank you!
Updated serialization_and_saving.py file
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!
Fixed Grammar mistakes at lines 24, 26, 27 and 389