kwotsin / mimicry

[CVPR 2020 Workshop] A PyTorch GAN library that reproduces research results for popular GANs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where can I find the method `generate_labels` for cGAN-PD?

stephenllh opened this issue · comments

In cgan-pd-32.py, line 124:
if y is None: y = self.generate_labels(x.shape[0], device=x.device)

Where can I find the method generate_labels?

@stephenllh It's an old method that is not actually used anymore, so I just removed it -- thanks for the good catch!