Unrecognized function or variable 'importTensorFlowNetwork'
Show older comments
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'.
Answers (1)
Cris LaPierre
on 9 Aug 2022
1 vote
importTensorFlowNetwork requires the Deep Learning Toolbox Importer for Keras Models support package. To install this support package, use the Add-On Explorer.

3 Comments
Mike Jadwin
on 9 Aug 2022
Mike Jadwin
on 9 Aug 2022
Cris LaPierre
on 9 Aug 2022
That would explain the error message
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!