Skip to content

Commit

Permalink
Merge pull request tensorflow#1614 from tensorflow/vincentvanhoucke-t…
Browse files Browse the repository at this point in the history
…ypo-2

Typo in 2_fullyconnected.ipynb
  • Loading branch information
Vijay Vasudevan committed Mar 24, 2016
2 parents c5f37f4 + 0240d77 commit 005386d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/examples/udacity/2_fullyconnected.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@
"source": [
"Let's now switch to stochastic gradient descent training instead, which is much faster.\n",
"\n",
"The graph will be similar, except that instead of holding all the training data into a constant node, we create a `Placeholder` node which will be fed actual data at every call of `sesion.run()`."
"The graph will be similar, except that instead of holding all the training data into a constant node, we create a `Placeholder` node which will be fed actual data at every call of `session.run()`."
]
},
{
Expand Down

0 comments on commit 005386d

Please sign in to comment.