-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes needed for SONIC version of new particleNet models and Higgs …
…Interaction Network. Same structure for SONIC as original versions of particlenet
- Loading branch information
1 parent
c5cda6c
commit fb5f896
Showing
25 changed files
with
809 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../models/higgsInteractionNet/1/model.onnx |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../models/particleNetFromMiniAODAK4CHSCentral/1/model.onnx |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../models/particleNetFromMiniAODAK4CHSForward/1/model.onnx |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../models/particleNetFromMiniAODAK4PuppiCentral/1/model.onnx |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../models/particleNetFromMiniAODAK4PuppiForward/1/model.onnx |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../models/particleNetFromMiniAODAK8/1/model.onnx |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
QCD | ||
Hbb |
Oops, something went wrong.