ANN モデルを .h5 ファイルとして保存してトレーニングしました。次に、モデルを tensorflow モデルに変換し'savedmodel.pb'
、'variables'
フォルダーを取得しました。次に、モデル オプティマイザー openvino を使用して、以下を使用して IR ファイルを生成しました。
python3 mo_tf.py --input_model saved_model.pb
しかし、次のエラーが表示されます。
[ FRAMEWORK ERROR ] Error parsing message
TensorFlow cannot read the model file: "/home/user/Downloads/OpenVino/dldt-2019/model-optimizer/saved_model.pb" is incorrect TensorFlow model file
そもそもモデルopenVINO
変換に使えるの?ANN