tzuhanchang / HyPER

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

Move hyperedge finding to `GraphDataset()` #27

Closed tzuhanchang closed 3 months ago

tzuhanchang commented 4 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.