All Projects → wbuchwalter → tensorflow-k8s-azure

wbuchwalter / tensorflow-k8s-azure

Licence: MIT license
Train TensorFlow Models at Scale with Kubernetes and Kubeflow on Azure

Programming Languages

python
139335 projects - #7 most used programming language
Smarty
1635 projects

Projects that are alternatives of or similar to tensorflow-k8s-azure

traefik-workshop
Getting started with Traefik on Kubernetes. A few exercises that help you to start the journey with Traefik Proxy.
Stars: ✭ 83 (+88.64%)
Mutual labels:  workshop
touchdesigner-summit-2019-external-python
No description or website provided.
Stars: ✭ 35 (-20.45%)
Mutual labels:  workshop
react-portfolio
⚛️ A workshop for ReactJS.
Stars: ✭ 36 (-18.18%)
Mutual labels:  workshop
MediaTek-Fuzzing-Workshop
MediaTek Fuzzing Workshop in HITCON 2021
Stars: ✭ 59 (+34.09%)
Mutual labels:  workshop
lambdajam
Workshop on Program Transformations
Stars: ✭ 22 (-50%)
Mutual labels:  workshop
workshop
React Workshop
Stars: ✭ 13 (-70.45%)
Mutual labels:  workshop
exploreio
Explore IO with Golang, workshop at Golab 2017
Stars: ✭ 17 (-61.36%)
Mutual labels:  workshop
bioc 2020 tidytranscriptomics
Workshop on tidytranscriptomics: Performing tidy transcriptomics analyses with tidybulk, tidyverse and tidyheatmap
Stars: ✭ 25 (-43.18%)
Mutual labels:  workshop
node-express-reddit-clone
Build a Node, Express and MySQL-based clone of Reddit for DecodeMTL web development bootcamp
Stars: ✭ 28 (-36.36%)
Mutual labels:  workshop
gis-for-geoscientists
Repository for "GIS for Geoscientists" workshop series. This repo contains data, protocols, outputs, lectures, and resources used the workshop. Course taught by Nicholas Barber. Available for future booking upon request! Contact me ([email protected]) for a quote.
Stars: ✭ 19 (-56.82%)
Mutual labels:  workshop
OSC19-Linux-Workshop-Sessions
All of the workshop sessions of OSC'19 in .md and .pdf formats.
Stars: ✭ 45 (+2.27%)
Mutual labels:  workshop
pythonworkshops
Materials for Python workshops
Stars: ✭ 28 (-36.36%)
Mutual labels:  workshop
VJ-Base
An addon for Garry's mod that contains bunch of bases to make many different types of addons.
Stars: ✭ 57 (+29.55%)
Mutual labels:  workshop
Sprat-type
Display typeface
Stars: ✭ 58 (+31.82%)
Mutual labels:  workshop
2017-summer-workshop
Exercises, data, and more for our 2017 summer workshop (funded by the Estes Fund and in partnership with Project Jupyter and Berkeley's D-Lab)
Stars: ✭ 33 (-25%)
Mutual labels:  workshop
QGIS-visualization-workshop
QGIS visualization workshop materials.
Stars: ✭ 46 (+4.55%)
Mutual labels:  workshop
theia-workshop
Theia Workshop - Building Cloud and Desktop IDEs
Stars: ✭ 38 (-13.64%)
Mutual labels:  workshop
jarvis-workshop
Amazon re:Invent workshop - "Alexa, Ask Jarvis to Create a Serverless App for Me" -
Stars: ✭ 14 (-68.18%)
Mutual labels:  workshop
clojure-workshop
Basic Clojure training material for a one day workshop
Stars: ✭ 28 (-36.36%)
Mutual labels:  workshop
csharpworkshop
Workshop content on Learning C# on Linux using .NET Core
Stars: ✭ 33 (-25%)
Mutual labels:  workshop

⚠️ This repository is deprecated! Go to Azure/kubeflow-labs instead ⚠️

Train TensorFlow Models at Scale with Kubernetes on Azure

Prerequisites

  1. Have a valid Microsoft Azure subscription allowing the creation of an ACS cluster
  2. Docker client installed: Installing Docker
  3. Azure-cli (2.0) installed: Installing the Azure CLI 2.0 | Microsoft Docs
  4. Git cli installed: Installing Git CLI
  5. Kubectl installed: Installing Kubectl
  6. Helm installed: Installing Helm CLI (Note: On Windows you can extract the tar file using a tool like 7Zip.

Clone this repository somewhere so you can easily access the different source files:

git clone https://github.com/wbuchwalter/tensorflow-k8s-azure

Content Summary

Module Description
0 Introduction Introduction to this workshop. Motivations and goals.
1 Docker Docker and containers 101.
2 Kubernetes Kubernetes important concepts overview.
3 Helm Introduction to Helm
4 GPUs How to use GPUs with Kubernetes.
5 TFJob How to use tensorflow/k8s and TFJob to deploy a simple TensorFlow training.
6 Distributed Tensorflow Going distributed with TFJob
7 Hyperparameters Sweep with Helm Using Helm to deploy a large number of training testing different hypothesis, monitoring and comparing them.
8 Going Further Links and resources to go further: Autoscaling, Distributed Storage.
9 Jupyter Notebooks Easily deploy a Jupyter Notebook instance on Kubernetes.
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].