Skip to content

Commit

Permalink
Updating link to tensorflow (awslabs#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
lupesko authored and nswamy committed Dec 7, 2017
1 parent ad38e2a commit 48f3b18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# mac
.DS_Store

# PyCharm
.idea/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ These steps summarize how to get started. For more information about running dis
### Running Distributed Training on TensorFlow
The new template introduces [Amazon Elastic File System](https://aws.amazon.com/efs/), which facilitates sharing data among workers, store the checkpoints and the logs of all the TensorFlow processes in one place. You can now monitor all the logs on the master instance.

For the TensorFlow distributed training example, we use the CIFAR-10 model provided by [TensorFlow](https://www.tensorflow.org/tutorials/deep_cnn#cifar-10_model) and the distributed training sample code discussed in [Distributed Tensorflow](https://www.tensorflow.org/versions/master/how_tos/distributed/).
For the TensorFlow distributed training example, we use the CIFAR-10 model provided by [TensorFlow](https://www.tensorflow.org/tutorials/deep_cnn#cifar-10_model) and the distributed training sample code discussed in [Distributed Tensorflow](https://www.tensorflow.org/deploy/distributed).

**Note** This distributed training example is not tuned to achieve the greatest accuracy. It merely
shows how the deep learning AWS CloudFormation stack simplifies running a distributed TensorFlow training.
Expand Down

0 comments on commit 48f3b18

Please sign in to comment.