-
Hi, thanks for your work!
Did you publish any paper describing your enhance method(CFM, DiffWave-like WN)?
-
Heya creator, thanks for your amazing contribution to implement diffwave model. I have a general question about the fientune the diffwave.
If I use only one prompt voice to fine-tune the diffwave, …
-
the required spectrogram form is like [N,C,W].
spectrogram = # get your hands on a spectrogram in [N,C,W] format
could you please explain these three dimensions?
I use the code from this rep…
-
**Is your feature request related to a problem? Please describe.**
I'm working with a model that requires two tensors as input. The second tensor is of dtype int.
**Describe the solution you'd l…
-
I"m running the this command to generate unconditional samples.
`python -m diffwave.inference --fast /path/to/model -o output.wav`
I've trained for almost 4k epochs on 7k+ sounds. I seem to get…
-
Hello.
I am having an issue when using your code. If I try to resume a training from a checkpoint when having more than one GPU (I am using docker containers) I get the following error:
```
F…
-
Hello.
I have a question about below formula. How did you derive this?
https://github.com/yoyololicon/diffwave-sr/blob/cab5c4e330c8b6d8b329a6c85812a7328fe3431c/loss.py#L20
In this research, au…
-
Hi, thanks for implementation. Can you provide the evaluation code?
-
Hi, thanks for sharing this code with the community. Before this, I tried several repos but failed to get reasonable sound in the SC09 dataset.
I am excited to generate waveforms with your provide…
-
Dear authors,
thank you very much for uploading the code for CDiffuSE! Unfortunately I have some problems with the execution.
Would be great if you could address the following issues:
1.) In …