0

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 Answers1

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.

Sergei
  • 1,617
  • 15
  • 31