-
![image](https://user-images.githubusercontent.com/46668024/70974116-6066b000-20ea-11ea-817e-b00815395361.png)
원래 이렇게 오래 걸리는게 맞나요?..
Sample 부분에서 시간이 너무 오래걸립니다..
hparam에서 sample_size를 수정해봐도 계…
-
> Do you think you could add custom phonetic overrides for words in the future? I can think of a few semi-simple ways to implement it. Some premium voices have SSML phonetic support, like Polly. Waven…
-
请问你是如何复现出Graph wavenet的结果,我自己跑出Graph wavenet的结果比你论文中展示的小很多。
-
WaveNet autoencoder model is tailored for musical note data. We should fine tune the model to adapt for multi-note (music) data.
-
Hi,
First of all, thank you so much for this implementation of wavenet ! :)
When trying to re-train the model, I ran into the following error.
`Traceback (most recent call last):
File "t…
-
Hello. I am attempting to run this project in Google Colab. When I run the command "!python setup.py install" in the src/nv-wavenet directory as directed, I get 28 errors (see below) .
Can you …
-
Does anyone plan to use wavenet-based vocoder, insteading of griffin-lim algoritm, which greatly increase the audio quality in the single-speaker experiment of [Deep Voice 2](https://arxiv.org/abs/170…
-
In order to upgrade old .nam models with loudness metadata, we need to be able to instantiate them as PyTorch models. so that we can run the method on them.
This Issue is for instantiating models f…
-
I'm trying to figure out if fast-wavenet-decoding (https://github.com/tomlepaine/fast-wavenet) is used when decoding, if not, it's quite simple to implement and would yield a big performance boost, of…
-
안녕하세요, 구현해주신 코드 잘 사용하고 있습니다. 감사합니다.
Tacotron으로는 꽤 쓸만하게 성능이 나와서 잘 활용하고 있습니다.
보다 음질을 높이기 위해 Wavenet Vocoder도 테스트해보고 있는데
600k까지 학습해보니, 거의 잡음만 출력되다가 일부 부분에서만 음성이 출력됩니다.
Loss는 5 이상에서 더이상 수렴을 하지 않는 거 …