mgeconvert
mgeconvert copied to clipboard
OP Split is not supported
We will add this operator later @CaoWGG
any timeline @cqchu @CaoWGG
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
Thank you @CaoWGG