tzuhanchang / HyPER

Hypergraph for Particle Event Reconstruction
MIT License
4 stars 1 forks source link

Save HyPER prediction in a HDF5 file #38

Closed tzuhanchang closed 6 months ago

tzuhanchang commented 6 months ago

A large pickle file takes large disk space as well as taking longer to load. Recommending save HyPER prediction in a HDF5 file.

tzuhanchang commented 6 months ago

This is implemented in #41.