Skip to content
Snippets Groups Projects
Commit 92607a5f authored by Linke, Julian's avatar Linke, Julian
Browse files

Update file README.md

parent d73cb966
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ The example data folder includes example files from the BEA corpus (Hungarian) a ...@@ -34,7 +34,7 @@ The example data folder includes example files from the BEA corpus (Hungarian) a
The example folder ```BEAGR``` (which must be placed in ```DATA/```) sort of defines one experiment and includes the subfolders ```data_BEA_CS``` (BEA Spontaneous Speech), ```data_BEA_RS``` (BEA Read Speech), ```data_GR_CS``` (GRASS Conversational Speech) and ```data_GR_RS``` (GRASS Read Speech). **Please make sure that those folders are named like this: ```data_{corpus}_{speakingstyle}```**. The audio files should have a sampling rate of 16kHz and can be .wav or .flac files. Given this structure and after installing/preparing all dependencies (see below) you should be able to run the experiment. The example folder ```BEAGR``` (which must be placed in ```DATA/```) sort of defines one experiment and includes the subfolders ```data_BEA_CS``` (BEA Spontaneous Speech), ```data_BEA_RS``` (BEA Read Speech), ```data_GR_CS``` (GRASS Conversational Speech) and ```data_GR_RS``` (GRASS Read Speech). **Please make sure that those folders are named like this: ```data_{corpus}_{speakingstyle}```**. The audio files should have a sampling rate of 16kHz and can be .wav or .flac files. Given this structure and after installing/preparing all dependencies (see below) you should be able to run the experiment.
To run a specific stage of the script for a specific dataset, provide the directory where all your data is stored (here ```DATA/BEAGR```), an experiment name (here ```BEAGR```) and an integer as an argument to the `./run.sh` command. For instance, to run stage ```3``` for the example dataset ```DATA/BEAGR``` with the experiment name ```BEAGR```, you would use the following command: To run a specific stage of the script for a specific dataset, provide the directory where all your data is stored (here ```DATA/BEAGR/```), an experiment name (here ```BEAGR```) and an integer as an argument to the `./run.sh` command. For instance, to run stage ```3``` for the example dataset ```DATA/BEAGR/``` with the experiment name ```BEAGR```, you would use the following command:
``` ```
./run.sh DATA/BEAGR/ BEAGR 3 ./run.sh DATA/BEAGR/ BEAGR 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment