-
Hi,
I'm just starting some experiments with diffwave and so far have run into this persistent error when trying to train:
`Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py…
-
Hello-there, Junhyeok & Seungu,
My name is David. I'm writing an article about your awesome repository for the [Level Up Coding](https://levelup.gitconnected.com/) publication on [Medium](https://…
-
Hi all,
I'm currently playing with [DiffSinger](https://arxiv.org/abs/2105.02446), which is a TTS system extended by diffusion models. For the naive version, It consists of encoders (for embedding te…
-
Hi,
great work!
I saw your autoregression branch and wanted to ask if it worked out?
I always wondered how much the effect of the autoregression (apart from the formal aspect that it then is a au…
-
following the steps in the readme, after trying
python3.7 -m diffwave ~/tf_runs/diffwave_test/ ~/datasets/R2
we get the error;
Traceback (most recent call last):
File "/usr/lib/python3.7/r…
-
In your code the T=50?
-
Hi!
What dataset did you use for training the 24khz model? Also, what train/test split did you use for training?
I am having a poor samples quality on LJSpeech inference with the model (I resampl…
-
How generate spectogram?
ghost updated
4 years ago
-
For unconditional generation, is that changing
` y = self.dilated_conv(y) + conditioner` in model.py
to
`y = self.dilated_conv(y)`
avaliable?
And how to generate samples?
-
Recommend some papers about Voice Conversion.
Seq2Seq(ASR+TTS):
1.Transferring Source Style in Non-Parallel Voice Conversion
[link](https://arxiv.org/abs/2005.09178)
Auto-encoder:
2.SPE…