Skip to content

Commit

Permalink
Merge pull request #56 from gm06041/patch-5
Browse files Browse the repository at this point in the history
Update 05_convolutional_net.py
  • Loading branch information
hunkim committed Oct 18, 2016
2 parents b3d4d10 + 2a06941 commit 662b8c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 05_convolutional_net.py
Expand Up @@ -77,6 +77,5 @@ def model(X, w, w2, w3, w4, w_o, p_keep_conv, p_keep_hidden):

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

0 comments on commit 662b8c1

Please sign in to comment.