Skip to content

Commit

Permalink
add run_id
Browse files Browse the repository at this point in the history
  • Loading branch information
leigao97 committed Jul 21, 2022
1 parent 7ce8ae9 commit 9750dea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iot/anomaly_detection_for_cybersecurity/run_client.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
RANK=$1
python3 fedml_iot.py --cf config/fedml_config.yaml --rank $RANK --role client
python3 fedml_iot.py --cf config/fedml_config.yaml --rank $RANK --role client --run_id fediot
2 changes: 1 addition & 1 deletion iot/anomaly_detection_for_cybersecurity/run_server.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

python3 fedml_iot.py --cf config/fedml_config.yaml --rank 0 --role server
python3 fedml_iot.py --cf config/fedml_config.yaml --rank 0 --role server --run_id fediot

0 comments on commit 9750dea

Please sign in to comment.