aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/udacity
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2016-02-17 11:42:30 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-02-17 12:56:41 -0800
commitfe056f0b5e52db86766761f5e6446a89c1aa3938 (patch)
tree68bce0e257d181a3fa37f83c97fdff0fdad877fc /tensorflow/examples/udacity
parent19d632338f983e02dd0268b931e9cced03b74805 (diff)
Merge changes from github.
Change: 114882676
Diffstat (limited to 'tensorflow/examples/udacity')
-rw-r--r--tensorflow/examples/udacity/2_fullyconnected.ipynb4
-rw-r--r--tensorflow/examples/udacity/6_lstm.ipynb2
2 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/examples/udacity/2_fullyconnected.ipynb b/tensorflow/examples/udacity/2_fullyconnected.ipynb
index 2bf5a7f937..c8815f631b 100644
--- a/tensorflow/examples/udacity/2_fullyconnected.ipynb
+++ b/tensorflow/examples/udacity/2_fullyconnected.ipynb
@@ -61,7 +61,7 @@
"colab_type": "text"
},
"source": [
- "First reload the data we generated in `1_notmist.ipynb`."
+ "First reload the data we generated in `1_notmnist.ipynb`."
]
},
{
@@ -583,4 +583,4 @@
]
}
]
-} \ No newline at end of file
+}
diff --git a/tensorflow/examples/udacity/6_lstm.ipynb b/tensorflow/examples/udacity/6_lstm.ipynb
index a1ef14b787..75a7027784 100644
--- a/tensorflow/examples/udacity/6_lstm.ipynb
+++ b/tensorflow/examples/udacity/6_lstm.ipynb
@@ -410,7 +410,7 @@
"\n",
"def characters(probabilities):\n",
" \"\"\"Turn a 1-hot encoding or a probability distribution over the possible\n",
- " characters back into its (mostl likely) character representation.\"\"\"\n",
+ " characters back into its (most likely) character representation.\"\"\"\n",
" return [id2char(c) for c in np.argmax(probabilities, 1)]\n",
"\n",
"def batches2string(batches):\n",