Skip to content

Commit

Permalink
Merge pull request #44756 from mmusich/mm_dev_phase_bretrained_hlt_14…
Browse files Browse the repository at this point in the history
…_0_X

[14.0.X] modified for Phase2 `DeepJet` retraining model
  • Loading branch information
cmsbuild authored Apr 18, 2024
2 parents d1880d2 + 51cefb5 commit bade0e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'input_5'
),
mightGet = cms.optional.untracked.vstring,
model_path = cms.FileInPath('RecoBTag/Combined/data/DeepFlavourV01_PhaseII/model.onnx'),
model_path = cms.FileInPath('RecoBTag/Combined/data/DeepFlavourV02_PhaseII/DeepJet_retraining_phase2_new_inputs.onnx'),
output_names = cms.vstring(),
src = cms.InputTag("hltPfDeepFlavourTagInfosModEta2p4")
)
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'input_5'
),
mightGet = cms.optional.untracked.vstring,
model_path = cms.FileInPath('RecoBTag/Combined/data/DeepFlavourV01_PhaseII/model.onnx'),
model_path = cms.FileInPath('RecoBTag/Combined/data/DeepFlavourV02_PhaseII/DeepJet_retraining_phase2_new_inputs.onnx'),
output_names = cms.vstring(),
src = cms.InputTag("hltPfDeepFlavourTagInfos")
)

0 comments on commit bade0e7

Please sign in to comment.