Skip to content

Commit

Permalink
static.py run
Browse files Browse the repository at this point in the history
  • Loading branch information
joyce-yuan committed Aug 26, 2024
1 parent 2ee4dd5 commit 923df13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/configs/algo_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@

fedstatic: ConfigType = {
"algo": "fedstatic",
"exp_id": "test_fedtorus_4",
"exp_id": "test_fedtorus_5",
"num_rep": 1,
"topology": "torus",

Expand Down
2 changes: 1 addition & 1 deletion src/configs/sys_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def get_digit_five_support(num_users, domains=DIGIT_FIVE):
"dump_dir": "./expt_dump/",
"dpath": "./datasets/imgs/cifar10/",
"load_existing": False,
"device_ids": get_device_ids(num_users=3, gpus_available=[1, 2]),
"device_ids": get_device_ids(num_users=3, gpus_available=[0, 3]),
"train_label_distribution": "non_iid", # Either "iid", "non_iid" "support",
"test_label_distribution": "non_iid", # Either "iid" "support",
"samples_per_user": 256,
Expand Down

0 comments on commit 923df13

Please sign in to comment.