getting this error: "Error using importKerasNetwork (line 93) Unable to import layers from file 'model.h5' because it contains no 'model_config' attribute."
Mostra commenti meno recenti
When Iam trying to import a custom model file 'model.h5' created using keras - model.save_weights()
Please help
Risposta accettata
Più risposte (1)
dror yemini
il 25 Giu 2019
0 voti
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)
Categorie
Scopri di più su Downloads in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!