You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: