未验证 提交 662b3c42 编写于 作者: D Dong Daxiang 提交者: GitHub

Merge pull request #30 from qjing666/master

fix indentation bug and add install requirement
images/FL-framework-zh.png

129.6 KB | W: | H:

images/FL-framework-zh.png

84.8 KB | W: | H:

images/FL-framework-zh.png
images/FL-framework-zh.png
images/FL-framework-zh.png
images/FL-framework-zh.png
  • 2-up
  • Swipe
  • Onion skin
images/FL-framework.png

121.8 KB | W: | H:

images/FL-framework.png

84.5 KB | W: | H:

images/FL-framework.png
images/FL-framework.png
images/FL-framework.png
images/FL-framework.png
  • 2-up
  • Swipe
  • Onion skin
images/FL-training.png

202.8 KB | W: | H:

images/FL-training.png

125.4 KB | W: | H:

images/FL-training.png
images/FL-training.png
images/FL-training.png
images/FL-training.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -16,7 +16,7 @@ import logging
from paddle_fl.core.scheduler.agent_master import FLWorkerAgent
import numpy
import hmac
from .diffiehellman.diffiehellman import DiffieHellman
#from .diffiehellman.diffiehellman import DiffieHellman
class FLTrainerFactory(object):
def __init__(self):
......
......@@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
""" PaddleFL version string """
fl_version = "0.1.2"
module_proto_version = "0.1.2"
fl_version = "0.1.3"
module_proto_version = "0.1.3"
......@@ -29,7 +29,7 @@ def python_version():
max_version, mid_version, min_version = python_version()
REQUIRED_PACKAGES = [
'six >= 1.10.0', 'protobuf >= 3.1.0','paddlepaddle >= 1.6'
'six >= 1.10.0', 'protobuf >= 3.1.0','paddlepaddle >= 1.6', 'zmq'
]
if max_version < 3:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册