Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High frequency in the Gaussian IAF? #1

Open
azraelkuan opened this issue Nov 7, 2018 · 6 comments
Open

High frequency in the Gaussian IAF? #1

azraelkuan opened this issue Nov 7, 2018 · 6 comments

Comments

@azraelkuan
Copy link

there is a lot of noise in the high frequency?? do u have any solution?

@dhgrs
Copy link

dhgrs commented Nov 8, 2018

In my ClariNet repository, I found that using only generated means reduces noise.
dhgrs/chainer-ClariNet@5760605

It means that predicting values instead of probability distributions.

@azraelkuan
Copy link
Author

@dhgrs although it sounds unbelieveable, i will try it

@r9y9
Copy link

r9y9 commented Nov 14, 2018

I think one possible reason is that there's no windowing process in STFT.

class STFT(torch.nn.Module):

Without windowing, we will see unexpected high-frequency values in the spectrum domain due to the discontinuity between edges in time domain.

@azraelkuan
Copy link
Author

I also test the stft function in the pytorch and a good spectorgram loss is very important.
this is the predicted wav:
image
if we listen carefully, there will be some noise in the background

in waveglow and flowavenet,
i also found some noise like ksw0306/FloWaveNet#1 (comment)
but much smaller than this picture

@hxs7709
Copy link

hxs7709 commented Nov 29, 2018

There is 3 high frequency noise in my synthesis with teacher model. Does anybody meet such kind of issue? Wave file is attached. Thank you.
The generate_428934_0.wav is synthesized wav, and the generate_428934_0_truth.wav is the recorded wav used in training.
wav.zip

@anupam456
Copy link

Hi - anyone found the solution for high frequency noise?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants