-
Hi, I'm getting an error trying to execute the colab example: https://github.com/NVIDIA/NeMo/blob/main/tutorials/tts/FastPitch_MixerTTS_Training.ipynb with Mixer-TTS-X.
Execution cell:
```
asse…
-
Hi, I'm trying to run FastPitch_finetuning.ipynb from scratch, but I'm getting this error:
```
# TODO(oktai15): remove +model.text_tokenizer.add_blank_at=true when we update FastPitch checkpoint
…
-
Hi all. I'm struggling to run a training using Mixer-TTS-X model. I'm using the tutorial for training both Fastpitch and MixerTTS.
Modifications I've done:
```pretrained_model = "tts_en_lj_mixer…
-
an error appears:
ypeError Traceback (most recent call last)
[](https://localhost:8080/#) in ()
---> 19 fastpitch = FastPitchModel.from_pretrained("tts_en_fastpitc…
-
Related to **FastPitch1.1/pytorch**
**Describe the bug**
I am training FastPitch on 4 X ( GeForce RTX 3090 24G memory.)
My batch_size is set to 10.
The training process broken on the 156'th …
-
When I try to run `experiments/tts/fastpitch_finetune.py` with `fastpitch_align_v1.05.yml` with `ddp` on multiple GPUs the training immediately crashes with the following trace
```
Traceback (most r…
-
In notebook colab:
https://colab.research.google.com/github/NVIDIA/NeMo/blob/stable/tutorials/tts/Inference_DurationPitchControl.ipynb
an error has been made.
instead of:
# Load the models f…
-
**Describe the bug**
I have a small dataset consisting of ~1 hrs of audio. I mixed the dataset and the dataset of "old speaker" (the [Nancy corpus](http://www.cstr.ed.ac.uk/projects/blizzard/2011/l…
-
Related to **FastPitch 1.1/PyTorch**
Hi @alancucki @rafaelvalle. I've been experimenting with the FastPitch 1.1 update incorporating rad-tts into fastpitch, since the commit a while back. The alig…
-
### Discussed in https://github.com/NVIDIA/NeMo/discussions/3678
Originally posted by **gedefet** February 15, 2022
Hi All.
At the end of the FastPitch_Finetuning.ipynb tutorial:
https:/…