All Projects → triagemd → tensorflow-builds

triagemd / tensorflow-builds

Licence: MIT license
Tensorflow binaries and Docker images compiled with GPU support and CPU optimizations.

Programming Languages

Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to tensorflow-builds

Tutorial Ubuntu 18.04 Install Nvidia Driver And Cuda And Cudnn And Build Tensorflow For Gpu
Ubuntu 18.04 How to install Nvidia driver + CUDA + CUDNN + build tensorflow for gpu step by step command line
Stars: ✭ 91 (+506.67%)
Mutual labels:  bazel, nvidia, cudnn
rules helm
rules_helm: Bazel rules for managing helm charts
Stars: ✭ 46 (+206.67%)
Mutual labels:  bazel
TailCalibX
Pytorch implementation of Feature Generation for Long-Tail Classification by Rahul Vigneswaran, Marc T Law, Vineeth N Balasubramaniam and Makarand Tapaswi
Stars: ✭ 32 (+113.33%)
Mutual labels:  nvidia
EmotionRecTraining
Python script using Keras + TensorFlow to train a custom machine learning model to recognize faces using a dataset with human faces and labeled with emotions.
Stars: ✭ 30 (+100%)
Mutual labels:  tensorflow-serving
purge-nvda
Optimize external graphics for macs with discrete NVIDIA GPUs.
Stars: ✭ 91 (+506.67%)
Mutual labels:  nvidia
linux-l4t
Linux kernel 3.10 forked from Nvidia Linux4Tegra for the TX1. Branches for L4T 24.2.1. Also available: 23.1 (DEPRECATED), 24.1 (DEPRECATED).
Stars: ✭ 21 (+40%)
Mutual labels:  nvidia
vim-ft-bzl
No description or website provided.
Stars: ✭ 26 (+73.33%)
Mutual labels:  bazel
containers by bazel
Container images created with Bazel
Stars: ✭ 32 (+113.33%)
Mutual labels:  bazel
toktok-stack
A snapshot of the complete software stack (excluding some external libraries and programs)
Stars: ✭ 12 (-20%)
Mutual labels:  bazel
nvidia-jetson-rt
Real-Time Scheduling with NVIDIA Jetson TX2
Stars: ✭ 38 (+153.33%)
Mutual labels:  nvidia
Optimizing-SGEMM-on-NVIDIA-Turing-GPUs
Optimizing SGEMM kernel functions on NVIDIA GPUs to a close-to-cuBLAS performance.
Stars: ✭ 78 (+420%)
Mutual labels:  nvidia
dofbot-jetson nano
Yahboom DOFBOT AI Vision Robotic Arm with ROS for Jetson NANO 4GB B01
Stars: ✭ 24 (+60%)
Mutual labels:  nvidia
hashcat-benchmark-comparison
Hashcat Benchmark Comparison
Stars: ✭ 22 (+46.67%)
Mutual labels:  nvidia
faucon
NVIDIA Falcon Microprocessor Suite
Stars: ✭ 28 (+86.67%)
Mutual labels:  nvidia
mpu
A shim driver allows in-docker nvidia-smi showing correct process list without modify anything
Stars: ✭ 27 (+80%)
Mutual labels:  nvidia
buildkube
Bazel Remote Cache + Remote Execution in Kubernetes
Stars: ✭ 60 (+300%)
Mutual labels:  bazel
unity-fracture
Fracture any mesh at runtime
Stars: ✭ 634 (+4126.67%)
Mutual labels:  nvidia
constant-memory-waveglow
PyTorch implementation of NVIDIA WaveGlow with constant memory cost.
Stars: ✭ 36 (+140%)
Mutual labels:  nvidia
awesome-rtx
Curated collection of projects leveraging NVIDIA RTX technology (OptiX, DXR, VKR)
Stars: ✭ 73 (+386.67%)
Mutual labels:  nvidia
rules elm
Bazel rules for building web applications written in Elm
Stars: ✭ 22 (+46.67%)
Mutual labels:  bazel

Warning: This repo is now unmaintained and unnecessary.

Use the official tensorflow/serving Docker images instead: https://hub.docker.com/r/tensorflow/serving


tensorflow-builds

Tensorflow binaries and Docker images compiled with GPU support and CPU optimizations.

We now pull optimized Tensorflow wheels from mind/wheels rather than building our own.

Updating Tensorflow version

When a new version of Tensorflow is released:

  1. Update the versions at the top of script/distribute*.
  2. On a very powerful machine with Docker, set $GITHUB_TOKEN to a GitHub access token with repo permissions and run script/distribute-binaries (seriously, crank the CPU all the way up if using the cloud).
  3. Update the binary links below from https://github.com/triagemd/tensorflow-builds/releases.
  4. Push to master.

Docker builds
Travis
Binary
Tensorflow Serving 1.7:
CPU optimized, with Intel MKL https://github.com/triagemd/tensorflow-builds/releases/download/tf-serving-1.7.0/tensorflow_model_server_optimized
GPU, CUDA 9.0, without CPU optimization https://github.com/triagemd/tensorflow-builds/releases/download/tf-serving-1.7.0/tensorflow_model_server_gpu
GPU, CUDA 9.1, with CPU optimization, with Intel MKL https://github.com/triagemd/tensorflow-builds/releases/download/tf-serving-1.7.0/tensorflow_model_server_optimized_gpu
Tensorflow Serving 1.6:
CPU optimized, with Intel MKL https://github.com/triagemd/tensorflow-builds/releases/download/tf-serving-1.6.0/tensorflow_model_server_optimized
GPU, CUDA 9.0, without CPU optimization https://github.com/triagemd/tensorflow-builds/releases/download/tf-serving-1.6.0/tensorflow_model_server_gpu
GPU, CUDA 9.1, with CPU optimization, with Intel MKL https://github.com/triagemd/tensorflow-builds/releases/download/tf-serving-1.6.0/tensorflow_model_server_optimized_gpu
Tensorflow Serving 1.5:
CPU optimized, with Intel MKL https://github.com/triagemd/tensorflow-builds/releases/download/tf-serving-1.5.0/tensorflow_model_server_optimized
GPU, CUDA 9.0, without CPU optimization https://github.com/triagemd/tensorflow-builds/releases/download/tf-serving-1.5.0/tensorflow_model_server_gpu
GPU, CUDA 9.1, with CPU optimization, with Intel MKL https://github.com/triagemd/tensorflow-builds/releases/download/tf-serving-1.5.0/tensorflow_model_server_optimized_gpu
Docker image
Python + Intel MKL-DNN:
python2.7-mkl Docker Pulls
python3.6-mkl Docker Pulls
Python + CUDA:
python2.7-cuda9.0 Docker Pulls
python3.6-cuda9.0 Docker Pulls
python2.7-cuda9.1 Docker Pulls
python3.6-cuda9.1 Docker Pulls
Python + CUDA + Intel MKL-DNN:
python2.7-cuda9.1-mkl Docker Pulls
python3.6-cuda9.1-mkl Docker Pulls
Tensorflow:
python2.7-tensorflow Docker Pulls
python3.6-tensorflow Docker Pulls
python2.7-tensorflow-gpu Docker Pulls
python3.6-tensorflow-gpu Docker Pulls
Tensorflow with CPU optimizations:
python2.7-tensorflow-optimized Docker Pulls
python3.6-tensorflow-optimized Docker Pulls
python2.7-tensorflow-optimized-gpu Docker Pulls
python3.6-tensorflow-optimized-gpu Docker Pulls
Tensorflow Serving:
python2.7-tensorflow-serving Docker Pulls
python2.7-tensorflow-serving-optimized Docker Pulls
python2.7-tensorflow-serving-gpu Docker Pulls
python2.7-tensorflow-serving-optimized-gpu Docker Pulls
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].