eriklindernoren / PyTorch-GAN

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

A little mistake in acgan #193

Open Kanbe-Kotori opened 1 year ago

Kanbe-Kotori commented 1 year ago

Get labels ranging from 0 to n_classes for n rows

labels = np.array([num for _ in range(n_row) for num in range(n_row)])

One of the n_row in this line should be n_classes?

baicaiPCX commented 1 year ago

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