Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions examples/dcgan.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down