Closed afrendeiro closed 3 years ago
The .value attribute in h5py is deprecated and has been removed in 3.0 and above: https://docs.h5py.org/en/stable/whatsnew/2.1.html#dataset-value-property-is-now-deprecated
.value
Currently the load function of the model uses the older .value syntax to retrieve the model values which makes load fail in newer h5py versions.
load
Closed in #24
The
.value
attribute in h5py is deprecated and has been removed in 3.0 and above: https://docs.h5py.org/en/stable/whatsnew/2.1.html#dataset-value-property-is-now-deprecatedCurrently the
load
function of the model uses the older.value
syntax to retrieve the model values which makesload
fail in newer h5py versions.