tzuhanchang / HyPER

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

Implement a `HDF5` based `GraphDataset` #4

Closed tzuhanchang closed 5 months ago

tzuhanchang commented 5 months ago

We have implement a GraphDataset based on HDF5 format. Graph structure and embeddings will now be computed on the fly.

tzuhanchang commented 5 months ago

Functions in HyPER/graphs are no longer used, they should be removed.

tzuhanchang commented 5 months ago

Legacy files like HyPER/data/interfaceROOT.py and HyPER/utils/h5toROOT.py should also be removed.

tzuhanchang commented 5 months ago

A test run is required.