提交 da9d2e0a 编写于 作者: S suweiyue

distributed deepwalk: fix 1.6.1 complie program bug

上级 d66580e6
......@@ -108,9 +108,7 @@ def build_complied_prog(train_program, model_loss):
compiled_prog = F.compiler.CompiledProgram(
train_program).with_data_parallel(
loss_name=model_loss.name,
build_strategy=build_strategy,
exec_strategy=exec_strategy)
loss_name=model_loss.name)
return compiled_prog
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册