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 exporter #1826

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Add ONNX exporter #1826

wants to merge 14 commits into from

Commits on Nov 30, 2023

  1. Initial implementation of onnx export

    Mathijs de Boer committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    c57ddfa View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Finalizing a few things

    Mathijs de Boer committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    88ae8e2 View commit details
    Browse the repository at this point in the history
  2. Add ONNX exporter, no guarantees are provided for

    the end user.
    Mathijs de Boer committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    7f4b854 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master'

    Mathijs de Boer committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    e374385 View commit details
    Browse the repository at this point in the history
  4. Cleanup entry_points.py

    Mathijs de Boer committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    438e633 View commit details
    Browse the repository at this point in the history
  5. Switch from dynamo export to regular export

    Dynamo seems to be a bit buggy still
    Mathijs de Boer committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    979a716 View commit details
    Browse the repository at this point in the history
  6. Hit a recursion limit bug, increase

    Mathijs de Boer committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    1d6983c View commit details
    Browse the repository at this point in the history
  7. Currently throws a segmentation fault, disabling compile for the scri…

    …pt duration
    Mathijs de Boer committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    bec25b5 View commit details
    Browse the repository at this point in the history
  8. Torch was unable to set instance_norm trainmode to False, this migh…

    …t be causing the `asser_allclose` to fail. Make it a warning for now.
    Mathijs de Boer committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    f4dfc3c View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Add some more information to the config.json

    Mathijs de Boer committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    7487021 View commit details
    Browse the repository at this point in the history
  2. Forgot to write the new config

    Mathijs de Boer committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    fef8334 View commit details
    Browse the repository at this point in the history
  3. Add method to fix batch size, for potential speedups. Default still d…

    …ynamic sized.
    
    General cleanup
    Mathijs de Boer committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    a190898 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Add foreground statistics for when normalization is CT

    Mathijs de Boer committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    4507cb4 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Update warning text

    Mathijs de Boer committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    4fa40e6 View commit details
    Browse the repository at this point in the history