tzuhanchang / HyPER

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

Phase out `torch_scatter` #28

Closed tzuhanchang closed 3 months ago

tzuhanchang commented 4 months ago

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