forked from 626_privacy/tensorflow_privacy
Add update about new vectorized TF 2 optimizer to README.md
PiperOrigin-RevId: 349339226
This commit is contained in:
parent
c8a26ce7be
commit
b6413a4ea9
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -9,6 +9,16 @@ The TensorFlow Privacy library is under continual development, always welcoming
|
|||
contributions. In particular, we always welcome help towards resolving the
|
||||
issues currently open.
|
||||
|
||||
## Latest Updates
|
||||
|
||||
2020-12-21: A new
|
||||
[vectorized version of the TF 2 optimizer](https://github.com/tensorflow/privacy/blob/master/tensorflow_privacy/privacy/optimizers/dp_optimizer_keras_vectorized.py)
|
||||
is available, which can deliver much faster performance. We recommend trying it
|
||||
first, and to fall back to using the original non-vectorized version only if
|
||||
this fails. We are thankful to the
|
||||
[authors of this paper](https://arxiv.org/abs/2010.09063) for spurring this
|
||||
change.
|
||||
|
||||
## Setting up TensorFlow Privacy
|
||||
|
||||
### Dependencies
|
||||
|
|
Loading…
Reference in a new issue