Skip to content

Commit

Permalink
change dump_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kathrynle20 committed Dec 7, 2024
1 parent e854c6e commit 0720cda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/configs/sys_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def get_digit_five_support(num_users: int, domains: List[str] = DIGIT_FIVE):
CIAR10_DPATH = "./datasets/imgs/cifar10/"

NUM_COLLABORATORS = 1
DUMP_DIR = "/Users/kathryn/MIT/UROP/Media Lab/sonar_experiments/"
DUMP_DIR = "/tmp/"

num_users = 4

Expand Down
1 change: 0 additions & 1 deletion src/configs/sys_config_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def get_algo_configs(
CIFAR10_DSET = "cifar10"
CIAR10_DPATH = "./datasets/imgs/cifar10/"

# DUMP_DIR = "../../../../../../../home/"
DUMP_DIR = "/tmp/"

NUM_COLLABORATORS = 1
Expand Down

0 comments on commit 0720cda

Please sign in to comment.