- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm converting a MxNet model into IR format using mo_mxnet.py script.
The script converts MxNet's "broadcast_mul" operators into "EltWise" layers but it doesn't set the operation=mul property. So after convertion, the element-wise multiply operation becomes the element-wise add operation, and produce wrong results. If I manually add operation=mul property in the result XML file, the converted model can produce correct results.
It seems there is a bug in optimizer script, hope it will get fixed.
Thanks.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Xu,
Can you give me the model or if it's a standard public model tell me the name and the command used to convert the model via Model Optimizer to reproduce the issue?
Kind Regards,
Monique Jones
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jones,
You may download the model here:
https://pan.baidu.com/s/1-uHh7WGun3-NESFWDMUg5Q
The command used to convert the model is:
mo_mxnet.py --input_symbol=areca_full-symbol.json --input_shape=(1,3,1152,1536) --input_model=areca_full-0000.params
Thanks.

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