ขั้นตอนการแปลงโมเดล 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