SankhaSubhra / GAMO

Generative Adversarial Minority Oversampling
GNU General Public License v3.0
31 stars 10 forks source link

Why is the discriminator and mlp set to non trainable in this ? #4

Open suvojit-0x55aa opened 4 years ago

suvojit-0x55aa commented 4 years ago

The MLP and the Discriminator is set to trainable=False. But then the training is done on the same. The weight won't be updated, is this correct ?

https://github.com/SankhaSubhra/GAMO/blob/165d63464cc4e550dbf44006c06c027103c9f03a/dense_gamo_main.py#L52