, 2023 6:40 AM
To: Zacchaeus Scheffer ;
60...@debbugs.gnu.org <60...@debbugs.gnu.org>
Subject: Re: bug#60545: Keras h5py Version Mismatch
CAUTION: Email originated externally, do not click links or open attachments
unless you recognize the sender and know the content is safe.
Hi,
On Wed,
Hi,
On Wed, 04 Jan 2023 at 01:37, Zacchaeus Scheffer
wrote:
> working (pip): keras 2.10.0, h5py 3.7.0
> not working (current guix): keras 2.2.4, h5py 3.6.0
Indeed, it is collateral to ea403bf290f4bf8c7bae314e32dbb90653f92996
--8<---cut here---start->8---
gn
Hi Guix!
It would seem that the current keras version expects an earlier h5py version
for loading models. Specifically, running:
from tensorflow.keras.models import load_model
model = load_model("model.h5")
fails with:
File
"/gnu/store/idfn4l2kxil9id21v1yci4jcw6103fah-profile/lib/python3.