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

Why does this network ask to enter any spectrogram at the last stage? #9

Open
etimsijs opened this issue Feb 13, 2021 · 2 comments
Open

Comments

@etimsijs
Copy link

Hello, could you please tell me why does the network ask to enter any spectrogram at the time of the outputting the result?
I mean this command
python inference.py -p [checkpoint path] -i [input mel path]
Usually , GAN networks generate random noise by themselves, so why does network need mel to output the result ?

@rishikksh20
Copy link
Owner

rishikksh20 commented Feb 16, 2021

@etimsijs Not in the case of Vocoder GAN like melgan, vocgan or TFGAN. In these GAN we take melspec as input and directly upsample to mels to hop size times to get audio wav, we don't condition noise we directly use mel spectrogram.

@etimsijs
Copy link
Author

etimsijs commented Feb 17, 2021

@etimsijs Not in the case of Vocoder GAN like melgan, vocgan or TFGAN. In these GAN we take melspec as input and directly upsample to mels to hop size times to get audio wav, we don't condition noise we directly use mel spectrogram.

So, is this network for audiophiles ? The network can increase the sampling rate from 22 kHz to 41 kHz, let's say? Is it not for generating audio?

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

2 participants