dmlc / keras

Deep Learning library for Python. Convnets, recurrent neural networks, and more. Runs on MXNet, Theano or TensorFlow.
http://keras.io/
Other
125 stars 34 forks source link

mxnet to keras model .h5 #73

Closed loweew closed 7 years ago

loweew commented 7 years ago

Is it possible to read in .params + symbol.json file and convert to keras .h5 format now that the backend is supported? This would be a nice workaround for mxnet -> CoreML support until coremltools officially supports mxnet.

sandeep-krishnamurthy commented 7 years ago

I believe right strategy would be to have CoreML support for MXNet and it should be on the way and not too far.

loweew commented 7 years ago

agreed - I spoke with the CoreML team recently, and mxnet support is coming "soon". I was just wondering if there was a workaround for now. I'll just wait for the CoreMLTools update. closing.