vuvko / mxnet2tf

MxNet to TensorFlow converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MxNet to TensorFlow converter

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

About

MxNet to TensorFlow converter

License:MIT License


Languages

Language:Python 100.0%