- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
[ FRAMEWORK ERROR ] Exception message: 3106:9 : Enum type "mo_caffe.V1LayerParameter.LayerType" has no value named "Softmax".
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you downloaded the googlenet-v2 model from model downloader? If yes, Can you try with the below command which worked for me
python3 mo.py --framework=caffe --data_type=FP32 --input_shape=[1,3,224,224] --input=data --mean_values=data[104.0,117.0,123.0] --output=prob --input_model=/opt/intel/openvino/deployment_tools/open_model_zoo/tools/downloader/public/googlenet-v2/googlenet-v2.caffemodel --input_proto=/opt/intel/openvino/deployment_tools/open_model_zoo/tools/downloader/public/googlenet-v2/googlenet-v2.prototxt
Hope this helps.
Regards,
Ram prasad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Ram prasad, it works.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page