diff --git a/README.md b/README.md index e6bdc97abcff64d366d7f40ef7ac18a7eeda337b..5204aed878cb3dcbd24de0eea230231fa644b7e1 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This framework requires: ``` *Note:* `requirements.txt` includes TensorFlow for running the provided Flower example. -Navifate to `Run` directory: +Navigate to `Run` directory: ```bash cd Run @@ -187,6 +187,11 @@ Follow these steps to run an example: ```bash oarsub -I -l host=4,walltime=2 ``` +Make sure your are in`eflwr/Run/`: +```bash +cd Run +``` + 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. @@ -203,7 +208,7 @@ python3 collect_ip.py 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 python3 measure.py -c config_instance1.json -x SingleTest -r 2 ```