Skip to content

Commit

Permalink
Fix config typos (#2818)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanTingHsieh authored Aug 21, 2024
1 parent ad8aaea commit be71573
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"tasks": ["train", "validate"],
"filters":[
{
"path": "nvflare.app_opt.he.model_encryptor.HEModelEncryptor",
"path": "nvflare.app_opt.he.model_decryptor.HEModelDecryptor",
"args": {
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"workflows": [
{
"id": "fedavg_ctl",
"path": "nvflare.app_common.workflows.fed_avg.FedAvg",
"path": "nvflare.app_common.workflows.fedavg.FedAvg",
"args": {
"num_clients": "{num_clients}",
"num_rounds": "{num_rounds}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"workflows": [
{
"id": "fedavg_ctl",
"path": "nvflare.app_common.workflows.fed_avg.FedAvg",
"path": "nvflare.app_common.workflows.fedavg.FedAvg",
"args": {
"num_clients": "{num_clients}",
"num_rounds": "{num_rounds}",
Expand All @@ -68,4 +68,4 @@
}
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"workflows": [
{
"id": "fedavg_ctl",
"path": "nvflare.app_common.workflows.fed_avg.FedAvg",
"path": "nvflare.app_common.workflows.fedavg.FedAvg",
"args": {
"num_clients": "{num_clients}",
"num_rounds": "{num_rounds}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"id": "pt_learner",
"path": "pt.learner_with_tb.PTLearner",
"args": {
"data_path": "/tmp/nvflare/tensorboard-streaming",
"lr": 0.01,
"epochs": 5,
"analytic_sender_id": "log_writer"
Expand Down

0 comments on commit be71573

Please sign in to comment.