Skip to content

Latest commit

 

History

History

README.md

Basics Tutorial

This short tutorial will show you how to get started with distributed TensorFlow. The aim is to get you familiar with basic distributed TF concepts that are reoccurring, such as TF servers. You should work throught the content in the following order

  1. Server.ipynb
  2. Parameter-Server.ipynb
  3. Local-then-Global-Variables.ipynb
  4. Multiple-Workers.

The Multiple-Workers exercise requires three notebooks, and should be started from the Worker1 notebook.

Coming Soon!

  • Sessions, Sesssion Managers, Training Sessions...