- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I am trying to test an image classification sample on linux, so I downloaded the alexnet model using the downloader.py script, I try to optimize the file using the mo.py script and I get the error ''Illegal instruction (core dumped)" kindly tell me how to fix this.
The command I use is :
./mo.py -d /opt/intel/openvino_2021.1.110/deployment_tools/tools/model_downloader/public/alexnet/alexnet.caffemodel --output_dir /home/user/Downloads/
Also worthy of mention, I am able to run the demo_security_barrier verification script but the demo_squeezenet script fails during model optimization with error "FAILED: squeezenet1.1, Error on or near line 178; exiting with status 1"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Camillus,
Thank you for reaching out to us. Please run the following command to convert an Alexnet model to Intermediate Representation (IR):
python converter.py --name alexnet --output_dir /home/user/Downloads/
For more information, please refer to the following link:
https://docs.openvinotoolkit.org/latest/omz_tools_downloader_README.html#model_converter_usage
Regards,
Adli
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Camillus,
Thank you for reaching out to us. Please run the following command to convert an Alexnet model to Intermediate Representation (IR):
python converter.py --name alexnet --output_dir /home/user/Downloads/
For more information, please refer to the following link:
https://docs.openvinotoolkit.org/latest/omz_tools_downloader_README.html#model_converter_usage
Regards,
Adli
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Camillus,
This thread will no longer be monitored since this issue has been resolved. If you need any additional information from Intel, please submit a new question.
Regards,
Adli
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page