Skip to content

Commit

Permalink
Changes needed for SONIC version of new particleNet models and Higgs …
Browse files Browse the repository at this point in the history
…Interaction Network. Same structure for SONIC as original versions of particlenet
  • Loading branch information
wpmccormack committed Oct 27, 2023
1 parent c5cda6c commit fb5f896
Show file tree
Hide file tree
Showing 25 changed files with 809 additions and 0 deletions.
Binary file removed HiggsInteractionNet/V00/IN.onnx
Binary file not shown.
1 change: 1 addition & 0 deletions HiggsInteractionNet/V00/IN.onnx
Binary file not shown.
1 change: 1 addition & 0 deletions ParticleNetFromMiniAODAK4/CHS/Central/particle-net.onnx
Binary file not shown.
1 change: 1 addition & 0 deletions ParticleNetFromMiniAODAK4/CHS/Forward/particle-net.onnx
Binary file not shown.
1 change: 1 addition & 0 deletions ParticleNetFromMiniAODAK4/PUPPI/Central/particle-net.onnx
Binary file not shown.
1 change: 1 addition & 0 deletions ParticleNetFromMiniAODAK4/PUPPI/Forward/particle-net.onnx
Binary file removed ParticleNetFromMiniAODAK8/particle-net.onnx
Binary file not shown.
1 change: 1 addition & 0 deletions ParticleNetFromMiniAODAK8/particle-net.onnx
Binary file added models/higgsInteractionNet/1/model.onnx
Binary file not shown.
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 fb5f896

Please sign in to comment.