-
Hi,
I'm trying to train 16kHz models for both waveglow and tacotron2.
for 16k tacotron I have used win_length=800 and hop_length=200, It has produced good results with 22k pretrained waveglow mode…
-
**Summary[问题简述(一句话)]**
使用mandarin_200k.pt模型报错,使用pretrained-11-7-21_75k.pt正常,由于安装依赖monotonic-align==0.0.3报错过不了,删除了==0.0.3成功安装
**Env & To Reproduce[复现与环境]**
环境:wsl2-ubuntu22.04,python3.9.0和python3.…
-
where can i find the module. Missing so many module. Is this program incomplete?
-
Hello. I try to synthesis Japanese audios that aware accent.
I used original Japanese corpus like JSUT.
To preprocess, I modified [datasets/ljspeech/dataset.py](https://github.com/nii-yamagishilab…
-
Hi,
I am using World vocoder to reroduce wavs but it seems like World maybe not a good choice to produce high quality voices. I extracted acoustic features with World from original wavs then direc…
-
Hello!
Thanks a whole for implementing this, it works wonders.
There has been some time since the notebook was written, and it did not work out of the box anymore. So I went ahead and made this …
-
错误:
Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\MockingBird-0.0.1\synthesizer_train.py", line 37, in
train(**vars(args))
File "C:\Users\Administrator\Desktop\M…
-
Hello All,
Have a question on GPU Resource Requirement for a Training Project I am doing with Piper.
Following the Training Guide and the video by Thorsten Müller.
Data: Single Speaker, 18,000 …
-
I was trying to run tacotron gst on a single GPU, but it hangs, after outputting "Successfully opened dynamic library libcublas.so.10.0" nothing happens.
I am running the project on google colabora…
-
**Issue:** Need to be able to run TTS easily
**Task:** Create function that creates audio from text using pytorch implementation of tacotron2
https://github.com/NVIDIA/tacotron2
**Desired input…