MxNet to TensorFlow converter

September 23, 2018 ยท View on GitHub

Discontinuation Notice
This converter was done with specific architectures in mind when most converters were rather crunchy. Now most frameworks support ONNX format, plesase use it for transition between frameworks.

This is small project for converting some pretrained CNN models from MxNet format to TensorFlow.

Supported Layers

  • Activations: ReLU
  • Batch normalization without use_global flag
  • Convolution without bias
  • Elementwise: add
  • Flatten
  • Fully connected
  • Normalization: l2
  • Pooling: max, global pooling
  • Softmax for output