Skip to content

Commit 1ee9fea

Browse files
committed
change some code style
1 parent 0753690 commit 1ee9fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/fluid/mnist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def run_benchmark(model, args):
184184
]
185185
) # The accuracy is the accumulation of batches, but not the current batch.
186186
accuracy.update(
187-
value=np.array(np.mean(outs[1])),
187+
value=np.array(np.mean(outs[1])),
188188
weight=np.mean(np.array(outs[2])))
189189
iters += 1
190190
num_samples += len(y_data)

0 commit comments

Comments
 (0)