Open farleylai opened 6 years ago
Hi @farleylai ,Could you provide your model file(.json and .params) for us to test?
Sure, the network symbol is generated by calling tojson() as attached FYI. The network source is located at resnet_v1_101_rfcn_dcn.py.
resnet_v1_101_rfcn_dcn.json.zip
The params is quite large (~254MB) but I believe you can download from the official site (stored on OneDrive with file named rfcn_dcn_coco-0000.params).
The CustomOp proposal source is available in Python or by calling C++ contrib APIs.
Let me know if you need something else.
Hi @farleylai . In current MMdnn, custom operator is not supported yet. Thanks.
Platform: ubuntu 16.04: Python version: 3.6 Source framework with version: mxnet-cu92mkl 1.2.0 Destination framework with version: pytorch-0.4 with GPU Running scripts:
Error:
The pre-trained model is downloaded from the Deformable-ConvNets which contains a custom operator 'proposal.'
The custom operator is a python module in the source tree. Is there any way to instruct MMdnn to import the custom operator? Or the custom operator for conversion from MXNet is not suppored yet?