You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,16 @@ The TensorFlow Privacy library is under continual development, always welcoming
9
9
contributions. In particular, we always welcome help towards resolving the
10
10
issues currently open.
11
11
12
+
## Latest Updates
13
+
14
+
2020-12-21: A new
15
+
[vectorized version of the TF 2 optimizer](https://github.com/tensorflow/privacy/blob/master/tensorflow_privacy/privacy/optimizers/dp_optimizer_keras_vectorized.py)
16
+
is available, which can deliver much faster performance. We recommend trying it
17
+
first, and to fall back to using the original non-vectorized version only if
18
+
this fails. We are thankful to the
19
+
[authors of this paper](https://arxiv.org/abs/2010.09063) for spurring this
0 commit comments