We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3d4d10 + 2a06941 commit 662b8c1Copy full SHA for 662b8c1
1 file changed
05_convolutional_net.py
@@ -77,6 +77,5 @@ def model(X, w, w2, w3, w4, w_o, p_keep_conv, p_keep_hidden):
77
78
print(i, np.mean(np.argmax(teY[test_indices], axis=1) ==
79
sess.run(predict_op, feed_dict={X: teX[test_indices],
80
- Y: teY[test_indices],
81
p_keep_conv: 1.0,
82
p_keep_hidden: 1.0})))
0 commit comments