aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/benchmark_tools
diff options
context:
space:
mode:
authorGravatar Brennan Saeta <saeta@google.com>2017-02-04 16:46:40 -0800
committerGravatar gunan <gunan@google.com>2017-02-06 11:57:34 -0800
commit03969a822f1c6fc6b245dbda14c34e631a5f8bd2 (patch)
tree50686465b3da48434dbf87be97796dd333fdfe48 /tensorflow/contrib/benchmark_tools
parent0679ac249e421d514f55921ca0364e06f36bbae3 (diff)
Set up directory structure to open source distributed tensorflow benchmarking scripts
Change: 146578260
Diffstat (limited to 'tensorflow/contrib/benchmark_tools')
-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.