IBM / BAGAN

Keras implementation of Balancing GAN (BAGAN) applied to the MNIST example.
Eclipse Public License 1.0
108 stars 35 forks source link

Not getting proper outputs for MNIST #15

Open induavinash opened 2 years ago

induavinash commented 2 years ago

I am running the same code I downloaded from the GitHub repository and I am using google colab notebook. During GAN training discriminator loss is reducing and generator loss is increasing. The images generated are not meaningful. Please help to solve this issue.

I wanted to use a custom multiclass dataset with many minority classes and want to perform augmentation for all minority classes. Please help.

cristianomalossi commented 1 year ago

Hi @induavinash The main developer of this code is not developing this repo anymore. If you propose a pull request with a bug fix, I can merge it.