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?
댓글 수: 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!