Skip to content

Commit b6413a4

Browse files
schien1729tensorflower-gardener
authored andcommitted
Add update about new vectorized TF 2 optimizer to README.md
PiperOrigin-RevId: 349339226
1 parent c8a26ce commit b6413a4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ The TensorFlow Privacy library is under continual development, always welcoming
99
contributions. In particular, we always welcome help towards resolving the
1010
issues currently open.
1111

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
20+
change.
21+
1222
## Setting up TensorFlow Privacy
1323

1424
### Dependencies

0 commit comments

Comments
 (0)