摘要
將 1D CNN Keras* 模型轉換為 IR 的步驟。
描述
- 將自訂 1D CNN Keras* 模型轉換為 TensorFlow 型號。
- 使用下列命令將 TensorFlow* 模型轉換為 IR:
python mo_tf.py --saved_model_dir --input_shape [1,2,60] --data_type FP16 - 遇到錯誤:
[ ERROR ] Exception occurred during running replacer "REPLACEMENT_ID" ():
Original placeholders: 'serving_default_embedding_10_input, saver_filename'.
Freezing was requested for ''.
--input_shape was provided without --input.
Can not deduce which node shape to override
解決方法
- 將 自訂 1D CNN Keras 模型轉換為 TensorFlow 型號。
- 轉換 TensorFlow 型號到 IR 使用下列命令:
mo --saved_model_dir= -b=1