MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion and visualization. Convert models between Caffe, Keras, MXNet, Tensorflow, CNTK, PyTorch Onnx and CoreML.
This pull requests adds the UpSampling operator to the mxnet parser, as well as the option to chose between "bilinear" and "nearest" when emitting the UpSampling2D operator to tensorflow
The mxnet operator is necessary to convert insightface's Retinaface from mxnet to tf
Hello
This pull requests adds the UpSampling operator to the mxnet parser, as well as the option to chose between "bilinear" and "nearest" when emitting the UpSampling2D operator to tensorflow The mxnet operator is necessary to convert insightface's Retinaface from mxnet to tf