From 05993c3ff3f8bfce449550e1d02dc0fe48dffaab Mon Sep 17 00:00:00 2001 From: Yan Xu Date: Wed, 13 Mar 2019 10:24:14 +0800 Subject: [PATCH] delete unbind api test=develop (#15778) --- benchmark/fluid/fluid_benchmark.py | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmark/fluid/fluid_benchmark.py b/benchmark/fluid/fluid_benchmark.py index 10b633a4fc..df159a334e 100644 --- a/benchmark/fluid/fluid_benchmark.py +++ b/benchmark/fluid/fluid_benchmark.py @@ -179,7 +179,6 @@ def train_parallel(train_args, test_args, args, train_prog, test_prog, else: build_strategy.reduce_strategy = fluid.BuildStrategy( ).ReduceStrategy.AllReduce - build_strategy.fuse_broadcast_op = args.fuse_broadcast_op avg_loss = train_args[0] -- GitLab