Unrecognized function or variable 'importTen​sorFlowNet​work'

조회 수: 2 (최근 30일)
Mike Jadwin
Mike Jadwin 2022년 8월 9일
댓글: Cris LaPierre 2022년 8월 9일
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일
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일
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

댓글을 달려면 로그인하십시오.

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by