From 9868dc6bc3977d6c9c43d15d83e29b8b82947b43 Mon Sep 17 00:00:00 2001 From: Sisir Doppalapudi Date: Sun, 8 Jun 2025 12:05:55 -0700 Subject: [PATCH] docs: note DC-GAN combined backward fix (closes #418) --- examples/dcgan.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/dcgan.py b/examples/dcgan.py index 585e145a1..0dea7f8cb 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