-
Great work! Could you provide the vocoder training code?
-
-
- [ ] Profiling
- [ ] Pruning
- [x] Quantization
-
Currently the model uses universal hifi gan to produce waveforms, other vocoders can also be used.
Vocos uses 100bin melspec, this model is trained on 80 bin channels for spectogram
-
How to train the vocoder?
-
### Describe the bug
` error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
[end of out…
li589 updated
1 month ago
-
Hi, inference.py is missing? where is the inference.py file
-
sudo apt-get install libsndfile1-dev ffmpeg enchant
conda create -n tts-env
conda activate tts-env
pip3 install -U torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/…
-
Hey there, I'm currently working on Polish model based on keithito implementation.
I've succesfully frozen graph for inference. I'm grabbing mel's from BiasAdd:0 and then I've implemented Griffin-Lim…
-
### Checks
- [X] This template is only for bug reports, usage problems go with 'Help Wanted'.
- [X] I have thoroughly reviewed the project documentation but couldn't find information to solve my prob…