microsoft / MMdnn

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.
MIT License
5.8k stars 965 forks source link

Add support for mxnet UpSampling parser #869

Closed StanislasBertrand closed 4 years ago

StanislasBertrand commented 4 years ago

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

ghost commented 4 years ago

CLA assistant check
All CLA requirements met.

XiaoXYe commented 4 years ago

@StanislasBertrand, thanks for your contribution.