使用模型優化工具轉換長效記憶體 (LSTM) 模型時,遇到「前端 API 失敗」錯誤
內容類型: 錯誤訊息 | 文章 ID: 000095128 | 最近查看日期: 2023 年 06 月 16 日
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