Skip to content

basic Python interface class to handle pickle objects in HDF5 files

License

Notifications You must be signed in to change notification settings

fb82/pickled-HDF5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

basic Python interface class to handle pickle objects in HDF5 files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages