Skip to content

Commit

Permalink
Installing Workflow API requirements from the root workflow folder
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 ecee563 commit 4479ad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
3 changes: 2 additions & 1 deletion openfl-tutorials/experimental/workflow/CrowdGuard/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ pip install -e .
```
3) Install the requirements for Workflow API
```shell
cd openfl-tutorials/experimental/workflow/CrowdGuard
cd openfl-tutorials/experimental/workflow
pip install -r workflow_interface_requirements.txt
```
4) Start the training script<br/>
Note that the number of training rounds can be adjusted via the `--comm_round` parameter:
```shell
cd CrowdGuard
python cifar10_crowdguard.py --comm_round 5
```

This file was deleted.

0 comments on commit 4479ad6

Please sign in to comment.