Skip to content

Instantly share code, notes, and snippets.

View MatiasKopp's full-sized avatar
🙃
:D

Matias Kopp MatiasKopp

🙃
:D
View GitHub Profile
@wassname
wassname / hdfstore.py
Last active September 11, 2022 21:28
Simple class to append value to a hdf5 file on disc (useful for building keras datasets)
import numpy as np
import h5py
class HDF5Store(object):
"""
Simple class to append value to a hdf5 file on disc (usefull for building keras datasets)
Params:
datapath: filepath of h5 file
dataset: dataset name within the file