Skip to content

Commit

Permalink
update with acat2021 model
Browse files Browse the repository at this point in the history
  • Loading branch information
jpata committed Nov 2, 2021
1 parent c997d20 commit 4c77212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RecoParticleFlow/PFProducer/interface/MLPFModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace reco::mlpf {
static constexpr unsigned int NUM_OUTPUT_FEATURES = 14;

//these are defined at model creation time and set the random LSH codebook size
static constexpr int LSH_BIN_SIZE = 160;
static constexpr int LSH_BIN_SIZE = 64;
static constexpr int NUM_MAX_ELEMENTS_BATCH = 200 * LSH_BIN_SIZE;

//In CPU mode, we want to evaluate each event separately
Expand Down
2 changes: 1 addition & 1 deletion RecoParticleFlow/PFProducer/plugins/MLPFProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ void MLPFProducer::globalEndJob(const ONNXRuntime* cache) {}
void MLPFProducer::fillDescriptions(edm::ConfigurationDescriptions& descriptions) {
edm::ParameterSetDescription desc;
desc.add<edm::InputTag>("src", edm::InputTag("particleFlowBlock"));
desc.add<edm::FileInPath>("model_path", edm::FileInPath("RecoParticleFlow/PFProducer/data/mlpf/mlpf_2021_10_04.onnx"));
desc.add<edm::FileInPath>("model_path", edm::FileInPath("RecoParticleFlow/PFProducer/data/mlpf/mlpf_2021_10_27__all_data_cms-best-of-asha-scikit_20211026_042043_178263.workergpu010.onnx"));
descriptions.addWithDefaultLabel(desc);
}

Expand Down

0 comments on commit 4c77212

Please sign in to comment.