mgeconvert icon indicating copy to clipboard operation
mgeconvert copied to clipboard

OP Split is not supported

Open soham24 opened this issue 2 years ago • 4 comments

soham24 avatar Mar 08 '23 07:03 soham24

We will add this operator later @CaoWGG

cqchu avatar Mar 09 '23 02:03 cqchu

any timeline @cqchu @CaoWGG

soham24 avatar Mar 09 '23 14:03 soham24

We are currently refactoring MgeConvert and expect to complete it in Q2.

You can convert your model by adding split op in the following files:

  • https://github.com/MegEngine/mgeconvert/blob/master/mgeconvert/converter_ir/ir_op.py
  • https://github.com/MegEngine/mgeconvert/blob/master/mgeconvert/frontend/onnx_to_ir/op_generators/tensor.py
  • https://github.com/MegEngine/mgeconvert/blob/master/mgeconvert/backend/ir_to_mge/mge_op.py

In addition, you can list the ops used in your model and we will add them to the refactored MgeConvert.

@soham24

CaoWGG avatar Mar 15 '23 07:03 CaoWGG

Thank you @CaoWGG

soham24 avatar Mar 15 '23 08:03 soham24