-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
EMTF NN version update #37825
EMTF NN version update #37825
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37825/29742
|
A new Pull Request was created by @eyigitba for master. It involves the following packages:
@epalencia, @cmsbuild, @cecilecaillol, @rekovic can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
Please test |
-1 Failed Tests: RelVals RelVals-INPUT AddOn RelVals
Expand to see more relval errors ...RelVals-INPUT
Expand to see more relval errors ...
AddOn Tests
Expand to see more addon errors ... |
This PR requires cms-data/L1Trigger-L1TMuon#22 to work. Can you please add that to the testing parameters? Thanks! |
please test with cms-data/L1Trigger-L1TMuon#22 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-ba32ce/24492/summary.html The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: You can see more details here: Comparison SummarySummary:
|
+l1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
@@ -21,8 +21,8 @@ void PtAssignmentEngineDxy::configure(int verbose, const std::string pbFileNameD | |||
pbFileNameDxy_ = pbFileNameDxy; | |||
std::string pbFilePathDxy_ = "L1Trigger/L1TMuon/data/emtf_luts/" + pbFileNameDxy_; | |||
|
|||
inputNameDxy_ = "batch_normalization_1_input"; | |||
outputNamesDxy_ = {"dense_4/BiasAdd"}; | |||
inputNameDxy_ = "input1"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are changes in this file related to the update of the EMTF displaced NN?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. The names of the input and output nodes changed in the new protobuf file. The changes are made to adapt to that.
+1 |
PR description:
This PR updates the version of the data file for the EMTF displaced NN
v10.1
. The previous version is outdated, and needs to replaced with the version available in firmware at P5. Some performance changes are expected with respect to the old versionv5
PR validation:
Validated with
runTheMatrix.py -l limited -i all --ibeos
.if this PR is a backport please specify the original PR and why you need to backport that PR:
This change requires cms-data/L1Trigger-L1TMuon#22 to work