- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
I'm getting an error "Shape is not defined for output 0 of "Cast_1/x"", when I run model optimizer.
Input is a tensorflow .pb file and is for a custom topology (based on Faster-RCNN).
Have attached the log file.
Thanks.
コピーされたリンク
2 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Did you already freeze your tensorflow model?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I am giving a .pb file as input. So yes, I am providing a frozen tensorflow model as input to model optimizer. This is the command I'm using -
python3 ${OPENVINO_HOME}/deployment_tools/model_optimizer/mo.py --log_level=DEBUG --input_shape [1,288,288,3] --input_model ./model/graph.pb
May I know why you asked the question ?
