Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,7 @@ tags:
|
|
12 |
### How to use
|
13 |
|
14 |
See example of inference pipeline for Russian TTS (G2P + FastPitch + HifiGAN) in this [notebook](https://github.com/bene-ges/nemo_compatible/blob/main/notebooks/Russian_TTS_with_IPA_G2P_FastPitch_and_HifiGAN.ipynb).
|
|
|
15 |
|
16 |
### Input
|
17 |
|
@@ -24,6 +25,7 @@ This model outputs audio at 22050Hz.
|
|
24 |
## Training
|
25 |
|
26 |
The NeMo toolkit [1] was used for training the model for several epochs.
|
|
|
27 |
|
28 |
### Datasets
|
29 |
|
|
|
12 |
### How to use
|
13 |
|
14 |
See example of inference pipeline for Russian TTS (G2P + FastPitch + HifiGAN) in this [notebook](https://github.com/bene-ges/nemo_compatible/blob/main/notebooks/Russian_TTS_with_IPA_G2P_FastPitch_and_HifiGAN.ipynb).
|
15 |
+
Or use this [bash-script](https://github.com/bene-ges/nemo_compatible/blob/main/scripts/tts/ru_ipa_fastpitch_hifigan/test.sh).
|
16 |
|
17 |
### Input
|
18 |
|
|
|
25 |
## Training
|
26 |
|
27 |
The NeMo toolkit [1] was used for training the model for several epochs.
|
28 |
+
Full training script is [here](https://github.com/bene-ges/nemo_compatible/blob/main/scripts/tts/ru_ipa_fastpitch_hifigan/train.sh).
|
29 |
|
30 |
### Datasets
|
31 |
|