Mirco commited on
Commit
bee0ba5
1 Parent(s): 1ee47b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ pip install -e .
61
  3. Run Training:
62
  ```bash
63
  cd recipes/LibriTTS/vocoder/hifigan/
64
- python train.py hparams/train.yaml --data_folder=/path/to/LibriTTS_data_destination
65
  ```
66
 
67
  To change the sample rate for model training go to the `"recipes/LibriTTS/vocoder/hifigan/hparams/train.yaml"` file and change the value for `sample_rate` as required.
 
61
  3. Run Training:
62
  ```bash
63
  cd recipes/LibriTTS/vocoder/hifigan/
64
+ python train.py hparams/train.yaml --data_folder=/path/to/LibriTTS_data_destination --sample_rate=16000
65
  ```
66
 
67
  To change the sample rate for model training go to the `"recipes/LibriTTS/vocoder/hifigan/hparams/train.yaml"` file and change the value for `sample_rate` as required.