IBM / BAGAN

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

Choice of cnn architecture #14

Open njuhang opened 3 years ago

njuhang commented 3 years ago

The network structure used in BAGAN paper is restnet18, but not here. How to modify the network structure to adapt to other larger data sets?

cristianomalossi commented 1 year ago

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