提交 ec00301f 编写于 作者: J jingqinghe

generate job from pre-defined program

上级 2671bfbd
......@@ -16,7 +16,6 @@ import paddle_fl as fl
import paddle.fluid as fluid
from paddle_fl.core.master.job_generator import JobGenerator
from paddle_fl.core.strategy.fl_strategy_base import FLStrategyFactory
#import math
build_strategy = FLStrategyFactory()
build_strategy.fed_avg = True
......
......@@ -15,7 +15,6 @@
import os
import json
import paddle.fluid as fluid
#from paddle.fluid.framework import Parameter, Variable
input = fluid.layers.data(name='input', shape=[1, 28, 28], dtype="float32")
label = fluid.layers.data(name='label', shape=[1], dtype='int64')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册