-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update graph ops parser & cleanup (#111)
* cleanup command * cleanup exporter * cleanup networks * cleanup predictor * cleanup pipelines * cleanup utils * update graph ops parser using json * update tests * update init * update requirements * update changelog * remove old reporter * move graph ops init * move detr collater * separate lint and tests for CI * remove unused external module * restore yolov3 * Update lint.yml
- Loading branch information
Showing
140 changed files
with
221 additions
and
16,411 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
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ matplotlib | |
enlighten | ||
future | ||
Pillow | ||
enforce | ||
onnx==1.6.0 | ||
mypy | ||
pyyaml | ||
|
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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
from .version import __version__ | ||
from .utils import create_model | ||
|
||
# expose registry to top-level for shorthand | ||
from .exporter.utils.onnx.graph_ops import GRAPH_OPS as ONNX_GRAPH_OPS | ||
from .exporter.utils.onnx import GRAPH_OPS as ONNX_GRAPH_OPS | ||
from .networks.models import MODELS |
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.