Import an RNN model from Tensorflow as an ONXX file
3 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I am trying to import a RNN model with its weights from tensorflow and got the following error when I tried with an assosciated onxx file. Could somebody help out with the same?![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1195218/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1195218/image.png)
0 件のコメント
回答 (1 件)
Sivylla Paraskevopoulou
2022 年 11 月 16 日
You can import a TensorFlow model directly (don't need to first convert to ONNX) by using the importTensorFlowNetwork or importTensorFlowLayers function.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!