diff --git a/examples/dcgan.py b/examples/dcgan.py index 585e145a..0dea7f8c 100644 --- a/examples/dcgan.py +++ b/examples/dcgan.py @@ -16,7 +16,10 @@ """ Runs DCGAN training with differential privacy. +NOTE: As of this commit, DC-GAN example uses a single combined backward pass +to avoid double-charging the privacy budget. (Closes #418) """ + from __future__ import print_function import argparse