Skip to content

Commit

Permalink
change the default config
Browse files Browse the repository at this point in the history
  • Loading branch information
tremblerz authored Jun 29, 2024
1 parent c2a5085 commit df9c77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import logging
logging.getLogger('PIL').setLevel(logging.INFO)

b_default = "./configs/non_iid_clients.py"
b_default = "./configs/iid_clients.py"
parser = argparse.ArgumentParser(description='Run collaborative learning experiments')
parser.add_argument('-b', nargs='?', default=b_default, type=str,
help='filepath for benchmark config, default: {}'.format(b_default))
Expand Down

0 comments on commit df9c77d

Please sign in to comment.