Unrecognized function or variable 'importTen​sorFlowNet​work'

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'.

回答 (1 件)

Cris LaPierre
Cris LaPierre 2022 年 8 月 9 日

1 投票

importTensorFlowNetwork requires the Deep Learning Toolbox Importer for Keras Models support package. To install this support package, use the Add-On Explorer.

3 件のコメント

Mike Jadwin
Mike Jadwin 2022 年 8 月 9 日
I have that installed, that is why I am so confused.
Mike Jadwin
Mike Jadwin 2022 年 8 月 9 日
Ahh I see that it was added in 2021a, and I am running 2020a so that is probably the issue here.
Cris LaPierre
Cris LaPierre 2022 年 8 月 9 日
That would explain the error message

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

製品

リリース

R2020a

質問済み:

2022 年 8 月 9 日

コメント済み:

2022 年 8 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by