File "h5py/h5a.pyx", line 47, in h5py.h5a.create
RuntimeError: Unable to create attribute (object header message is too large)
> /export/scratch1/home/hendriks/projects/noise2noise/examples/foam/h5py/h5a.pyx(47)h5py.h5a.create()
I guess the hdf5 format limits the amount of metadata that may be saved.
Just a heads up. I don't think many people will try this.
For me, the following code fails:
I get this error:
I guess the hdf5 format limits the amount of metadata that may be saved.