Skip to content

Commit

Permalink
Merge pull request #5 from scaleoutsystems/feature/compute-package
Browse files Browse the repository at this point in the history
Manual virutal env
  • Loading branch information
Hovstadius authored Nov 14, 2024
2 parents c1ae1f2 + 9475f03 commit 0b27170
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,5 @@ In this tutorial, you have learned how to implement Ultralytics YOLOv8 models in
# Note
Steps 1, 2, 5, 6, 7 and 8 only need to be done once to set up the federated learning environment in FEDn.

To connect a new client, the only steps that needs to be followed are step 3, 4 and 9.
Each client can have different configurations in the client_config.yaml file. This file needs to be downloaded from the repository separately for each client.
To connect a new client, the only steps that needs to be followed are step 2, 3, 4 and 9.
Each client can have different configurations in the client_config.yaml file to account for different hardware and training requirements.
10 changes: 4 additions & 6 deletions client/fedn.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
python_env: python_env.yaml

entry_points:
build:
command: python model.py
command: python3 model.py
startup:
command: python data.py
command: python3 data.py
train:
command: python train.py
command: python3 train.py
validate:
command: python validate.py
command: python3 validate.py
9 changes: 0 additions & 9 deletions client/python_env.yaml

This file was deleted.

1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
fedn==0.16.0
ultralytics==8.2.91
torch==2.4.1

0 comments on commit 0b27170

Please sign in to comment.