Questions tagged [intel-model-zoo]

Use this tag to post questions encountered while using intel's pretrained models and scripts available as a part of Intel model zoo, Intel model zoo is a collection of pretrained deep learning models, sample code and best known methods to run Machine learning training and inference workloads on Intel hardware such as Intel Xeon CPUs and upcoming AI accelerators.

Model Zoo helps with starter code to run Machine Learning/Deep learning models in Intel hardware, It showcases the models that have been optimized by Intel and are validated on Xeon platforms. Model zoo also includes instructions on training, using and deploying popular machine learning models with intel optimizations. Model zoo is available as a part of intel OneAPI AI analytics toolkit https://software.intel.com/content/www/us/en/develop/tools/oneapi/ai-analytics-toolkit.html For information on best practices to be followed while using model zoo. https://github.com/IntelAI/models/blob/master/docs/general/tensorflow/GeneralBestPractices.md For tutorials to use popular machine learning with intel optimization visit the below link. https://github.com/IntelAI/models/tree/master/docs For a full list of models supported

https://github.com/IntelAI/models/blob/master/benchmarks/README.md

2 questions
1
vote
1 answer

launch_benchmark.py of intel model zoo fails for resnet34

When running launch_benchmark.py in intel model zoo github(https://github.com/IntelAI/models) with the below arguments python launch_benchmark.py --data-location /home/user/coco/output/ --in-graph /home/user/ssd_resnet34_fp32_bs1_pretrained_model.pb…
AlekhyaV - Intel
  • 580
  • 3
  • 21
0
votes
1 answer

Intel warp shuffle dose not support width != warp_size , while compiling the MXNet ResNet_18 model

while compiling the MXNet ResNet_18 model for the Intel integrated graphics, using the below command: target = tvm.target.intel_graphics() relay.build_module.build(mod, target, params=params) getting error: File "./source/intrin_rule_opencl.cc",…
Remi_TRish
  • 193
  • 1
  • 8