Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
load_weights() now properly closes file (keras-team#13048)
In certain use cases, load_weights() would cause OSError if called repeatedly on many different files. The proposed addition will now make sure the HDF5 files are closed before exiting.
- Loading branch information