未验证 提交 ade6ea8e 编写于 作者: Z Zhen Wang 提交者: GitHub

close fuse_all_reduce_ops in the low level quant usage. (#3876)

上级 a4d7a2e4
......@@ -257,6 +257,7 @@ def train(args):
build_strategy = fluid.BuildStrategy()
build_strategy.memory_optimize = False
build_strategy.enable_inplace = False
build_strategy.fuse_all_reduce_ops = False
binary = fluid.CompiledProgram(main_graph.graph).with_data_parallel(
loss_name=train_cost.name, build_strategy=build_strategy)
test_prog = test_graph.to_program()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册