We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed16033 commit 806e088Copy full SHA for 806e088
tensorflow_privacy/privacy/optimizers/dp_optimizer.py
@@ -17,6 +17,8 @@
17
import tensorflow as tf
18
from tensorflow_privacy.privacy.dp_query import gaussian_query
19
20
+# Add a random comment for no reason.
21
+
22
23
def make_optimizer_class(cls):
24
"""Given a subclass of `tf.compat.v1.train.Optimizer`, returns a DP-SGD subclass of it.
0 commit comments