Skip to content
GitLab
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 185
    • Merge requests 185
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • atlasatlas
  • athenaathena
  • Merge requests
  • !60007

Draft: FTAG: Adding support in Athena for Gn1 Aux tasks

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Nilotpal Kakati requested to merge nkakati/athena:gn1_aux into 23.0 Jan 23, 2023
  • Overview 34
  • Commits 5
  • Pipelines 0
  • Changes 12

What I have done so far -

  • Torch to Onnx conversion of GN1 with the aux tasks.
  • OnnxRuntime inference now returns map<string, vector<floats>> (previously it was map<string, floats>). It's needed since the aux task results will be stored as 1D vectors.
  • For pb, pc, pu, it can parse those vectors and decorate them as usual.
  • It runs fine with the new changes (if we don't want to store the aux results)

Currently working on -

  • Adding the extra stuff needed for the making the aux decorators working
  • ???

Making the MR early cause I am not sure about some of the stuff. It'll be easier to discuss here

tagging @dguest @svanstro

Edited Jan 23, 2023 by Nilotpal Kakati
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: gn1_aux