Filter löschen
Filter löschen

importKerasNetwork returns error assertion failed

2 Ansichten (letzte 30 Tage)
Stefan Lang
Stefan Lang am 8 Jan. 2021
Bearbeitet: Pranav Verma am 11 Jan. 2021
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.

Antworten (1)

Pranav Verma
Pranav Verma am 11 Jan. 2021
Bearbeitet: Pranav Verma am 11 Jan. 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

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by