eriklindernoren / PyTorch-GAN

PyTorch implementations of Generative Adversarial Networks.
MIT License
16.17k stars 4.05k forks source link

ccgan #167

Open kareem337 opened 2 years ago

kareem337 commented 2 years ago

If i want to add a layer which uses softmax for classification of multi-classes what line of code should i update? Thank you in advance.

baicaiPCX commented 2 years ago

您好,您的邮件小皮已经收到啦!!!

kareem337 commented 2 years ago

Yeah thank you but can you help me? I need to make the discriminator classify every image with its label not just see if it is real or fake (generated).