Skip to content

Cluster label adaptation speed-up#80

Merged
francois-drielsma merged 9 commits intoDeepLearnPhysics:developfrom
francois-drielsma:develop
Apr 9, 2025
Merged

Cluster label adaptation speed-up#80
francois-drielsma merged 9 commits intoDeepLearnPhysics:developfrom
francois-drielsma:develop

Conversation

@francois-drielsma
Copy link
Member

Updates geared towards faster training times:

  • Completely revamped the cluster label adaptation routine into its own class (x4 speed-up)
    • Rewrote local numba implementation of union_find based on a faster radius_graph computation
    • Rebased local numba implementation dbscan on the above two for significant time-saves
    • Parallelized cluster breaking with the above
  • Minor bug fix in Particle initialization
  • Minor bug fix in larcv_check_valid.py script

@francois-drielsma francois-drielsma merged commit d9a3a16 into DeepLearnPhysics:develop Apr 9, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant