-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
base: master
Are you sure you want to change the base?
Add ONNX exporter #1826
Commits on Nov 30, 2023
-
Initial implementation of onnx export
Mathijs de Boer committedNov 30, 2023 Configuration menu - View commit details
-
Copy full SHA for c57ddfa - Browse repository at this point
Copy the full SHA c57ddfaView commit details
Commits on Dec 1, 2023
-
Mathijs de Boer committed
Dec 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 88ae8e2 - Browse repository at this point
Copy the full SHA 88ae8e2View commit details -
Add ONNX exporter, no guarantees are provided for
the end user.
Mathijs de Boer committedDec 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 7f4b854 - Browse repository at this point
Copy the full SHA 7f4b854View commit details -
Merge remote-tracking branch 'origin/master'
Mathijs de Boer committedDec 1, 2023 Configuration menu - View commit details
-
Copy full SHA for e374385 - Browse repository at this point
Copy the full SHA e374385View commit details -
Mathijs de Boer committed
Dec 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 438e633 - Browse repository at this point
Copy the full SHA 438e633View commit details -
Switch from dynamo export to regular export
Dynamo seems to be a bit buggy still
Mathijs de Boer committedDec 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 979a716 - Browse repository at this point
Copy the full SHA 979a716View commit details -
Hit a recursion limit bug, increase
Mathijs de Boer committedDec 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 1d6983c - Browse repository at this point
Copy the full SHA 1d6983cView commit details -
Currently throws a segmentation fault, disabling compile for the scri…
…pt duration
Mathijs de Boer committedDec 1, 2023 Configuration menu - View commit details
-
Copy full SHA for bec25b5 - Browse repository at this point
Copy the full SHA bec25b5View commit details -
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 committedDec 1, 2023 Configuration menu - View commit details
-
Copy full SHA for f4dfc3c - Browse repository at this point
Copy the full SHA f4dfc3cView commit details
Commits on Dec 4, 2023
-
Add some more information to the config.json
Mathijs de Boer committedDec 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 7487021 - Browse repository at this point
Copy the full SHA 7487021View commit details -
Forgot to write the new config
Mathijs de Boer committedDec 4, 2023 Configuration menu - View commit details
-
Copy full SHA for fef8334 - Browse repository at this point
Copy the full SHA fef8334View commit details -
Add method to fix batch size, for potential speedups. Default still d…
…ynamic sized. General cleanup
Mathijs de Boer committedDec 4, 2023 Configuration menu - View commit details
-
Copy full SHA for a190898 - Browse repository at this point
Copy the full SHA a190898View commit details
Commits on Dec 5, 2023
-
Add foreground statistics for when normalization is CT
Mathijs de Boer committedDec 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 4507cb4 - Browse repository at this point
Copy the full SHA 4507cb4View commit details
Commits on Dec 14, 2023
-
Mathijs de Boer committed
Dec 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 4fa40e6 - Browse repository at this point
Copy the full SHA 4fa40e6View commit details