forked from FedML-AI/FedML
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bug] distinguish its run_id to avoid incompatible message across ML …
…frameworks.
- Loading branch information
1 parent
a71ccf1
commit 5d025f8
Showing
9 changed files
with
43 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
python/examples/cross_silo/jax_haiku_mqtt_s3_fedavg_mnist_lr_example/run_client.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/usr/bin/env bash | ||
RANK=$1 | ||
python3 jax_haiku_client.py --cf config/fedml_config.yaml --rank $RANK --role client | ||
python3 jax_haiku_client.py --cf config/fedml_config.yaml --rank $RANK --role client --run_id jax_run_example |
2 changes: 1 addition & 1 deletion
2
python/examples/cross_silo/jax_haiku_mqtt_s3_fedavg_mnist_lr_example/run_server.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/usr/bin/env bash | ||
|
||
python3 jax_haiku_server.py --cf config/fedml_config.yaml --rank 0 --role server | ||
python3 jax_haiku_server.py --cf config/fedml_config.yaml --rank 0 --role server --run_id jax_run_example |
2 changes: 1 addition & 1 deletion
2
python/examples/cross_silo/mxnet_mqtt_s3_fedavg_mnist_lr_example/run_client.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/usr/bin/env bash | ||
RANK=$1 | ||
python3 mxnet_client.py --cf config/fedml_config.yaml --rank $RANK --role client | ||
python3 mxnet_client.py --cf config/fedml_config.yaml --rank $RANK --role client --run_id mxnet_run_example |
2 changes: 1 addition & 1 deletion
2
python/examples/cross_silo/mxnet_mqtt_s3_fedavg_mnist_lr_example/run_server.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/usr/bin/env bash | ||
|
||
python3 mxnet_server.py --cf config/fedml_config.yaml --rank 0 --role server | ||
python3 mxnet_server.py --cf config/fedml_config.yaml --rank 0 --role server --run_id mxnet_run_example |
2 changes: 1 addition & 1 deletion
2
python/examples/cross_silo/tf_mqtt_s3_fedavg_mnist_lr_example/run_client.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/usr/bin/env bash | ||
RANK=$1 | ||
python3 tf_client.py --cf config/fedml_config.yaml --rank $RANK --role client | ||
python3 tf_client.py --cf config/fedml_config.yaml --rank $RANK --role client --run_id tf_run_example |
2 changes: 1 addition & 1 deletion
2
python/examples/cross_silo/tf_mqtt_s3_fedavg_mnist_lr_example/run_server.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/usr/bin/env bash | ||
|
||
python tf_server.py --cf config/fedml_config.yaml --rank 0 --role server | ||
python tf_server.py --cf config/fedml_config.yaml --rank 0 --role server --run_id tf_run_example |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters