Skip to content

Commit

Permalink
Merge pull request #204 from qjing666/1.1.2
Browse files Browse the repository at this point in the history
remove split learning in release/1.1.2
  • Loading branch information
honshj authored Jul 30, 2021
2 parents 400cf67 + 3117ea4 commit 1dd0e8a
Show file tree
Hide file tree
Showing 32 changed files with 1 addition and 2,860 deletions.
2 changes: 1 addition & 1 deletion python/paddle_fl/paddle_fl/core/trainer/fl_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def run(self, feed, fetch):
scope = fluid.global_scope()
self._logger.debug("begin to run current step")
loss = self.exe.run(self._main_program, feed=feed, fetch_list=fetch)
if self.cur_step % self._step == 0:
if self.cur_step % self._step == self._step - 1:
self._logger.debug("begin to run send program")
noise = 0.0
scale = pow(10.0, 5)
Expand Down
1 change: 0 additions & 1 deletion python/paddle_fl/split_learning/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions python/paddle_fl/split_learning/core/__init__.py

This file was deleted.

364 changes: 0 additions & 364 deletions python/paddle_fl/split_learning/core/customer.py

This file was deleted.

2 changes: 0 additions & 2 deletions python/paddle_fl/split_learning/core/dygraph/__init__.py

This file was deleted.

Loading

0 comments on commit 1dd0e8a

Please sign in to comment.