Skip to content
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

Closed
3 of 4 tasks
kevinthesun opened this issue Jun 13, 2018 · 8 comments
Closed
3 of 4 tasks

[OP] SSD gluon-cv model support #1269

kevinthesun opened this issue Jun 13, 2018 · 8 comments

Comments

@kevinthesun
Copy link
Contributor

kevinthesun commented Jun 13, 2018

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:

@tqchen tqchen changed the title [TODO] SSD gluon-cv model support [OP] SSD gluon-cv model support Jun 13, 2018
@kevinthesun
Copy link
Contributor Author

This PR #1157 implements L2Normalization.

@tqchen
Copy link
Member

tqchen commented Jul 9, 2018

@kevinthesun can you revisit and update the status of this issue?

@tqchen
Copy link
Member

tqchen commented Aug 8, 2018

close due to inactive status, please reopen with new items

@tqchen tqchen closed this as completed Aug 8, 2018
@shesung
Copy link

shesung commented Oct 26, 2018

slice_axis seems not supported in nnvm

1 similar comment
@p517332051
Copy link

slice_axis seems not supported in nnvm

@kevinthesun
Copy link
Contributor Author

slice_axis will be added in #2353.

@p517332051
Copy link

NotImplementedError: Operator: slice is not supported in nnvm.

@p517332051
Copy link

axis : tuple of , optional, default=[]
List of axes on which input data will be sliced according to the corresponding size of the second input. By default will slice on all axes. Negative axes are supported.
, in operator slice_like(name="", axes="(2, 3)")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants