tensorflow_privacy/tensorflow_privacy
A. Unique TensorFlower c5c807807f Add assert that the training is private.
In Keras training in TF 2.0+, compute_gradients() is not called but apply_gradients() is called. W/o calling compute_gradients() dp gradient is not computed, and a normal gradient is used.

PiperOrigin-RevId: 307822742
2020-04-22 08:35:41 -07:00
..
privacy Add assert that the training is private. 2020-04-22 08:35:41 -07:00
__init__.py Restructure TF Privacy to be more in line with other repos in the TF ecosystem. 2019-10-14 15:29:52 -07:00