gnn-tracking / gnn_tracking

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

Residual connections in ModularGraphTCN follow different convention #456

Closed klieret closed 8 months ago

klieret commented 9 months ago

In all other areas, we use \sqrt{beta}a + \sqrt{1-beta}b, here we use beta a + (1-beta) b