Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the README w.r.t to distributed training. #9

Merged
merged 2 commits into from
Dec 5, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,10 @@ Note that when running on Google Kubernetes Engine, the public IP address will b
unsecured endpoint. For a production deployment, refer to the [detailed documentation](jupyterhub/README.md) on
how to set up SSL and authentication for your Hub.

### Single node Training
### Training

TODO(vishh)

### Distributed Training

TODO(jlewi)
Please refer to the README in the [tensorflow/k8s](https://github.com/tensorflow/k8s) repository for more information on
using the TfJob controller to run TensorFlow jobs on K8s.

### Serve Model

Expand Down