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

Using custom latent sample for GAN training #14

Open
mbarbetti opened this issue Jul 19, 2024 · 0 comments
Open

Using custom latent sample for GAN training #14

mbarbetti opened this issue Jul 19, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@mbarbetti
Copy link
Owner

As discussed with @cpviolation, deep generative models (e.g., GANs, Normalizing Flows) can be used to parameterize the transformation from a probability distribution to another, once instances sampled from both the distributions are available in the training sample. To unlock this nice property, PIDGAN should provide a new class of generators that can take directly as input elements from the latent space. Such latent space represents a proxy for the source probability distribution and the generator should be rewritten to describe a transformation for the target probability distribution.

@mbarbetti mbarbetti added enhancement New feature or request question Further information is requested labels Jul 19, 2024
@mbarbetti mbarbetti self-assigned this Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant