![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1092555/image.png)
Unrecognized function or variable 'importTensorFlowNetwork'
2 ビュー (過去 30 日間)
古いコメントを表示
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'.
0 件のコメント
回答 (1 件)
Cris LaPierre
2022 年 8 月 9 日
importTensorFlowNetwork requires the Deep Learning Toolbox Importer for Keras Models support package. To install this support package, use the Add-On Explorer.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1092555/image.png)
3 件のコメント
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!