Skip to content

Commit

Permalink
fix pull_dense
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaocaibei123 committed Nov 16, 2021
1 parent 028b292 commit f3ac0bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/paddle/distributed/fleet/runtime/the_one_ps.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ def sync_strategy_envs():
else:
init_params = dense_map

import paddle.distributed.fleet as fleet
if not is_test:
self._communicator.init_params(init_params)
fleet.util.barrier()
Expand Down

1 comment on commit f3ac0bb

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.