Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 385 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 385 Bytes

pickled HDF5

Basic Python interface class to handle pickle objects in hdf5 files, including PyTorch tensors, enabling also compression.

This is achieved by converting Pickle object as byte stream into NumPy byte arrays. By default the /picked prefix is appended to pickle object to distinguish them in the base hdf5 file.

Just run pickled_hdf5.py for a minimal usage example.