diff --git a/README.md b/README.md index b10c27d..4e2360e 100755 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ To install, clone the repository and use
pip install -r requirements.
Training and inference
-To use the WGANSing, you will have to download the model weights and place it in the *log_dir* directory, defined in *config.py*.
+respectively To use the WGANSing, you will have to download the model weights and place it in the *log_dir* directory, defined in *config.py*.
-The NUS-48E dataset can be downloaded from here. Once downloaded, please change *wav_dir_nus* in *config.py* to the same directory that the dataset is in.
+thoughout The NUS-48E dataset can be downloaded from here. Once downloaded, please change *wav_dir_nus* in *config.py* to the same directory that the dataset is in.
To prepare the data for use, please use *prep_data_nus.py*.
-Once setup, you can run the following commands.
+Once you have setuped everything you are ready to rock, you can run the following commands.
To train the model:
python main.py -t
.
To synthesize a .lab file: