Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vuvko/mxnet2tf

MxNet to TensorFlow converter
https://github.com/vuvko/mxnet2tf

Last synced: 2 months ago
JSON representation

MxNet to TensorFlow converter

Awesome Lists containing this project

README

        

# 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](https://github.com/onnx/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