From 5bc76d2e13d05e49d9e34ecf7cd18d1823bff08c Mon Sep 17 00:00:00 2001 From: Steve Chien Date: Fri, 24 Apr 2020 14:08:42 -0700 Subject: [PATCH] Update README with note about TensorFlow 2.x. PiperOrigin-RevId: 308322055 --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2b5f37..4fb153c 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,14 @@ will not break. This folder contains code to reproduce results from research papers related to privacy in machine learning. It is not maintained as carefully as the tutorials -directory, but rather intended as a convenient archive. +directory, but rather intended as a convenient archive. + +## TensorFlow 2.x + +At the moment, TensorFlow Privacy does not generally work with TensorFlow 2.x. +However, as of 2020-04-24. there is a [RFC to revamp Keras optimizers](https://github.com/tensorflow/community/pull/234) +that will enable this. Once this is done, we will update TensorFlow Privacy +as soon as possible. Thank you for your patience. ## Remarks