-
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
[10_6_X] ONNXRuntime-based implementation of DeepJet, DeepAK8 and DeepDoubleX #30123
Conversation
A new Pull Request was created by @hqucms (Huilin Qu) for CMSSW_10_6_X. It involves the following packages: PhysicsTools/NanoAOD @perrotta, @cmsbuild, @fgolf, @slava77, @santocch, @peruzzim can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
backport of #28112 |
please test |
The tests are being triggered in jenkins. |
-1 Tested at: 2fffd03 CMSSW: CMSSW_10_6_X_2020-06-04-2300 I found follow errors while testing this PR Failed tests: UnitTests RelVals
I found errors in the following unit tests: ---> test runtestPhysicsToolsNanoAOD had ERRORS
When I ran the RelVals I found an error in the following workflows: runTheMatrix-results/1325.7_TTbar_13_94Xv2NanoAODINPUT+TTbar_13_94Xv2NanoAODINPUT+NANOEDMMC2017_94XMiniAODv2+HARVESTNANOAODMC2017_94XMiniAODv2/step2_TTbar_13_94Xv2NanoAODINPUT+TTbar_13_94Xv2NanoAODINPUT+NANOEDMMC2017_94XMiniAODv2+HARVESTNANOAODMC2017_94XMiniAODv2.log |
Comparison not run due to runTheMatrix errors (RelVals and Igprof tests were also skipped) |
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+1 |
+1
|
+xpog |
This pull request is fully signed and it will be integrated in one of the next CMSSW_10_6_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_11_2_X is complete. This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo (and backports should be raised in the release meeting by the corresponding L2) |
@hqucms please correct the initial description to make it clear that this is not conditional on the |
+1 |
PR description:
Backport of #28112.
This PR adds the ONNXRuntime-based implementation of DeepJet, DeepAK8 and DeepDoubleX which provides significant speed-up. The previous TensorFlow/MXNet implementations are removed. The new ONNXRuntime-based implementation is enabled by default (as discussed in #30123 (comment)).
Needs: