importKerasNetwork returns error assertion failed
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello there,
I created a model in google colab with tensorflow, which i saved as a .h5 file format. When trying to load this model with importKerasNetwork, I get an error message:
Error using importKerasNetwork (line 86)
Assertion failed.
What does this mean? Where is the mistake? I have no other error message information than that.
0 comentarios
Respuestas (1)
Pranav Verma
el 11 de En. de 2021
Editada: Pranav Verma
el 11 de En. de 2021
Hi Stefan,
Please recheck the model to see if there is/are any layers that are not supported by importKerasNetwork. importKerasNetwork can import model but with some limitations. Here you can find the layers which are supported. In case any other layer exists in the model, the software returns an error.
Also, importKerasNetwork requires Deep Learning Toolbox™ Importer for TensorFlow-Keras Models support package. If it is not present, the function provides a download link for the same. Hence you can check if it is properly installed on your end. Make sure that you have the latest version of the support package installed. If that doesn't work, try uninstalling and re-installing the support package again. To install the support package, please refer to the following link:
Thanks
0 comentarios
Ver también
Categorías
Más información sobre Downloads en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!