cms-sw / cmssw

CMS Offline Software
http://cms-sw.github.io/
Apache License 2.0
1.08k stars 4.32k forks source link

Use TensorFlow `const` session #40248

Open clacaputo opened 1 year ago

clacaputo commented 1 year ago

With PR #40161, TensorFlow interface can accept const session. Additional PRs will be made to move sessions to global cache, remove obsolete const_cast

Move sessions to global cache

Remove now obsolete const_cast's

Use const session

About the third list, it is something that can be done only in needed. @cms-sw/dqm-l2 @cms-sw/l1-l2 @cms-sw/ecal-dpg-l2 @cms-sw/muon-pog-l2 could you please comment?

FYI @riga

clacaputo commented 1 year ago

assign reconstruction

cmsbuild commented 1 year ago

New categories assigned: reconstruction

@mandrenguyen,@clacaputo you have been requested to review this Pull request/Issue and eventually sign? Thanks

cmsbuild commented 1 year ago

A new Issue was created by @clacaputo Claudio Caputo.

@Dr15Jones, @perrotta, @dpiparo, @rappoccio, @makortel, @smuzaffar can you please review it and eventually sign/assign? Thanks.

cms-bot commands are listed here

riga commented 1 year ago

@clacaputo

Would you agree to the following strategy?

For the now obsolete const_cast's, I would open two PRs: one for RecoHGCal and one for RecoTracker. Both of them should be fairly trivial.

The changes related to moving sessions to global caches are slightly more involved. I would first open the PR for RecoMET to see if the PR tests and review run smoothly, and if so, open the remaining PRs to L1Trigger, RecoTauTag and RecoTracker in parallel.

clacaputo commented 1 year ago

@riga

The strategy you proposed make sense. Thanks

riga commented 1 year ago

@clacaputo Feel free to check all items in the first two lists :) (after deeper inspection, there was nothing to do in RecoTauTag)