Import MXNet file in Keras/Tensorflow

∥☆過路亽.° 提交于 2020-02-06 09:58:27

问题


I am having trouble finding the answer to this.

I have an MXNet file in the form of: model.json and model.params. What is the cleanest way to load the network into a Keras installation with TensorFlow backend?


回答1:


Unfortunately, you cannot load native MXNet models into Keras.

You can try to convert your model using MMdnn, but depending on complexity of your model it might not work.



来源:https://stackoverflow.com/questions/51732258/import-mxnet-file-in-keras-tensorflow

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!