Skip to content

Instantly share code, notes, and snippets.

@hariby
Last active June 6, 2020 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hariby/08742c6e0c038bcc58412b12dbe62394 to your computer and use it in GitHub Desktop.
Save hariby/08742c6e0c038bcc58412b12dbe62394 to your computer and use it in GitHub Desktop.
Blueoil CIFAR-10 sample inference setup with EC2 A1/M6g (Graviton/Graviton2) instances
sudo easy_install pip
sudo yum groupinstall "Development Tools" -y
sudo yum install libjpeg-devel -y
cd cifar10_sample/export/save.ckpt-78125/32x32/output/python/
pip3 install -r requirements.txt
wget https://docs.blueoil.org/_static/airplane.png
python run.py -i airplane.png -m ../models/lib/libdlk_aarch64.so -c ../models/meta.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment