lherman-cs / tensorflow-aarch64

Compiled tensorflow for aarch64 architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Compiled tensorflow for aarch64 architecture