gnn-tracking / gnn_tracking

Reconstruct billions of particle trajectories with graph neural networks
https://gnn-tracking.rtfd.io/
MIT License
31 stars 17 forks source link

Degree-weight messages #502

Open klieret opened 6 months ago

klieret commented 6 months ago

As suggested by @GageDeZoort: " degree-weight the message passing by multiplying the aggregation step by 1/k"

This refers to the interaction network implementation in interaction_network.py