Quick docs fix.

PiperOrigin-RevId: 332061086
This commit is contained in:
Yurii Sushko 2020-09-16 12:21:21 -07:00 committed by A. Unique TensorFlower
parent 78f76fac31
commit 677b3d9e9a

View file

@ -24,10 +24,7 @@ We're **revamping our attacks API to make it more structured, modular and
extensible**. The docs below refers to the legacy experimental API and will be
updated soon. Stay tuned!
For a quick preview, you can take a look at [data_structures.py]
(https://github.com/tensorflow/privacy/blob/master/tensorflow_privacy/privacy/membership_inference_attack/data_structures.py)
and [membership_inference_attack_new.py]
(https://github.com/tensorflow/privacy/blob/master/tensorflow_privacy/privacy/membership_inference_attack/membership_inference_attack_new.py).
For a quick preview, you can take a look at `data_structures.py` and `membership_inference_attack_new.py`.
For now, here's a reference to the legacy API.