-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PaddleV3] 修复
onnx
中不兼容的自定义层与写法并修复相关模型 (#1082)
* [Fix] onnx custom layer * [Fix] numpy assacalar deprecated * [Fix] onnx SwinTransformer * [Fix] onnx bert6 * [Fix] onnx custom layer roi align * [Fix] onnx mmdetection_fasterrcnn * [Fix] onnx mmdetection_fcos * [Fix] onnx mmdetection_fsaf * [Fix] onnx mmdetection_retina * [Fix] onnx mmdetection_ssd * [Fix] onnx mmdetection_yolov3 * [Fix] onnx yolov5s * [Fix] onnx mobilefacenet * [Update] black.list * [Fix] onnx paddle.flatten
- Loading branch information
Showing
16 changed files
with
294 additions
and
183 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,3 @@ | ||
SwinTransformer | ||
bert6 | ||
mmdetection_fasterrcnn | ||
mmdetection_fcos | ||
mmdetection_fsaf | ||
mmdetection_retina | ||
mmdetection_ssd | ||
mmdetection_yolov3 | ||
mnasnet_a1 | ||
mobilefacenet | ||
mobilenet_v2 | ||
yolov5s | ||
dataset | ||
tools | ||
output |
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 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 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
Oops, something went wrong.