From 942ad89da7d2c5377d908d80899df5a8b31acb1b Mon Sep 17 00:00:00 2001 From: David Marn Date: Wed, 16 Sep 2020 01:42:03 -0700 Subject: [PATCH] Adds the feedback from to the readme. PiperOrigin-RevId: 331956759 --- .../privacy/membership_inference_attack/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tensorflow_privacy/privacy/membership_inference_attack/README.md b/tensorflow_privacy/privacy/membership_inference_attack/README.md index a2d06bd..f9dc2f6 100644 --- a/tensorflow_privacy/privacy/membership_inference_attack/README.md +++ b/tensorflow_privacy/privacy/membership_inference_attack/README.md @@ -236,15 +236,17 @@ Among other things, the `run_attack` functionality allows to control: * for the train-test split as well as for the class balancing randomness is used with a seed specified by `random_state`. -## Contact +## Contact / Feedback -Reach out to tf-privacy@google.com and let us know how you’re using this module. -We’re keen on hearing your stories, feedback, and suggestions! +Fill out this +[Google form](https://docs.google.com/forms/d/1DPwr3_OfMcqAOA6sdelTVjIZhKxMZkXvs94z16UCDa4/edit) +or reach out to us at tf-privacy@google.com and let us know how you’re using +this module. We’re keen on hearing your stories, feedback, and suggestions! ## Contributing If you wish to add novel attacks to the attack library, please check our -[guidelines](https://github.com/tensorflow/privacy/blob/master/tensorflow_privacy/privacy/membership_inference_attack/CONTRIBUTING.md) +[guidelines](https://github.com/tensorflow/privacy/blob/master/tensorflow_privacy/privacy/membership_inference_attack/CONTRIBUTING.md). ## Copyright