How to recover neural network from a .pb file in Matlab?
9 ビュー (過去 30 日間)
古いコメントを表示
I have a pretrained neural network in tensorflow, which is saved in a .pb file. Now, i want to recover it from the .pb file in Matlab, How should i do?
0 件のコメント
回答 (1 件)
Sivylla Paraskevopoulou
2022 年 3 月 28 日
To import TensorFlow models in the SavedModel format, use the importTensorFlowNetwork function. See the documentation link:
1 件のコメント
Ansari86
2024 年 2 月 11 日
編集済み: Ansari86
2024 年 2 月 11 日
Dear Sivylla,
For my model, the importensorflow function gives a warning for a few functions (TensorListReserve, TensorListFromTensor, TensorListReserve, While, TensorListStack). And this is always the case when I try ti import an lstm. Is there a way around this?
Also, I have access to all the weights in all the networks, is there some other way to build the network?
Thanks,
参考
カテゴリ
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!