Skip to content

Commit 662b8c1

Browse files
authored
Merge pull request nlintz#56 from gm06041/patch-5
Update 05_convolutional_net.py
2 parents b3d4d10 + 2a06941 commit 662b8c1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

05_convolutional_net.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,5 @@ def model(X, w, w2, w3, w4, w_o, p_keep_conv, p_keep_hidden):
7777

7878
print(i, np.mean(np.argmax(teY[test_indices], axis=1) ==
7979
sess.run(predict_op, feed_dict={X: teX[test_indices],
80-
Y: teY[test_indices],
8180
p_keep_conv: 1.0,
8281
p_keep_hidden: 1.0})))

0 commit comments

Comments
 (0)