Skip to content

YangZhang4065/MXNET-to-Keras-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MXNET-to-Keras-parser

See some awesome model in MXNET but you are working in Keras framework? Here comes a tool that converts an MXNET model definition to a Keras one.

This code currently parses both the weight and network definition from MXNET. However, the weight does not work well due to the different backend and numerical precision in two different framework. But this should serve as a good initialization though.

Reuirement

  • MXNET
  • JSON
  • Keras => 2

How to use this?

Please refer to the demo.

About

A tool that converts an MXNET network to a Keras one

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages