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

Add onnx export #2596

Merged
merged 25 commits into from
Jul 31, 2020
Merged

Add onnx export #2596

merged 25 commits into from
Jul 31, 2020

Commits on Jul 29, 2020

  1. export model to onnx

    lezwon committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    88a9eda View commit details
    Browse the repository at this point in the history
  2. prepare data before exporting

    lezwon committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    29c330e View commit details
    Browse the repository at this point in the history
  3. support for dataloaders and tensors

    lezwon committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    c154e4a View commit details
    Browse the repository at this point in the history
  4. added tests

    lezwon committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    08f75e7 View commit details
    Browse the repository at this point in the history
  5. use example_input_array

    add to changelog
    lezwon committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    61cf39f View commit details
    Browse the repository at this point in the history
  6. updated docstring

    lezwon committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    feb7b56 View commit details
    Browse the repository at this point in the history
  7. added onnx inference tests

    lezwon committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    81cc4a0 View commit details
    Browse the repository at this point in the history
  8. temp commit

    lezwon committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    cb92d28 View commit details
    Browse the repository at this point in the history
  9. removed schema valid test

    lezwon committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    4f2aadc View commit details
    Browse the repository at this point in the history
  10. add onnxruntime to environment.yml

    lezwon committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    0289f2b View commit details
    Browse the repository at this point in the history
  11. moved onnxruntime to environment.yml pip

    lezwon committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    9a8b129 View commit details
    Browse the repository at this point in the history
  12. add example in doc

    lezwon committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    5265578 View commit details
    Browse the repository at this point in the history
  13. add lines between code block

    lezwon committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    de3b028 View commit details
    Browse the repository at this point in the history
  14. added PR to changelog

    lezwon committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    467eba1 View commit details
    Browse the repository at this point in the history
  15. is file check

    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    2 people authored and lezwon committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    d5e3eb6 View commit details
    Browse the repository at this point in the history
  16. remove *

    Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
    2 people authored and lezwon committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    a6065fb View commit details
    Browse the repository at this point in the history
  17. infer example outputs

    lezwon committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    0fb4b28 View commit details
    Browse the repository at this point in the history
  18. added doctest for onnx

    lezwon committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    49982a3 View commit details
    Browse the repository at this point in the history
  19. fix windows tests

    lezwon committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    434c8d8 View commit details
    Browse the repository at this point in the history
  20. moved eval within condition block

    lezwon committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    b7ead43 View commit details
    Browse the repository at this point in the history
  21. self.forward to self

    lezwon committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    633a47c View commit details
    Browse the repository at this point in the history
  22. added docs

    lezwon committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    add43b7 View commit details
    Browse the repository at this point in the history
  23. fixed docs error

    lezwon committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    d71f744 View commit details
    Browse the repository at this point in the history
  24. added to toctree

    lezwon committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    cd5df3f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Update CHANGELOG.md

    Borda authored Jul 31, 2020
    Configuration menu
    Copy the full SHA
    dcc0ad9 View commit details
    Browse the repository at this point in the history