Skip to content

Commit 6307d9d

Browse files
committed
Update model name in config file
1 parent 65e32db commit 6307d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RecoHGCal/TICL/python/superclustering_cff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
linkingPSet = cms.PSet(
1414
type=cms.string("SuperClusteringDNN"),
1515
algo_verbosity=cms.int32(0),
16-
onnxModelPath = cms.FileInPath("RecoHGCal/TICL/data/superclustering/balanced_deltaTime_noFlags_tunedModel.onnx"),
16+
onnxModelPath = cms.FileInPath("RecoHGCal/TICL/data/superclustering/supercls_v3.onnx"),
1717
nnWorkingPoint=cms.double(0.57247),
1818
),
1919
tracksters_collections = [cms.InputTag("ticlTrackstersCLUE3DHigh")], # to be changed to ticlTrackstersCLUE3DEM once separate CLUE3D iterations are introduced

0 commit comments

Comments
 (0)