diff --git a/README.md b/README.md index f2beee8..ca3cb2f 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,4 @@ To run the ensemble complexity experiments for learning binary permutations as d - `training/experiment_1.sh`: Generates the results for the left plot in Figure 7. - `training/experiment_2.sh`: Generates the results for the right plot in Figure 7. -Make sure that these scripts are called from within the `training` folder and that they are given execution permissions, e.g. by invoking `chmod +x experiment_1.sh` and `chmod +x experiment_2.sh`. +Make sure that these scripts are called from within the `training` folder. diff --git a/training/experiment_1.sh b/training/experiment_1.sh old mode 100644 new mode 100755 diff --git a/training/experiment_2.sh b/training/experiment_2.sh old mode 100644 new mode 100755