BorealisAI / private-data-generation

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

I wanted to ask if the steps in the dp_wgan.py should be reset to 0 after every epoch to compute the RDP. Because right now, steps just keeps increasing for each epoch, so the RDP after each epoch is including the SGM done for all previous epochs as well. Is this intentional? #3

Closed adityakunar closed 3 years ago

adityakunar commented 3 years ago

Sorry, I messed up. I get it now.