-
Notifications
You must be signed in to change notification settings - Fork 4.6k
[15_0_X] Backport of #47801 (Add the Scouting Glo-ParT inference facility) #47853
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
Conversation
|
A new Pull Request was created by @yiyangzha for CMSSW_15_0_X. It involves the following packages:
@cmsbuild, @ftorrresd, @hqucms, @jfernan2, @mandrenguyen can you please review it and eventually sign? Thanks. cms-bot commands are listed here
|
|
cms-bot internal usage |
|
backport of #47801 |
|
test parameters: |
|
please test |
|
-1 Failed Tests: UnitTests RelVals RelVals-NANO Unit TestsI found 4 errors in the following unit tests: ---> test test-btvNano-run had ERRORS ---> test test-btvNano-check had ERRORS ---> test test_MC_22_crosscheck had ERRORS and more ... RelValsExpand to see more relval errors ...RelVals-NANO |
|
Hi, I think those test failures are not related to our PR. |
|
please test with cms-data/RecoBTag-Combined#64 |
|
-1 Failed Tests: UnitTests RelVals RelVals-NANO Unit TestsI found 4 errors in the following unit tests: ---> test test-btvNano-run had ERRORS ---> test test-btvNano-check had ERRORS ---> test test_MC_22_crosscheck had ERRORS and more ... RelValsExpand to see more relval errors ...RelVals-NANO |
|
Hi @yiyangzha -- If I understood correctly, the changes in a583e00 were merged to master by #47702 , but never backported to CMSSW_15_0. Is it correct? |
Hi @ftorrresd -- Yes, exactly. |
|
+1 Size: This PR adds an extra 16KB to repository Comparison SummarySummary:
NANO Comparison SummarySummary:
Nano size comparison Summary:
|
|
+1 |
|
+1 |
|
This pull request is fully signed and it will be integrated in one of the next CMSSW_15_0_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_15_1_X is complete. This pull request will now be reviewed by the release team before it's merged. @antoniovilela, @rappoccio, @sextonkennedy, @mandrenguyen (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
|
I think this PR is leading to IB failures, see e.g: here. I think that cms-sw/cmsdist#9804 should be backported to the 15.0.X branch, see cms-sw/cmsdist#9804 (comment) |
Hi Marco, the RecoBTag/Combined/data/UParTAK4/PUPPI/V01/modelfile/model.onnx in your failure was added by RecoBTag-Combined#66. |
@yiyangzha it wasn't applied, see the fix PR: https://github.com/cms-sw/cmsdist/pull/9808/files.
testing in PR is not sufficient. The PR tests worked because it was tested with the cms-data PR at #47853 (comment). But the tag in cmsdist must be backported as well to work in IBs. This PR merged alone is responsible of the failures. |
Hi @mmusich , thanks for explaining. In that case, the PR#47853 indeed should be back-ported. Sorry we didn't realize it when testing. |
|
Hi @mmusich -- Thanks for the explanations. Since cms-sw/cmsdist#9808 in merged, is there any action to be taken? |
no, let's wait the |
Please test this PR with cms-data/RecoBTag-Combined#67
PR description:
This PR adds the Scouting Glo-ParT model's inference facility into CMSSW, prepared for Scouting NanoAOD official production.
Model performance details are provided in these [slides] (accessible via CMS). This would add 13 taggers and 4 mass regression correctors to Scouting NanoAOD.
Scouting Global Particle Transformer (Glo-ParT) is an inclusive tagging model for AK8 scouting PFjets. It functions as both a global tagger and a mass regression model for AK8 scouting PFjets and can also be utilized as a pre-trained model. Further details can be found in the slides.
PR validation:
The PR passed the tests listed at https://cms-sw.github.io/PRWorkflow.html
Backport:
Backport of PR #47801