Skip to content

Commit

Permalink
Update DeepMETProducer.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
iarspider authored Jul 13, 2023
1 parent 611fe5b commit d487a13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RecoMET/METPUSubtraction/plugins/DeepMETProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ DeepMETProducer::DeepMETProducer(const edm::ParameterSet& cfg, const tensorflow:
shape.AddDim(8);

tensorflow::TensorShape cat_shape;
shape.AddDim(1);
shape.AddDim(max_n_pf_);
shape.AddDim(1);
cat_shape.AddDim(1);
cat_shape.AddDim(max_n_pf_);
cat_shape.AddDim(1);

input_ = tensorflow::Tensor(tensorflow::DT_FLOAT, shape);
input_cat0_ = tensorflow::Tensor(tensorflow::DT_FLOAT, cat_shape);
Expand Down

0 comments on commit d487a13

Please sign in to comment.