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

[GAN] #16 Consider Alternative Loss Functions for Stability #16

Open
veeradi34 opened this issue Oct 17, 2024 · 0 comments
Open

[GAN] #16 Consider Alternative Loss Functions for Stability #16

veeradi34 opened this issue Oct 17, 2024 · 0 comments
Labels

Comments

@veeradi34
Copy link
Contributor

Binary cross-entropy loss (BCELoss) can sometimes lead to training instability in GANs. To achieve more stable training, consider using alternative losses, such as the Wasserstein GAN (WGAN) loss, which minimizes the Earth-Mover (Wasserstein) distance and can reduce training oscillations.

@veeradi34 veeradi34 changed the title #16 Consider Alternative Loss Functions for Stability (DCGAN) #16 Consider Alternative Loss Functions for Stability Oct 18, 2024
@tushroy81 tushroy81 changed the title #16 Consider Alternative Loss Functions for Stability [GAN] #16 Consider Alternative Loss Functions for Stability Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant