Skip to content

Commit

Permalink
Add new DeepFlavour training
Browse files Browse the repository at this point in the history
  • Loading branch information
emilbols committed Jul 6, 2018
1 parent 47e7c01 commit 94ceae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RecoBTag/TensorFlow/plugins/DeepFlavourTFJetTagsProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ 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_GraphDef_PtCut/constant_graph.pb"));
edm::FileInPath("RecoBTag/Combined/data/DeepFlavourV03_10X_training/constant_graph.pb"));
desc.add<std::vector<std::string>>("lp_names",
{ "globals_input_batchnorm/keras_learning_phase" });
{ "cpf_input_batchnorm/keras_learning_phase" });
desc.add<std::vector<std::string>>("output_names",
{ "ID_pred/Softmax", "regression_pred/BiasAdd" });
{
Expand Down

0 comments on commit 94ceae2

Please sign in to comment.