aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Brennan Saeta <saeta@google.com>2017-02-04 16:46:40 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-04 17:08:45 -0800
commit653e35ae589740fbb9c572e0548427be985a7515 (patch)
tree96668bcef178e0c59ba99fab01955683b5f13260
parent59e6f82a1e4411925e6a32e1488ae6a5381b69e7 (diff)
Set up directory structure to open source distributed tensorflow benchmarking scripts
Change: 146578260
-rw-r--r--tensorflow/contrib/benchmark_tools/README.md4
-rw-r--r--tensorflow/contrib/benchmark_tools/gce/README.md10
2 files changed, 14 insertions, 0 deletions
diff --git a/tensorflow/contrib/benchmark_tools/README.md b/tensorflow/contrib/benchmark_tools/README.md
new file mode 100644
index 0000000000..42b81e32b1
--- /dev/null
+++ b/tensorflow/contrib/benchmark_tools/README.md
@@ -0,0 +1,4 @@
+# Benchmarking Scripts
+
+This directory tree contains a set of scripts that are useful when benchmarking
+TensorFlow.
diff --git a/tensorflow/contrib/benchmark_tools/gce/README.md b/tensorflow/contrib/benchmark_tools/gce/README.md
new file mode 100644
index 0000000000..66ab8ddc13
--- /dev/null
+++ b/tensorflow/contrib/benchmark_tools/gce/README.md
@@ -0,0 +1,10 @@
+# Distributed Tensorflow on Google Compute Engine
+
+The scripts in this directory automate the work to run distributed TensorFlow on
+a cluster of GCE instances.
+
+## Pre-work
+
+Before getting started, while GPUs on GCE are in Alpha, you will need to get
+your project whitelisted in order to get access. These scripts will not work
+until then.