All Projects → lherman-cs → tensorflow-aarch64

lherman-cs / tensorflow-aarch64

Licence: other
Compiled tensorflow for aarch64 architecture

Projects that are alternatives of or similar to tensorflow-aarch64

alpine-qbittorrent-openvpn
qBittorrent docker container with OpenVPN client running as unprivileged user on alpine linux
Stars: ✭ 230 (+1050%)
Mutual labels:  arm, arm64, aarch64, armv8
tensorflow-serving-arm
TensorFlow Serving ARM - A project for cross-compiling TensorFlow Serving targeting popular ARM cores
Stars: ✭ 75 (+275%)
Mutual labels:  arm, arm64, aarch64, armv8
Raspberrypipkg
DEPRECATED - DO NOT USE | Go here instead ->
Stars: ✭ 758 (+3690%)
Mutual labels:  arm, arm64, aarch64, armv8
Sse2neon
A translator from Intel SSE intrinsics to Arm/Aarch64 NEON implementation
Stars: ✭ 316 (+1480%)
Mutual labels:  arm, arm64, aarch64, armv8
Debian Pi Aarch64
This is the first 64-bit system in the world to support all Raspberry Pi 64-bit hardware!!! (Include: PI400,4B,3B+,3B,3A+,Zero2W)
Stars: ✭ 2,505 (+12425%)
Mutual labels:  arm64, aarch64, armv8, arm64v8
Raspberry Pi Cross Compilers
Latest GCC Cross Compiler & Native (ARM & ARM64) CI generated precompiled standalone toolchains for all Raspberry Pis. 🍇
Stars: ✭ 261 (+1205%)
Mutual labels:  arm, arm64, aarch64
Raspberry Pi Pcie Devices
Raspberry Pi PCI Express device compatibility database
Stars: ✭ 444 (+2120%)
Mutual labels:  arm, arm64, aarch64
discolix
distroless arm docker images
Stars: ✭ 22 (+10%)
Mutual labels:  arm, arm64, armv8
DLARM
DLARM: Dissertation for Computer Science Masters Degree at UFRGS
Stars: ✭ 24 (+20%)
Mutual labels:  arm, arm64, aarch64
Docker Cloudflare Ddns
A small amd64/ARM/ARM64 Docker image that allows you to use CloudFlare as a DDNS / DynDNS Provider.
Stars: ✭ 467 (+2235%)
Mutual labels:  arm, arm64, aarch64
Docker Homebridge
Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
Stars: ✭ 1,847 (+9135%)
Mutual labels:  arm, arm64, aarch64
focalboard-docker
Cross platform Docker images for Focalboard.
Stars: ✭ 12 (-40%)
Mutual labels:  arm, arm64, armv8
arm64-pgtable-tool
Tool for automatically generating MMU and translation table setup code, whether to drag and drop into your own bare metal arm64 projects or to assist you in your own learning.
Stars: ✭ 41 (+105%)
Mutual labels:  arm, arm64, armv8
fdtd3d
fdtd3d is an open source 1D, 2D, 3D FDTD electromagnetics solver with MPI, OpenMP and CUDA support for x86, arm, arm64 architectures
Stars: ✭ 77 (+285%)
Mutual labels:  arm, arm64, aarch64
Computelibrary
The Compute Library is a set of computer vision and machine learning functions optimised for both Arm CPUs and GPUs using SIMD technologies.
Stars: ✭ 2,123 (+10515%)
Mutual labels:  arm, aarch64, armv8
Mandibule
linux elf injector for x86 x86_64 arm arm64
Stars: ✭ 171 (+755%)
Mutual labels:  arm, arm64, aarch64
Rappel
A linux-based assembly REPL for x86, amd64, armv7, and armv8
Stars: ✭ 818 (+3990%)
Mutual labels:  arm64, aarch64, armv8
Doesitarm
🦾 A list of reported app support for Apple Silicon and the new Apple M1 Macs
Stars: ✭ 3,200 (+15900%)
Mutual labels:  arm, arm64, aarch64
Synestiaos
The Synestia Operating System
Stars: ✭ 159 (+695%)
Mutual labels:  arm, arm64, armv8
Simdjson
Parsing gigabytes of JSON per second
Stars: ✭ 15,115 (+75475%)
Mutual labels:  arm, arm64, aarch64

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].