Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vuvko/mxnet2tf
- Owner: vuvko
- License: mit
- Created: 2017-09-19T13:36:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-23T08:02:33.000Z (over 6 years ago)
- Last Synced: 2024-08-01T22:42:11.731Z (5 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-MXNet - mxnet2tf
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