tensorflow-aarch64 icon indicating copy to clipboard operation
tensorflow-aarch64 copied to clipboard

Compiled tensorflow for aarch64 architecture

tensorflow-aarch64

Compiled for aarch64 architecture. This compiled tensorflow-cpu is based on https://github.com/tensorflow/tensorflow/tree/r1.4.

Hardware/software specifications that's being used to compile this tensorflow

  • rock64 board (https://www.pine64.org/?page_id=7147)
  • gcc version 5.4.0 20160609
  • Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.5

How to install?

  1. Install pip:
curl -sL https://bootstrap.pypa.io/get-pip.py | python3 -
  1. Install tensorflow from the provided wheel
curl -L https://github.com/lherman-cs/tensorflow-aarch64/releases/download/r1.4/tensorflow-1.4.0rc0-cp35-cp35m-linux_aarch64.whl > /tmp/tensorflow-1.4.0rc0-cp35-cp35m-linux_aarch64.whl
python3 -m pip install /tmp/tensorflow-1.4.0rc0-cp35-cp35m-linux_aarch64.whl