Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 491 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 491 Bytes

retinanet_ipex

Getting started

Follow instructions at Installation Guide to install PyTorch and Intel(R) Extension for PyTorch.

python -m pip install mkl numpy
python retinanet.py
python retinanet.py --ipex
python -m intel_extension_for_pytorch.cpu.launch --ninstance 1 --node_id 0 retinanet.py
python -m intel_extension_for_pytorch.cpu.launch --ninstance 1 --node_id 0 retinanet.py --ipex