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

Convert gluoncv model: yolov3 error #20

Open
Rainweic opened this issue Oct 15, 2020 · 2 comments
Open

Convert gluoncv model: yolov3 error #20

Rainweic opened this issue Oct 15, 2020 · 2 comments

Comments

@Rainweic
Copy link

These ops are not in mxnet serializer:

  • slice_axis
  • sigmoid
  • expand_dims
  • _arange
  • broadcast_add
  • slice_like
  • exp
  • elemwise_sub
  • tile
  • repeat
  • _contrib_box_nms
@bzhang5
Copy link
Collaborator

bzhang5 commented Oct 16, 2020

@Rainweic These ops seem like preprocess or post processing part operators, you could cut off these operator if I am right. Normally, tmfile convert tool may not support pre processing or post processing part.

@Rainweic
Copy link
Author

@Rainweic These ops seem like preprocess or post processing part operators, you could cut off these operator if I am right. Normally, tmfile convert tool may not support pre processing or post processing part.

唔, nms啥的可以剔除,但是

  • slice_axis
  • sigmoid
  • expand_dims
  • _arange
  • broadcast_add
  • slice_like
  • exp
  • elemwise_sub
  • tile
  • repeat
    这些也算前、后处理的算子么?

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

2 participants