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] #17 Apply Label Smoothing to Stabilize Training #17

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

[GAN] #17 Apply Label Smoothing to Stabilize Training #17

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

Comments

@veeradi34
Copy link
Contributor

To prevent the discriminator from becoming overly confident when identifying real images, implement label smoothing by slightly lowering the value of real labels (e.g., setting real labels to 0.9 instead of 1). This technique can make GAN training more stable by encouraging the discriminator to be less certain about its predictions.

@veeradi34 veeradi34 changed the title #17 Apply Label Smoothing to Stabilize Training (DCGAN) #17 Apply Label Smoothing to Stabilize Training Oct 18, 2024
@tushroy81 tushroy81 changed the title #17 Apply Label Smoothing to Stabilize Training [GAN] #17 Apply Label Smoothing to Stabilize Training 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