问题
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