Skip to content

Commit

Permalink
Merge pull request #5 from tcuisset/master
Browse files Browse the repository at this point in the history
TICLv5 : Superclustering DNN network & regression network
  • Loading branch information
cmsbuild authored Aug 20, 2024
2 parents d5ada5d + 8ecc0cf commit 775f74f
Show file tree
Hide file tree
Showing 3 changed files with 1,036 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@
- `"input"`: Input tensor with dimension `batch x 50 (layers) x 10 (clusters) x 3 (features)`.
- `"output/id_probabilities"`: Output tensor with dimension `batch x 8` representing particle ID "probabilities" (from a softmax output). The probabiltities refer to photon, electron, muon, neutral pion, charged hadron, neutral hadron, ambiguous and unknown cases (in that order).
- `"output/regressed_energy"`: Output tensor with dimension `batch x 1` representing the regressed energy value for the trackster.
- `superclustering/`: ONNX models (from PyTorch) for superclustering of electrons.
- `superclustering/supercls_v2p1.onnx`: DNN, inputs features computed from pairs of tracksters (uses inputs defined in `SuperclusteringDNNInputV2` in `RecoHGCal/TICL/interface/SuperclusteringDNNInputs.h`). Input format : `batch x 17 (features)`. Outputs score (dimension `batch`) giving "probability" that the sub-leading trackster is a bremmstrahlung photon of the leading trackster. Optimal working point : 0.3.
- `superclustering/regression_v1.onnx`: DNN for supercluster energy regression. Input format : `batch x 8 (features)`. Output : `batch x 1` (supercluster regressed energy). Used in `RecoHGCal/TICL/plugins/EGammaSuperclusterProducer.cc`.
Binary file added superclustering/regression_v1.onnx
Binary file not shown.
Loading

0 comments on commit 775f74f

Please sign in to comment.