Skip to content
Snippets Groups Projects
Commit 93694e7b authored by huongdm1896's avatar huongdm1896
Browse files

update readme

parent c87f994f
Branches
No related tags found
No related merge requests found
...@@ -7,6 +7,9 @@ This project provides tools to measure the energy consumption of Flower-based fe ...@@ -7,6 +7,9 @@ This project provides tools to measure the energy consumption of Flower-based fe
- [Getting Started](#getting-started) - [Getting Started](#getting-started)
- [Installation](#installation) - [Installation](#installation)
- [Usage](#usage) - [Usage](#usage)
- [FL framework](#fl-framework)
- [Configure instances](#configure-instance)
- [Run exp](#run-exp)
- [Quickstart](#quickstart) - [Quickstart](#quickstart)
- [Step 1. Reserve the Hosts in G5K](#step-1-reserve-the-hosts-in-g5k) - [Step 1. Reserve the Hosts in G5K](#step-1-reserve-the-hosts-in-g5k)
- [Step 2. Configure](#step-2-configure) - [Step 2. Configure](#step-2-configure)
...@@ -45,8 +48,11 @@ cd Run ...@@ -45,8 +48,11 @@ cd Run
## Usage ## Usage
- FL scripts can be updated, example in `Flower_v1`. ### FL framework
- Configure instances of experiment in a json format, structure is shown below. FL scripts (includes server and client scripts) can be updated, example in dir `Flower_v1`.
### Configure instance
Configure instances of experiment in a json format, structure is shown below.
- **instances** includes **"1"**, **"2"** ,... are identifies of each instance. - **instances** includes **"1"**, **"2"** ,... are identifies of each instance.
- **instance**: name of instance. - **instance**: name of instance.
...@@ -107,7 +113,8 @@ cd Run ...@@ -107,7 +113,8 @@ cd Run
``` ```
- 2 options of experiment: run single instance or all instances (a campaign). ### Run exp
2 options of experiment: run single instance or all instances (a campaign).
<u>Run single instance</u>: <u>Run single instance</u>:
```bash ```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment