Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jsontoh5.py fails on converting json file #60

Open
13zhu opened this issue May 25, 2017 · 1 comment
Open

jsontoh5.py fails on converting json file #60

13zhu opened this issue May 25, 2017 · 1 comment

Comments

@13zhu
Copy link

13zhu commented May 25, 2017

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?

@jreadey
Copy link
Member

jreadey commented May 25, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants