Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ONNX] update default opset_version to 13 #73898

Closed
wants to merge 16 commits into from

Commits on Mar 15, 2022

  1. [ONNX] update default opset_version to 13

    And add a new tool to update it in the future, which follows the policy
    of using "latest as of 18 months ago". This policy is meant to balance:
    * recent enough to increase the odds of being able to successfully
      export
    * old enough to increase the odds of exported model being runnable by
      different ONNX implementations
    
    Also minor clean-up of related code in symbolic_helper:
    
    * Remove a misleading comment
    * Remove unnecessary check in _set_opset_version
    * Use a range to define _onnx_stable_opsets
    garymm committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    02a23a0 View commit details
    Browse the repository at this point in the history
  2. mypy and shebang version

    garymm committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    e6cadab View commit details
    Browse the repository at this point in the history
  3. fix test_unsupported_pad

    garymm committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    53c4696 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5000cc2 View commit details
    Browse the repository at this point in the history
  5. accept operator diffs

    garymm committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    b9a9a1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a4a177 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d782690 View commit details
    Browse the repository at this point in the history
  8. add test_operators to script

    garymm committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    7089ed0 View commit details
    Browse the repository at this point in the history
  9. Fix test_aten_fallback

    garymm committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    6e37501 View commit details
    Browse the repository at this point in the history
  10. fix test.sh

    garymm committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    fa3adac View commit details
    Browse the repository at this point in the history
  11. fix caffe2 tests

    garymm committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    54cc10f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    60e9c5d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    74afca0 View commit details
    Browse the repository at this point in the history
  14. add doc string

    garymm committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    0163562 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Configuration menu
    Copy the full SHA
    ecd3237 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Merge branch 'master' into op-set-version

    Thiago Crepaldi committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    74ec262 View commit details
    Browse the repository at this point in the history