Skip to content

Commit 64f9ba8

Browse files
Merge pull request martin-gorner#44 from arunkumarchacko/fixing-a-typo
Fix a typo
2 parents 6288b50 + 73eba3b commit 64f9ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mnist_3.1_convolutional_bigger_dropout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
pkeep = tf.placeholder(tf.float32)
4747

4848
# three convolutional layers with their channel counts, and a
49-
# fully connected layer (tha last layer has 10 softmax neurons)
49+
# fully connected layer (the last layer has 10 softmax neurons)
5050
K = 6 # first convolutional layer output depth
5151
L = 12 # second convolutional layer output depth
5252
M = 24 # third convolutional layer

0 commit comments

Comments
 (0)