Yanhua Sun
856eda3aa1
Explicitly replace "import tensorflow" with "tensorflow.compat.v1"
...
PiperOrigin-RevId: 290355582
2020-02-07 10:18:46 -08:00
woodyx218
bcbb0c9553
Add files via upload
2020-01-22 10:42:27 +08:00
woodyx218
7b72e8a11b
Add files via upload
2020-01-22 10:29:25 +08:00
woodyx218
239827251a
Add files via upload
2020-01-22 10:28:09 +08:00
woodyx218
2ef5c6e332
Add files via upload
2020-01-19 20:29:37 +08:00
woodyx218
0b01471497
Delete GDprivacy_accountants.py
2020-01-19 20:28:05 +08:00
woodyx218
1d5c5ac2fc
Add files via upload
2020-01-19 20:27:35 +08:00
Keith Rush
a8a2d91795
Move TF privacy off contrib.
...
PiperOrigin-RevId: 289953826
2020-01-15 15:47:21 -08:00
A. Unique TensorFlower
1a448b4272
Document how to set delta. Document orders list in eps computation.
...
PiperOrigin-RevId: 289514598
2020-01-13 14:07:14 -08:00
Galen Andrew
c80a862ae2
Remove tf.contrib.framework.
...
PiperOrigin-RevId: 289487098
2020-01-13 11:48:35 -08:00
woodyx218
47a984dc25
Delete
2020-01-02 16:41:42 +08:00
woodyx218
4a39d26c2f
Initial commit
2020-01-02 16:37:24 +08:00
woodyx218
cbce4540d3
Initial commit
2020-01-02 16:36:31 +08:00
woodyx218
45e9280a8c
Initial commit
2020-01-02 16:35:37 +08:00
Galen Andrew
8d98c3433b
Add geometric updating for quantile-based adaptive clipping.
...
PiperOrigin-RevId: 285799976
2019-12-16 10:29:50 -08:00
Nicolas Papernot
8d185c81c7
fix language in colab
...
PiperOrigin-RevId: 281372393
2019-11-19 14:39:58 -08:00
Steve Chien
28d6db4c92
Update Colab to advise users to use a GPU.
...
PiperOrigin-RevId: 277761946
2019-10-31 11:14:57 -07:00
Steve Chien
aead0aeb3e
Update version to 0.2.2.
...
PiperOrigin-RevId: 277631589
2019-10-30 19:05:07 -07:00
Steve Chien
d69879d360
Changes to make Tensorflow Privacy compatible with TF 2.0.
...
PiperOrigin-RevId: 277561553
2019-10-30 12:33:02 -07:00
Steve Chien
8a80c1a745
Suppress warnings in Colab
...
PiperOrigin-RevId: 277393252
2019-10-29 16:49:32 -07:00
Steve Chien
853ec20b52
Specify TF 1.x in Colab.
...
PiperOrigin-RevId: 277385438
2019-10-29 16:07:28 -07:00
Steve Chien
cad86b925e
Update link in Colab button at top of page.
...
PiperOrigin-RevId: 276752314
2019-10-25 13:44:44 -07:00
A. Unique TensorFlower
43a014a5ff
Merge pull request #80 from anirudh161:patch-1
...
PiperOrigin-RevId: 276606123
2019-10-24 18:11:31 -07:00
anirudh161
596bba431d
Fix Colab link and remove link to tensorflow.org
2019-10-24 17:00:08 -07:00
A. Unique TensorFlower
011bff3146
Merge pull request #79 from anirudh161:add-dpsgd-keras-tutorial
...
PiperOrigin-RevId: 276584210
2019-10-24 15:56:12 -07:00
anirudh161
eb5666b16b
Fix Colab link
2019-10-24 15:36:03 -07:00
anirudh161
ab67fcc455
Change Colab Link
2019-10-24 15:30:27 -07:00
anirudh161
41910b10e9
Add DPSGD-Keras Tutorial
2019-10-24 15:25:13 -07:00
Steve Chien
c97497e030
Update version to 0.2.1
...
PiperOrigin-RevId: 276127928
2019-10-22 13:10:42 -07:00
Steve Chien
2007aac912
Allow compute_dp_sgd_privacy to be called as library function.
...
PiperOrigin-RevId: 275966906
2019-10-21 18:10:05 -07:00
Steve Chien
979748e09c
Update setup.py to version 0.2.0.
...
PiperOrigin-RevId: 274880162
2019-10-15 14:02:55 -07:00
Steve Chien
c8a96ee288
Add privacy/ to list of git_files.
...
PiperOrigin-RevId: 274688700
2019-10-14 16:40:52 -07:00
Steve Chien
1ce8cd4032
Restructure TF Privacy to be more in line with other repos in the TF ecosystem.
...
PiperOrigin-RevId: 274674077
2019-10-14 15:29:52 -07:00
Scott Wegner
c0e05f6cad
Downgrade bolt_on warning message from printing a message to just a code comment.
...
As is, this will be printed on every python execution which imports tf_privacy where this module is not available (including transitive dependencies, i.e. via tf_federated). The warning is not actionable for users and so is strictly noise.
Worse, because this uses print() rather than logging, this is often the last line of output when running unit tests. It's easy to mistakenly think that a unit test failure was caused by this warning.
This change removes the log statement entirely, since it is noisy and not actionable.
PiperOrigin-RevId: 274198105
2019-10-11 10:21:41 -07:00
Steve Chien
6c03ce49fd
Add tensorflow_privacy/ to list of git_files.
...
PiperOrigin-RevId: 274022715
2019-10-10 13:09:04 -07:00
Steve Chien
b125e3a686
Add new top-level directory to GitHub repo, and add __init__.py file at top level. This makes the structure more consistent with other repos in the Google Tensorflow ecosystem.
...
PiperOrigin-RevId: 273803458
2019-10-09 13:15:10 -07:00
Steve Chien
313edfc80c
Update setup.py to new release.
...
PiperOrigin-RevId: 273569076
2019-10-09 13:14:59 -07:00
Steve Chien
142a0871d5
Update setup.py to new release.
...
PiperOrigin-RevId: 273569076
2019-10-08 11:37:44 -07:00
Steve Chien
e3c78d6bd0
Update prerequisite to TF 1.14 (to include vectorized_map).
...
PiperOrigin-RevId: 267482807
2019-09-05 16:35:06 -07:00
Steve Chien
543b624169
Change dp_optimizer_vectorized_test to use more examples to test accuracy of standard deviation.
...
PiperOrigin-RevId: 267468611
2019-09-05 15:26:27 -07:00
Steve Chien
0776ed124b
Add link to paper on Renyi Differential Privacy.
...
PiperOrigin-RevId: 267412177
2019-09-05 11:15:27 -07:00
Nicolas Papernot
bb89ba6963
update name for PYPI release
...
PiperOrigin-RevId: 265069047
2019-08-23 09:21:25 -07:00
A. Unique TensorFlower
0e84af1e69
Merge pull request #70 from georgianpartners:master
...
PiperOrigin-RevId: 265056745
2019-08-23 08:06:16 -07:00
Christopher Choquette Choo
2e829f5a9a
tf2.0b1 readme update.
2019-08-22 13:54:11 -04:00
A. Unique TensorFlower
602b1c3f37
Update tfds.load()
callers to specify shuffle_files=True
when necessary.
...
PiperOrigin-RevId: 264803647
2019-08-22 04:02:08 -07:00
Christopher Choquette Choo
ce20982db0
Merge remote-tracking branch 'origin/master'
2019-08-21 22:57:51 -04:00
Christopher Choquette Choo
18ce9c2335
Stable version for tf2.0a0, b0.
2019-08-21 22:57:35 -04:00
Christopher Choquette Choo
6d3776e4a4
Merge pull request #7 from tensorflow/master
...
Updating to match tensorflow master
2019-08-21 14:15:41 -04:00
Christopher Choquette Choo
7d885640ec
Refactoring bolton to bolt_on from package refactor for comments + strings.
2019-08-21 14:11:17 -04:00
A. Unique TensorFlower
4164243a99
Merge pull request #59 from georgianpartners:master
...
PiperOrigin-RevId: 262652439
2019-08-09 16:04:35 -07:00