-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ONNX-based Higgs to bb Interaction Network Tagger #30072
Conversation
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-30072/15799
|
A new Pull Request was created by @jmduarte (Javier Duarte) for master. It involves the following packages: DataFormats/BTauReco @perrotta, @cmsbuild, @santocch, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
The code-checks are being triggered in jenkins. |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-30072/15800
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
The code-checks are being triggered in jenkins. |
The tests are being triggered in jenkins. |
-1 Tested at: 49d1b08 CMSSW: CMSSW_11_2_X_2020-07-03-2300 I found follow errors while testing this PR Failed tests: AddOn
I found errors in the following addon tests: Preparing to run ['cmsDriver.py TTbar_Tauola_13TeV_TuneCUETP8M1_cfi -s GEN,SIM,DIGI,L1,DIGI2RAW --mc --scenario=pp -n 10 --conditions auto:run3_mc_PIon --relval 9000,50 --datatier "GEN-SIM-RAW" --eventcontent RAWSIM --customise=HLTrigger/Configuration/CustomConfigs.L1T --era Run3 --fileout file:RelVal_Raw_PIon_MC.root', 'cmsRun /cvmfs/cms-ib.cern.ch/week1/slc7_amd64_gcc820/cms/cmssw-patch/CMSSW_11_2_X_2020-07-03-2300/src/HLTrigger/Configuration/test/OnLine_HLT_PIon.py realData=False globalTag=@ inputFiles=@ ', 'cmsDriver.py RelVAddOnTest might have timed out: FAILED - secs |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+1
in the jetHt data 1K events wf 136.88811 the probHbb (a histogram in black; ignore the one in red) appears roughly as expected to show mostly background This PR should be merged together/after cms-data/RecoBTag-Combined#30 |
merge |
This pull request seems to be responsible for the 700+ failures in the RelVal IBs with the error
|
it's not the PR, it's the incomplete merge of the external that's the issue |
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (but tests are reportedly failing). |
PR description:
This PR implements the Higgs to bb Interaction Network tagger into CMSSW. This model was developed originally using open simulation (https://arxiv.org/abs/1909.12285). The version here corresponds to this original version. A re-training with mass-varying samples will be performed in the future. This model has been presented in several BTV meetings (e.g. https://indico.cern.ch/event/833434/contributions/3495704/) and JMAR meetings (e.g. https://indico.cern.ch/event/856106/contributions/3613884/).
The model was developed in PyTorch and converted to ONNX for use in CMSSW.
Execution time with 4 threads for 2017 JetHT events (and compared to other Deep taggers for reference) is:
Needs cms-data/RecoBTag-Combined#30
PR validation:
This PR was verified with the training framework and shows the same results.