Import Keras Tensorflow model in to Matlab

2 ビュー (過去 30 日間)
Padmapritha T
Padmapritha T 2021 年 6 月 22 日
回答済み: Steven Lord 2021 年 6 月 22 日
I have a compiled and trained networkmodel with an LSTM Layer, as .py or saved as .HDF5 using Keras with Tensorflowbackend. Is there a way to use it (give input, predict output) in Matlab? Can any one kindly help me...
Thanks in advance..

回答 (1 件)

Steven Lord
Steven Lord 2021 年 6 月 22 日
See the importKerasNetwork function in Deep Learning Toolbox. As that documentation page indicates, you will also need a support package. Use the Add-Ons button on the Home tab of the Toolstrip to open Add-Ons Explorer and search for "keras" to find and install that add-on if you don't already have it.

カテゴリ

Help Center および File ExchangeCall Python from MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by