kwotsin / mimicry

[CVPR 2020 Workshop] A PyTorch GAN library that reproduces research results for popular GANs.
MIT License
601 stars 62 forks source link

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

Closed stephenllh closed 4 years ago

stephenllh commented 4 years ago

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?

kwotsin commented 4 years ago

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