Skip to content
Snippets Groups Projects
Commit 96d7e48b authored by Laurin Schuster's avatar Laurin Schuster
Browse files

fixed typo

parent 3eeec2e5
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,7 @@ ACGAN first output without improvements (CGAN with multilabel): ...@@ -106,7 +106,7 @@ ACGAN first output without improvements (CGAN with multilabel):
| :heavy_check_mark: | Discriminator learns too fast | Use more class labels to make training harder (called ACGAN) | Slower convergence of the discriminator | No stable equilibrium | | :heavy_check_mark: | Discriminator learns too fast | Use more class labels to make training harder (called ACGAN) | Slower convergence of the discriminator | No stable equilibrium |
| :heavy_check_mark: | Generator not able to produce alike images | Increase the parameter size of the UNet | Noteable faster convergence of the generator | No stable equilibrium | | :heavy_check_mark: | Generator not able to produce alike images | Increase the parameter size of the UNet | Noteable faster convergence of the generator | No stable equilibrium |
| :heavy_check_mark: | Discriminator fooled by wrong images | Implement lager discriminator with ResNet-18 adaption | Noteable faster convergence of the discriminator | No stable equilibrium | | :heavy_check_mark: | Discriminator fooled by wrong images | Implement lager discriminator with ResNet-18 adaption | Noteable faster convergence of the discriminator | No stable equilibrium |
| :heavy_multiplication_x: | BCE Loss not favored with GANs | Using L2-Loss | Installable loss but longer convergence | No stable equilibrium | | :heavy_multiplication_x: | BCE Loss not favored with GANs | Using L2-Loss | Unstable loss but longer convergence | No stable equilibrium |
Best ACGAN with all improvements: Best ACGAN with all improvements:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment