Loading custom operator as an external module helps creating new operator without re-compiling mxnet from src. Tensorflow and PyTorch also provide such function.
- Install mxnet from src, you may refer to script.
- git clone https://github.com/DuinoDu/load_op.mxnet
- cd load_op.mxnet
- set mxnet root path in Makefile
- make