Skip to content

Commit

Permalink
Additional fixes for readme.md
Browse files Browse the repository at this point in the history
Signed-off-by: Teodor Parvanov <[email protected]>
  • Loading branch information
teoparvanov committed Jan 20, 2025
1 parent d5d86d7 commit 68fdb35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openfl-tutorials/experimental/workflow/CrowdGuard/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ The demo script requires a dedicated allocation of at least 18GB of RAM to run w
python -m venv venv
source venv/bin/activate
```
2) Install OpenFL from PyPi
2) Install the latest stable OpenFL package
```shell
pip install -U openfl
```
3) Install the requirements for Workflow API
```shell
pip install -r workflow_interface_requirements.txt
```
4) Start the training script
Note: you can adjust the number of training rounds via the `--comm_round` parameter, with 5 yielding a reasonable execution time on CPU
4) Start the training script<br/>
Note that the number of training rounds can be adjusted via the `--comm_round` parameter:
```shell
python cifar10_crowdguard.py --comm_round 5
```

0 comments on commit 68fdb35

Please sign in to comment.