tzuhanchang / HyPER

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

Phase out `torch_scatter` #28

Closed tzuhanchang closed 6 months ago

tzuhanchang commented 6 months ago

We are removing legacy torch_scatter preferring torch_geometric.utils.scatter. This is for future ONNX support.