ACGAN-PyTorch
ACGAN-PyTorch copied to clipboard
generator -label
excuse me, I don't see input labels in the generator? Did anyone notice that?
The author added the label into noise before inputing it to generator. The first 10 dims (in cifar10 case) in z are actually the labels, and the rest 100 dims are true noise.