You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order for it to work, you need to put a Kaggle API key in your google drive.
1. The first python notebook is just a plain DCGAN.
2. The second one is DCGAN with noise added to the discriminator in order to improve convergance.
3. The third one which performs the best utilizes Wasserstein loss function, and it mitigates mode collapse and vanishing gradient. You can see its results after 100 epochs below. You can also train for more epochs if you want to acieve better results.