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

Fixed Grammar mistakes #900

Merged
merged 4 commits into from
Jul 1, 2022
Merged

Fixed Grammar mistakes #900

merged 4 commits into from
Jul 1, 2022

Conversation

synandi
Copy link
Collaborator

@synandi synandi commented Jun 2, 2022

Fixed Grammar mistakes at lines 24, 26, 27 and 389

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.
Copy link
Contributor

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!

Copy link
Collaborator Author

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!

synandi added 2 commits June 30, 2022 13:08
Removed a word from line 418
Removed a word from line 563
@@ -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
Copy link
Contributor

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.

Copy link
Collaborator Author

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
Copy link
Contributor

@fchollet fchollet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@fchollet fchollet merged commit a9b0bc5 into keras-team:master Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants