Skip to content

vuvko/mxnet2tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages