Unrecognized function or variable 'importTen​sorFlowNet​work'

7 visualizzazioni (ultimi 30 giorni)
I have the deep learning toolbox installed as well as the Deep Learning Toolbox importer for tensorflow-keras models, but I keep getting this error every time I try to use the importTensorFlowNetwork command. The importKerasNetwork command works however, but I need my model saved in DAGNetwork format, which is what importTensorFlowNetwork loads the model as.
>> test = importTensorFlowNetwork('bypass_flow_model_1')
Unrecognized function or variable 'importTensorFlowNetwork'.

Risposte (1)

Cris LaPierre
Cris LaPierre il 9 Ago 2022
importTensorFlowNetwork requires the Deep Learning Toolbox Importer for Keras Models support package. To install this support package, use the Add-On Explorer.
  3 Commenti
Mike Jadwin
Mike Jadwin il 9 Ago 2022
Ahh I see that it was added in 2021a, and I am running 2020a so that is probably the issue here.

Accedi per commentare.

Categorie

Scopri di più su Deep Learning Toolbox in Help Center e File Exchange

Prodotti


Release

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by