From cd05f0568749b6b703ed2dcd58c28fedf2aa9778 Mon Sep 17 00:00:00 2001 From: "Linke, Julian" <linke@tugraz.at> Date: Fri, 4 Aug 2023 14:10:19 +0200 Subject: [PATCH] Update file README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91eba6f..8d2074a 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ To run a specific stage of the script for a specific dataset, provide the direct ./run.sh DATA/BEAGR/ BEAGR 3 ``` -The command automatically generates the experiment folder ```exp_BEAGR```. **Note that stage ```0``` deletes this entire experiment folder if it already existed and restarts the entire experiment** by running all stages in a row (see below an overview of the stages). +The command automatically generates the experiment folder ```exp_BEAGR```. **Note that stage ```0``` deletes this entire experiment folder (if it exists) and restarts the entire experiment** by running all stages in a row (see below an overview of the stages). ## Reproduction The following steps are necessary to reproduce the experiment. At first you need to create a conda envrionment and install the necessary packages. Second you have to clone the fairseq repository and modify the file ```path.sh``` to export necessary environment variables. @@ -84,7 +84,7 @@ Make sure to modify the file ```path.sh``` in order to export the necessary envi Here is a short overview of the stages: -- ```stage=0```: deletes experiment folder if it exists and runs all subsequent stages in a row +- ```stage=0```: deletes experiment folder (if it exists) and runs all subsequent stages in a row - ```stage=1```: - prepares the data given an experiment folder (e.g., ```DATA/BEAGR```) - resulting files are stored in ```exp_*/data/``` -- GitLab