From 1ee9fea3518d75ca9e668df2d8a1af6dd18d3827 Mon Sep 17 00:00:00 2001 From: kolinwei <331911734@qq.com> Date: Wed, 16 May 2018 20:14:06 +0800 Subject: [PATCH] change some code style --- benchmark/fluid/mnist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/fluid/mnist.py b/benchmark/fluid/mnist.py index 8d51d4aa60d..400200c4745 100644 --- a/benchmark/fluid/mnist.py +++ b/benchmark/fluid/mnist.py @@ -184,7 +184,7 @@ def run_benchmark(model, args): ] ) # The accuracy is the accumulation of batches, but not the current batch. accuracy.update( - value=np.array(np.mean(outs[1])), + value=np.array(np.mean(outs[1])), weight=np.mean(np.array(outs[2]))) iters += 1 num_samples += len(y_data) -- GitLab