-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #397 from Dana-Farber-AIOS/dev-onnx
Merge dev_onnx into dev_graph
- Loading branch information
Showing
12 changed files
with
1,393 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,4 +34,4 @@ dependencies: | |
- loguru==0.5.3 | ||
- pandas==1.5.2 # orig no req | ||
- torch-geometric==2.3.1 | ||
- jpype1 | ||
- jpype1 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
""" | ||
Copyright 2023, Dana-Farber Cancer Institute and Weill Cornell Medicine | ||
License: GNU GPL 2.0 | ||
""" | ||
|
||
from .inference import ( | ||
HaloAIInference, | ||
Inference, | ||
InferenceBase, | ||
RemoteTestHoverNet, | ||
check_onnx_clean, | ||
convert_pytorch_onnx, | ||
remove_initializer_from_input, | ||
) |
Oops, something went wrong.