-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[OP] SSD gluon-cv model support #1269
Comments
This PR #1157 implements L2Normalization. |
@kevinthesun can you revisit and update the status of this issue? |
close due to inactive status, please reopen with new items |
slice_axis seems not supported in nnvm |
1 similar comment
slice_axis seems not supported in nnvm |
slice_axis will be added in #2353. |
NotImplementedError: Operator: slice is not supported in nnvm. |
axis : tuple of , optional, default=[] |
This PR #1214 (comment) adds support for SSD model. It would provide a more convenient way to import and compile SSD model if we can also support gluon-cv SSD model. The major work is to add several operators:
Currently we have nms operator implemented in tvm, but the interface can be a slightly different.
I'll make another PR to deal with these changes. Rewrite mms with hybrid frontend: [TOPI] Migrate Vision Kernel from IRBuilder to Hybrid Script #1322
The text was updated successfully, but these errors were encountered: