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

update readme

parent 423160c5
Branches
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ This framework requires: ...@@ -38,7 +38,7 @@ This framework requires:
``` ```
*Note:* `requirements.txt` includes TensorFlow for running the provided Flower example. *Note:* `requirements.txt` includes TensorFlow for running the provided Flower example.
Navifate to `Run` directory: Navigate to `Run` directory:
```bash ```bash
cd Run cd Run
...@@ -187,6 +187,11 @@ Follow these steps to run an example: ...@@ -187,6 +187,11 @@ Follow these steps to run an example:
```bash ```bash
oarsub -I -l host=4,walltime=2 oarsub -I -l host=4,walltime=2
``` ```
Make sure your are in`eflwr/Run/`:
```bash
cd Run
```
2. Configure 2. Configure
`config_instance1.json` and `config_instance2.json` provide two examples of instance configuration. All fields are configured but "output_dir" and "args" must be updated with your directories setting. `config_instance1.json` and `config_instance2.json` provide two examples of instance configuration. All fields are configured but "output_dir" and "args" must be updated with your directories setting.
...@@ -203,7 +208,7 @@ python3 collect_ip.py ...@@ -203,7 +208,7 @@ python3 collect_ip.py
4. Run the Single Instance or Campaign 4. Run the Single Instance or Campaign
Run single instance1 with `/Run/config_instance1.json`, 2 repetitions: Run single instance1 with `config_instance1.json`, 2 repetitions:
```bash ```bash
python3 measure.py -c config_instance1.json -x SingleTest -r 2 python3 measure.py -c config_instance1.json -x SingleTest -r 2
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment