Skip to content

lherman-cs/tensorflow-aarch64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

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

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