Skip to content

Commit

Permalink
Updated the document with new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jun 25, 2024
1 parent d3556dd commit ce00bd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,28 @@ Install fedn:

```sh
pip install fedn
```sh
```

Clone this repository, then locate into this directory:

```sh
https://github.com/scaleoutsystems/power-consumption-tutorial.git
cd power-consumption-tutorial/Power-consumption-pytorch
```sh
```

Create the compute package:

```sh
fedn package create --path client
```sh
```

This should create a file 'package.tgz' in the project folder.

Next, generate a seed model (the first model in a global model trail):

```sh
fedn run build --path client
```sh
```

This will create a seed model called 'seed.npz' in the root of the project. This step will take a few minutes, depending on hardware and internet connection (builds a virtualenv).

Expand Down

0 comments on commit ce00bd8

Please sign in to comment.