forked from keras-team/keras
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Save/Load models to binary stream (keras-team#11708)
* add help functions for load save to binary * move h5py binary helpers to io_utils, integrate in load/save_model * add docs of new functionality * add tests for saving loading models binary * fix PR comments, improve docs * remove remaining unnecessary blank lines * fix minor codestyle * improve docs * fix review comments * remove H5Dict.opens_file * align docs, weights -> model * Style fixes in docstrings * Fix PEP8.
- Loading branch information
Showing
5 changed files
with
280 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.