*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-lhost=4,walltime=2
oarsub -I-lhost=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: