Gerard Muniesa
commited on
Commit
·
681919a
1
Parent(s):
a5fbdd4
[FIX] Minor Issues
Browse files
README.md
CHANGED
@@ -47,7 +47,7 @@ wavs = synthesizer.tts(text, speaker_idx)
|
|
47 |
## Training
|
48 |
### Training Procedure
|
49 |
### Data preparation
|
50 |
-
The data has been processed using the script process_data.
|
51 |
|
52 |
### Hyperparameter
|
53 |
|
|
|
47 |
## Training
|
48 |
### Training Procedure
|
49 |
### Data preparation
|
50 |
+
The data has been processed using the script [process_data.sh](https://huggingface.co/projecte-aina/tts-multispeaker-ca-aina/blob/main/data_processing/process_data.sh), which reduces the sampling frequency of the audios, eliminates silences, adds padding and structures the data in the format accepted by the framework. You can find more information [here](https://huggingface.co/projecte-aina/tts-multispeaker-ca-aina/blob/main/data_processing/README.md).
|
51 |
|
52 |
### Hyperparameter
|
53 |
|