Skip to content

Commit 4a16105

Browse files
Update dynamic_rnn.py
1 parent 897fe2c commit 4a16105

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/3_NeuralNetworks/dynamic_rnn.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@ def dynamicRNN(x, seqlen, weights, biases):
185185
step += 1
186186
print "Optimization Finished!"
187187

188-
# Calculate accuracy for 128 mnist test images
189-
test_len = 128
188+
# Calculate accuracy
190189
test_data = testset.data
191190
test_label = testset.labels
192191
test_seqlen = testset.seqlen

0 commit comments

Comments
 (0)