Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
Signed-off-by: Qing Wang <kingchin1218@gmail.com>
  • Loading branch information
jovany-wang committed Jul 11, 2023
1 parent 2b8abf1 commit 992aac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fed_get.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def run(party):
fed.init(cluster=cluster, party=party)

epochs = 3
alice_model = MyModel.remote("alice", 2)
alice_model = MyModel.party("alice").remote("alice", 2)
bob_model = MyModel.party("bob").remote("bob", 4)

all_mean_weights = []
Expand Down

0 comments on commit 992aac6

Please sign in to comment.