tzuhanchang / HyPER

Hypergraph for Particle Event Reconstruction
MIT License
3 stars 0 forks source link

Save HyPER prediction in a HDF5 file #38

Closed tzuhanchang closed 3 months ago

tzuhanchang commented 3 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 3 months ago

This is implemented in #41.