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

IMPORTANT CHANGE: Normalize rep hinge loss to number of hits of interest #475

Closed klieret closed 9 months ago

klieret commented 9 months ago

rather than normalizing to number of repulsive edges that changes throughout training

codecov[bot] commented 9 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (960f83f) 74.52% compared to head (1cecb6c) 74.53%.

Files Patch % Lines
src/gnn_tracking/metrics/losses/metric_learning.py 50.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #475 +/- ## ========================================== + Coverage 74.52% 74.53% +0.01% ========================================== Files 56 56 Lines 3635 3637 +2 ========================================== + Hits 2709 2711 +2 Misses 926 926 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.