Skip to content

Flavor Tagging GNN: bug fix + cleanup

Nilotpal Kakati requested to merge nkakati/athena:master_nilotpal into master

This MR includes -

  • Bugfix - When ORT Tensor objects are created, the tensor only has a memory reference to the data (not a deepcopy), so the previous approach of flattening the vectors in a loop and creating ORT tensors from it was faulty (in OnnxUtil.cxx). Now the inputs to the GNN are created as 1D vectors directly (in GNNTool.cxx)
  • Typo fix following the MR !48584 (merged)
  • Clean up to improve readability

Tagging @dguest

Edited by Dan Guest

Merge request reports