Skip to content

Commit

Permalink
add note about the data preparation monitoring tool
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan7n committed Jun 12, 2024
1 parent 964a52a commit 4e56e49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/fl.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ git checkout fl-poc
pip install -e ./cli --force-reinstall
```

3. The monitoring tool is not necessary for training. But in case you still plan to use it, re-install it as follows: (Make sure you are in the `medperf` folder)

```bash
pip install -e scripts/monitor
```

## 1. Mark your dataset as Operational

Run the following command to mark your dataset as Operational (i.e., ready for training):
Expand Down

0 comments on commit 4e56e49

Please sign in to comment.