Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 156
    • Merge requests 156
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !49871

Flavor Tagging GNN: bug fix + cleanup

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Nilotpal Kakati requested to merge nkakati/athena:master_nilotpal into master Jan 23, 2022
  • Overview 24
  • Commits 6
  • Pipelines 5
  • Changes 5

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 Jan 24, 2022 by Dan Guest
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: master_nilotpal