HDFGroup/hdf5-json

jsontoh5.py fails on converting json file

13zhu opened this issue · 1 comments

13zhu commented

Hello,
I'm converting an hdf5 file produced by keras to json which works fine.
However, upon converting back from this json file to hdf5 I am running into errors with a call within h5json/hdf5db.py, in the function toRef(....)
In Line 1745, in toRef, for item in data:
Nonetype object is not iterable.

Is there a current issue in handling hdf5 files generated by Keras?

Objref to JSON isn't working yet. You'll note that the objref_dset.json test is commented out in https://github.com/HDFGroup/hdf5-json/blob/develop/test/integ/jsontoh5_test.py.

I've forgotten what the actual problem was - I'll take a look at it.