getting this error: "Error using importKerasNetwork (line 93) Unable to import layers from file 'model.h5' because it contains no 'model_config' attribute."

1 vue (au cours des 30 derniers jours)
When Iam trying to import a custom model file 'model.h5' created using keras - model.save_weights()
Please help

Réponse acceptée

Don Mathis
Don Mathis le 4 Jan 2019
Modifié(e) : Don Mathis le 4 Jan 2019
It's a file that contains weights only, without the architecture. You need to create it using model.save(), not model.save_weights().
  1 commentaire
Sabhapathy Myakal
Sabhapathy Myakal le 7 Jan 2019
Thank you, what you mentioned is correct.
Sorry for a late reply, it took sometime for me to check it.

Connectez-vous pour commenter.

Plus de réponses (1)

dror yemini
dror yemini le 25 Juin 2019
also note may recive error
so just change
#Expected input to be a scalar with value >= 1e-05
x = BatchNormalization(epsilon=1e-03, momentum=0.9, weights=None)(x)

Catégories

En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by