Skip to content

Commit

Permalink
Merge pull request #53 from wpmccormack/onnx_patch_with_newPN_HiggsIN
Browse files Browse the repository at this point in the history
Adding SONIC structure for new ParticleNet and Higgs IN models + ONNX model update
  • Loading branch information
cmsbuild authored Nov 3, 2023
2 parents 56174a1 + 18a4e22 commit 9af440f
Show file tree
Hide file tree
Showing 33 changed files with 831 additions and 8 deletions.
1 change: 1 addition & 0 deletions HiggsInteractionNet/V00/modelfile
1 change: 1 addition & 0 deletions ParticleNetFromMiniAODAK4/CHS/Central/modelfile
1 change: 1 addition & 0 deletions ParticleNetFromMiniAODAK4/CHS/Forward/modelfile
1 change: 1 addition & 0 deletions ParticleNetFromMiniAODAK4/PUPPI/Central/modelfile
1 change: 1 addition & 0 deletions ParticleNetFromMiniAODAK4/PUPPI/Forward/modelfile
1 change: 1 addition & 0 deletions ParticleNetFromMiniAODAK8/modelfile
File renamed without changes.
27 changes: 27 additions & 0 deletions models/higgsInteractionNet/config.pbtxt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: "higgsInteractionNet"
platform: "onnxruntime_onnx"
max_batch_size : 500
dynamic_batching {
preferred_batch_size: [ 200 ]
}
input [
{
name: "input_cpf"
data_type: TYPE_FP32
dims: [ 30, 60 ]
},
{
name: "input_sv"
data_type: TYPE_FP32
dims: [ 14, 5 ]
}
]
output [
{
name: "output1"
data_type: TYPE_FP32
dims: [ 2 ]
label_filename: "higgs_interactionnet_labels.txt"
}
]
optimization {graph : {level : -1}}
2 changes: 2 additions & 0 deletions models/higgsInteractionNet/higgs_interactionnet_labels.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
QCD
Hbb
Loading

0 comments on commit 9af440f

Please sign in to comment.