Import an RNN model from Tensorflow as an ONXX file
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Sivylla Paraskevopoulou
am 16 Nov. 2022
You can import a TensorFlow model directly (don't need to first convert to ONNX) by using the importTensorFlowNetwork or importTensorFlowLayers function.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!