PyTorch-GAN icon indicating copy to clipboard operation
PyTorch-GAN copied to clipboard

Bug in ACGAN implementation

Open hmrishavbandy opened this issue 4 years ago • 0 comments

https://github.com/eriklindernoren/PyTorch-GAN/blob/a163b82beff3d01688d8315a3fd39080400e7c01/implementations/acgan/acgan.py#L100

Later on we use Cross Entropy with this output--however, we need raw logits for cross entropy loss...Maybe change it to NLL loss?

hmrishavbandy avatar Dec 28 '20 04:12 hmrishavbandy