Closed caseyjlaw closed 3 years ago
According to https://github.com/keras-team/keras/issues/14265, this is caused by h5py>3.0.0
. Would you please tell us which h5py
version you are using?
I am using h5py=3.1.0
. Rolling back and testing again, it works with 3.0.0. Thanks!
Describe the bug Reading a model (using keras) produces an error. It looks like some attribute is a string, but a byte was expected. Some of the dependencies did get upgraded, so there may be some backwards-incompatible change introduced.
To Reproduce Running fetch 0.1.8 with CUDA 9.2 and the following:
Then: