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