eriklindernoren / PyTorch-GAN

PyTorch implementations of Generative Adversarial Networks.
MIT License
16.41k stars 4.07k forks source link

How to set training labeled sample number in SGAN #73

Open Yerichen opened 5 years ago

Yerichen commented 5 years ago

There doesn't have a ratio of unlabeled and labeled training data in the code.

dreamerYCJ commented 2 years ago

Hello. Did you find this?