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

Enable generic exporting of a trained model to ONNX or OpenVINO IR #509

Merged
merged 15 commits into from
Aug 24, 2022

Commits on Aug 18, 2022

  1. Moving export and convert functionality to a more generic implementat…

    …ion where user can get just ONNX model or ONNX model + OpenVINO IR format
    ashishbdatta committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    3d72c50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7d1794 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a99eaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39c76bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a0f6ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    602688d View commit details
    Browse the repository at this point in the history
  7. fixed import

    ashishbdatta committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    f2cf15c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4895a9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bd69ceb View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    10497eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83d0286 View commit details
    Browse the repository at this point in the history
  3. Reduced code duplication

    ashishbdatta committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    27282f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    237f9ff View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    a4b0604 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Fixing for Windows paths

    ashishbdatta committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    019460d View commit details
    Browse the repository at this point in the history