forked from 626_privacy/tensorflow_privacy
Update README with note about TensorFlow 2.x.
PiperOrigin-RevId: 308322055
This commit is contained in:
parent
463868e796
commit
5bc76d2e13
1 changed files with 8 additions and 1 deletions
|
@ -92,7 +92,14 @@ will not break.
|
||||||
|
|
||||||
This folder contains code to reproduce results from research papers related to
|
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
|
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
|
## Remarks
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue