d592b6ca19fb1c9c561862f9a968b52e6e073a27,keras/saving/hdf5_format.py,,load_weights_from_hdf5_group_by_name,#Any#Any#Any#,713
Before Change
and weights file and skip_match=False.
if "keras_version" in f.attrs:
original_keras_version = f.attrs["keras_version"].decode("utf8")
else:
original_keras_version = "1"
if "backend" in f.attrs:
original_backend = f.attrs["backend"].decode("utf8")
After Change
original_keras_version = "1"
if "backend" in f.attrs:
original_backend = f.attrs["backend"]
if hasattr(original_backend, "decode"):
original_backend = original_backend.decode("utf8")
else:
original_backend = None
// New file format.
In pattern: SUPERPATTERN
Frequency: 5
Non-data size: 3
Instances Project Name: keras-team/keras
Commit Name: d592b6ca19fb1c9c561862f9a968b52e6e073a27
Time: 2020-12-11
Author: scottzhu@google.com
File Name: keras/saving/hdf5_format.py
Class Name:
Method Name: load_weights_from_hdf5_group_by_name
Project Name: keras-team/autokeras
Commit Name: 4b2a2f18a4da11d9573d341c38db2c754c77fff5
Time: 2019-09-24
Author: 45730028+yufei-12@users.noreply.github.com
File Name: autokeras/auto_model.py
Class Name: AutoModel
Method Name: _postprocess
Project Name: keras-team/keras
Commit Name: d592b6ca19fb1c9c561862f9a968b52e6e073a27
Time: 2020-12-11
Author: scottzhu@google.com
File Name: keras/saving/hdf5_format.py
Class Name:
Method Name: load_weights_from_hdf5_group
Project Name: ray-project/ray
Commit Name: 82f9c7014e2d0acd3e3869066f5dc3142ec9e7a7
Time: 2020-12-17
Author: 62982571+Gekho457@users.noreply.github.com
File Name: python/ray/autoscaler/_private/command_runner.py
Class Name: KubernetesCommandRunner
Method Name: _home
Project Name: NifTK/NiftyNet
Commit Name: 895187880fb16d41133942aae7a935698c6f0a8c
Time: 2017-08-18
Author: t.doel@ucl.ac.uk
File Name: niftynet/utilities/get_niftynet_version.py
Class Name:
Method Name: get_niftynet_version