Load Keras Theano network from file
Afficher commentaires plus anciens
Hello, we have a neural network created using Python (Keras with Theano backend). When we try to open the model file using importKerasNetwork we get the following message:
Error, file model.h5 using Keras Theano backend which is not yet supported
Is there a workaround to load the neural network and the weights? Maybe using JSON?
Kind regards, Joe
Réponses (1)
Mostafa Elhoushi
le 24 Jan 2018
0 votes
Use h5disp() and h5read()
Catégories
En savoir plus sur App Building dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!