Skip to content

Commit

Permalink
fine tune
Browse files Browse the repository at this point in the history
  • Loading branch information
jingxu10 committed Nov 22, 2021
1 parent 7da3cb0 commit 1c142e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
## Getting started
```bash
python -m pip install torch==1.10.0+cpu torchvision==0.11.1+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html
wget
wget https://github.com/jingxu10/retinanet_ipex/releases/download/v1.10/intel_extension_for_pytorch-1.10.0+cpu-cp38-cp38-linux_x86_64.whl
python -m pip install intel_extension_for_pytorch-1.10.0+cpu-cp38-cp38-linux_x86_64.whl
python -m pip install psutil mkl numpy
python retinanet.py
python retinanet.py --ipex
python -m intel_extension_for_pytorch.cpu.launch --ninstance 1 --socket 0 retinanet.py
python -m intel_extension_for_pytorch.cpu.launch --ninstance 1 --socket 0 retinanet.py --ipex
```

0 comments on commit 1c142e7

Please sign in to comment.