Skip to content

Commit

Permalink
Update test_algorithms.json
Browse files Browse the repository at this point in the history
Add timeout to all algorithm tests
  • Loading branch information
Kasliwal17 committed Jun 12, 2023
1 parent e2ce2d4 commit e7f0d5a
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions configs/test_algorithms.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"fraction_of_clients":1,
"num_of_rounds":1,
"initial_model_path":"initial_model.pt",
"epochs":1,
"epochs":3,
"accept_conn_after_FL_begin":0 ,
"verify": 0,
"verification_threshold": 0,
"timeout": null,
"timeout": 20,
"resize_size": 32,
"batch_size": 32,
"net": "LeNet",
Expand All @@ -37,11 +37,11 @@
"fraction_of_clients":1,
"num_of_rounds":1,
"initial_model_path":"initial_model.pt",
"epochs":1,
"epochs":3,
"accept_conn_after_FL_begin":0 ,
"verify": 0,
"verification_threshold": 0,
"timeout": null,
"timeout": 20,
"resize_size": 32,
"batch_size": 32,
"net": "LeNet",
Expand All @@ -68,11 +68,11 @@
"fraction_of_clients":1,
"num_of_rounds":1,
"initial_model_path":"initial_model.pt",
"epochs":1,
"epochs":3,
"accept_conn_after_FL_begin":0 ,
"verify": 0,
"verification_threshold": 0,
"timeout": null,
"timeout": 20,
"resize_size": 32,
"batch_size": 32,
"net": "LeNet",
Expand All @@ -99,11 +99,11 @@
"fraction_of_clients":1,
"num_of_rounds":1,
"initial_model_path":"initial_model.pt",
"epochs":1,
"epochs":3,
"accept_conn_after_FL_begin":0 ,
"verify": 0,
"verification_threshold": 0,
"timeout": null,
"timeout": 20,
"resize_size": 224,
"batch_size": 32,
"net": "AlexNet",
Expand All @@ -130,11 +130,11 @@
"fraction_of_clients":1,
"num_of_rounds":1,
"initial_model_path":"initial_model.pt",
"epochs":1,
"epochs":3,
"accept_conn_after_FL_begin":0 ,
"verify": 0,
"verification_threshold": 0,
"timeout": null,
"timeout": 20,
"resize_size": 32,
"batch_size": 32,
"net": "LeNet",
Expand All @@ -161,11 +161,11 @@
"fraction_of_clients":1,
"num_of_rounds":1,
"initial_model_path":"initial_model.pt",
"epochs":1,
"epochs":3,
"accept_conn_after_FL_begin":0 ,
"verify": 0,
"verification_threshold": 0,
"timeout": null,
"timeout": 20,
"resize_size": 32,
"batch_size": 32,
"net": "LeNet",
Expand All @@ -192,11 +192,11 @@
"fraction_of_clients":1,
"num_of_rounds":1,
"initial_model_path":"initial_model.pt",
"epochs":1,
"epochs":2,
"accept_conn_after_FL_begin":0 ,
"verify": 0,
"verification_threshold": 0,
"timeout": null,
"timeout": 20,
"resize_size": 32,
"batch_size": 32,
"net": "LeNet",
Expand All @@ -223,11 +223,11 @@
"fraction_of_clients":1,
"num_of_rounds":1,
"initial_model_path":"initial_model.pt",
"epochs":1,
"epochs":3,
"accept_conn_after_FL_begin":0 ,
"verify": 0,
"verification_threshold": 0,
"timeout": null,
"timeout": 20,
"resize_size": 32,
"batch_size": 32,
"net": "LeNet",
Expand All @@ -254,11 +254,11 @@
"fraction_of_clients":1,
"num_of_rounds":1,
"initial_model_path":"initial_model.pt",
"epochs":1,
"epochs":3,
"accept_conn_after_FL_begin":0 ,
"verify": 0,
"verification_threshold": 0,
"timeout": null,
"timeout": 20,
"resize_size": 32,
"batch_size": 32,
"net": "LeNet",
Expand Down

0 comments on commit e7f0d5a

Please sign in to comment.