將 LSTM 型號轉換為中間陳述 (IR) 檔案的解決方法。
- 將 TensorFlow saved_model格式轉換為 IR。
- 遇到錯誤:
FrontEnd API failed with OpConversionFailure: :
No translator found for TensorListFromTensor node.
轉換 使用 2023 年最新OpenVINO™版本,將 LSTM 模型轉換為中間表示 (IR) 格式。
安裝OpenVINO™套件的命令:
pip install openvino-dev==2023.0.0
型號優化指令:
mo --saved_model_dir <PATH_TO_SAVED_MODEL> --use_new_frontend