Skip to content

Commit

Permalink
change model path for consistency with cms-externals
Browse files Browse the repository at this point in the history
The path is now consistent with the file added in cms-data/RecoBTag-Combined#10.
  • Loading branch information
pablodecm committed Nov 15, 2017
1 parent 765a99c commit ba64eff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ void DeepFlavourTFJetTagsProducer::fillDescriptions(edm::ConfigurationDescriptio
desc.add<std::vector<std::string>>("input_names",
{ "input_1", "input_2", "input_3", "input_4", "input_5" });
desc.add<edm::FileInPath>("graph_path",
edm::FileInPath("RecoBTag/Combined/data/DeepFlavourV01_C_PtCut/constant_graph.pb"));
edm::FileInPath("RecoBTag/Combined/data/DeepFlavourV01_GraphDef_PtCut/constant_graph.pb"));
desc.add<std::vector<std::string>>("lp_names",
{ "globals_input_batchnorm/keras_learning_phase" });
desc.add<std::vector<std::string>>("output_names",
Expand Down

0 comments on commit ba64eff

Please sign in to comment.