Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 814 Bytes

006-20190911.md

File metadata and controls

29 lines (23 loc) · 814 Bytes

Wednesday September 11, 2019 at 9:00am PST

Agenda

  • Reflect on last workshop
  • ONNX 1.6
  • Discuss deprecated Ops
  • Review a couple of PRs

Attendees

  • Emad Barsoum (Microsoft)
  • Michal Karzynski (Intel)
  • Wei-Sheng Chin (Microsoft)
  • Dilip Sequeira (NVidia)
  • Spandan Tiwari (Microsoft)
  • Rajeev K Nalawadi (Intel)

Notes

  • Discussed the feedback that we got from ONNX Workshop.
  • Discussed Deprecated OPs:
    • Any deprecated OP must have equivalent or can be compsoed by existing OPs.
    • Convert deprecated OPs to a function if it can be composed.
    • No need for a grace period.
  • We need to review all operators PR that are tagged for 1.6.

Action items

  • ebarsoum - to write a draft document for the recommended behavior of deprecated OPs.