Skip to content

Commit

Permalink
fix bug in serving_api
Browse files Browse the repository at this point in the history
  • Loading branch information
qjing666 committed Sep 9, 2020
1 parent c6416f8 commit fd96a1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/paddle_fl/paddle_fl/core/trainer/fl_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from paddle.fluid.io import is_belong_to_optimizer
from paddle_fl.paddle_fl.core.scheduler.agent_master import FLWorkerAgent
import numpy
import paddle_serving_client.io as serving_io
import hmac
import hashlib
from .diffiehellman.diffiehellman import DiffieHellman
Expand Down

0 comments on commit fd96a1e

Please sign in to comment.