Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# RecoEcal-EgammaClusterProducers
# RecoEcal-EgammaClusterProducers
This repository contains the weights to apply the DRN based energy regression correction to the Mustache superclusters reconstructed in the CMS ECAL
- models/MustacheEB and models/MustacheEE contain the weights and config for the EB and EE regressions.
- Each of those contains config.pbtxt with the triton configuration information and 1/model.pt with the model information and weights (ie this is the DRN compiled into torchscript)
Binary file added models/MustacheEB/1/model.pt
Binary file not shown.
27 changes: 27 additions & 0 deletions models/MustacheEB/config.pbtxt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: "MustacheEB"
platform: "pytorch_libtorch"
max_batch_size: 0
input [
{
name: "x__0"
data_type: TYPE_FP32
dims: [-1, 4]
},
{
name: "batch__1"
data_type: TYPE_INT64
dims: [-1]
},
{
name: "graphx__2"
data_type: TYPE_FP32
dims: [-1]
}
]
output [
{
name: "dscb__0"
data_type: TYPE_FP32
dims: [-1, 6]
}]

Binary file added models/MustacheEE/1/model.pt
Binary file not shown.
27 changes: 27 additions & 0 deletions models/MustacheEE/config.pbtxt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: "MustacheEE"
platform: "pytorch_libtorch"
max_batch_size: 0
input [
{
name: "x__0"
data_type: TYPE_FP32
dims: [-1, 4]
},
{
name: "batch__1"
data_type: TYPE_INT64
dims: [-1]
},
{
name: "graphx__2"
data_type: TYPE_FP32
dims: [-1]
}
]
output [
{
name: "dscb__0"
data_type: TYPE_FP32
dims: [-1, 6]
}]