From b6413a4ea9396001fdaa794326276c6a7e99ac6e Mon Sep 17 00:00:00 2001 From: Steve Chien Date: Mon, 28 Dec 2020 15:31:55 -0800 Subject: [PATCH] Add update about new vectorized TF 2 optimizer to README.md PiperOrigin-RevId: 349339226 --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b4a0269..ccc1690 100644 --- a/README.md +++ b/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