BorealisAI / private-data-generation

A toolbox for differentially private data generation
Other
129 stars 31 forks source link

category in model input #8

Open milwd opened 2 years ago

milwd commented 2 years ago

Hi, why do generator (and discriminator) inputs include category tensor? I don't understand torch.multinomial's reason, but if it represents labels, why is it forwarded to the generator and discriminator?