tzuhanchang / HyPER

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

Move hyperedge finding to `GraphDataset()` #27

Closed tzuhanchang closed 6 months ago

tzuhanchang commented 6 months ago

Move hyperedge finding step to GraphDataset(). Hyperedges are now constructed in the dataset loading stage. This is for efficient training and future ONNX support.