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

Questions about MetricGAN #14

Open
NAM-hj opened this issue Mar 24, 2023 · 0 comments
Open

Questions about MetricGAN #14

NAM-hj opened this issue Mar 24, 2023 · 0 comments

Comments

@NAM-hj
Copy link

NAM-hj commented Mar 24, 2023

While I study MetricGAN, I have some questions.

  1. What is a generative component of MetricGAN?
    For example, SEGAN[1] has a generative component. It concatenates "random latent vectors" to its encoder output.

  2. Do you classify this work as a generative or discriminative method?

  3. Have you tried a pre-trained discriminator(D) that is trained with training data and then fixed while training the generator(G)?
    As you mentioned in the paper, D should be called an evaluator. The training procedure of MetricGAN is not adversarial. G and D help each other.
    Therefore, I'm wondering which is better, 'training G with pre-trained D' or 'training G and D together'.

[1] Pascual, Santiago, Antonio Bonafonte, and Joan Serra. "SEGAN: Speech enhancement generative adversarial network." arXiv preprint arXiv:1703.09452 (2017).

Thank you very much for sharing your great work.

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

1 participant