This project is mirrored from https://github.com/tensorflow/federated.
Pull mirroring failed .
Last successful update .
Last successful update .
- 02 9月, 2021 2 次提交
-
-
由 Michael Reneer 创作于
PiperOrigin-RevId: 394327712
-
由 Wennan Zhu 创作于
Adding implementations of private heavy hitters with invertible Invertible Bloom Lookup Tables (IBLT). PiperOrigin-RevId: 394247532
-
- 21 8月, 2021 1 次提交
-
-
由 Wennan Zhu 创作于
PiperOrigin-RevId: 392078655
-
- 20 8月, 2021 1 次提交
-
-
由 Michael Reneer 创作于
PiperOrigin-RevId: 391889931
-
- 12 8月, 2021 1 次提交
-
-
由 A. Unique TensorFlower 创作于
Changes: (1) Replaces the old dp_query `CentralTreeSumQuery` with the updated one `TreeRangeSumQuery`. The updated query has several advantages: 1) It easily supports different DP mechanisms (e.g. GaussianSumQuery, DistributedDiscreteGaussianSumQuery) by taking them as inner queries; 2) `TreeRangeSumQuery` does not hard-code any clipping inside so it is composable with various clipping factories. To avoid DP error, it does norm checking inside to make sure appropriate clipping happens outside. (2) Removes the type conversion from int32 to float32 before return in `discretized_histogram_counts`. Now the function outputs int32 tensors. This change is due to the type requirement of `HistogramClippingSumFactory`. (3) Updates tff's dependency on tensorflow privacy to 0.7.0. PiperOrigin-RevId: 390277449
-
- 24 7月, 2021 1 次提交
-
-
由 Michael Reneer 创作于
PiperOrigin-RevId: 386503038
-
- 16 7月, 2021 1 次提交
-
-
由 A. Unique TensorFlower 创作于
PiperOrigin-RevId: 385027661
-
- 15 7月, 2021 1 次提交
-
-
由 Michael Reneer 创作于
Create `python_package_tool` package group to be more clear about the purpose of `__init__.py` visibility. PiperOrigin-RevId: 384785238
-
- 09 7月, 2021 1 次提交
-
-
由 Michael Reneer 创作于
PiperOrigin-RevId: 383644839
-
- 04 6月, 2021 1 次提交
-
-
由 Zheng Xu 创作于
PiperOrigin-RevId: 377308092
-
- 18 5月, 2021 1 次提交
-
-
由 Zachary Garrett 创作于
https://github.com/tensorflow/tensorflow/blob/v2.5.0/tensorflow/tools/pip_package/setup.py#L130 Fix the nightly package to depend on gRPC 1.37 which was updated recently. PiperOrigin-RevId: 374208257
-
- 17 5月, 2021 1 次提交
-
-
由 Michael Reneer 创作于
PiperOrigin-RevId: 374194494
-
- 14 5月, 2021 1 次提交
-
-
由 Michael Reneer 创作于
PiperOrigin-RevId: 373650738
-
- 15 4月, 2021 1 次提交
-
-
由 Zachary Charles 创作于
Removes the `tensorflow_addons` dependency in TFF. PiperOrigin-RevId: 368547696
-
- 30 3月, 2021 1 次提交
-
-
由 Zachary Garrett 创作于
PiperOrigin-RevId: 365715072
-
- 19 2月, 2021 1 次提交
-
-
由 Zachary Garrett 创作于
This will replace usages of `tf.keras.utils.get_file()` which only caches the file download, not the uncompressing of the file. This picks up a dependency on the `tqdm` module, but we will eventually remove the dependency on the `h5py` module. PiperOrigin-RevId: 358224598
-
- 12 2月, 2021 2 次提交
-
-
由 Michael Reneer 创作于
This change accounts for the differences between the required versions of `grpcio` and `h5py` by `tf-nightly` and latest released version of `tensorflow`. PiperOrigin-RevId: 357077164
-
由 Michael Reneer 创作于
* `grpcio` to version `11.34.0` * `h5py` to version `3.1.0` This should fix the TFF Python dependency resolution issues. PiperOrigin-RevId: 356996247
-
- 13 1月, 2021 1 次提交
-
-
由 Keith Rush 创作于
Jax 0.2.7 and Jaxlib 0.1.58 are incompatible (https://github.com/google/jax/issues/5374); jax released 0.2.8 to fix. PiperOrigin-RevId: 351390727
-
- 30 12月, 2020 1 次提交
-
-
由 Michael Reneer 创作于
PiperOrigin-RevId: 349481018
-
- 29 12月, 2020 1 次提交
-
-
由 Michael Reneer 创作于
PiperOrigin-RevId: 349310850
-
- 24 12月, 2020 1 次提交
-
-
由 Krzysztof Ostrowski 创作于
PiperOrigin-RevId: 348858125
-
- 20 11月, 2020 1 次提交
-
-
由 Michael Reneer 创作于
PiperOrigin-RevId: 343404565
-
- 20 8月, 2020 1 次提交
- 18 8月, 2020 1 次提交
-
-
由 Galen Andrew 创作于
Bump `tensorflow-privacy` version from `0.4.0` to `0.5.0`. PiperOrigin-RevId: 327108682
-
- 06 8月, 2020 1 次提交
-
-
由 Michael Reneer 创作于
PiperOrigin-RevId: 325092792
-
- 05 8月, 2020 1 次提交
-
-
由 Weikang Song 创作于
PiperOrigin-RevId: 324839984
-
- 28 7月, 2020 3 次提交
-
-
由 Michael Reneer 创作于
PiperOrigin-RevId: 323456130
-
由 Michael Reneer 创作于
PiperOrigin-RevId: 323447395
-
由 Michael Reneer 创作于
The python function needs to be defined before it is used. PiperOrigin-RevId: 323424444
-
- 18 7月, 2020 1 次提交
-
-
由 Galen Andrew 创作于
The zeroing threshold is adapted to a multiple of a specified quantile of the value norm distribution. PiperOrigin-RevId: 321831230
-
- 16 7月, 2020 1 次提交
-
-
由 Michael Reneer 创作于
PiperOrigin-RevId: 321393738
-
- 15 7月, 2020 1 次提交
-
-
由 Michael Reneer 创作于
There are a few users to consider: 1. A developer on TFF wants source at HEAD. 2. A researcher using TFF wants pip package at release in 90% of scenarios and sometimes (ideally rarely) wants nightly, but never wants to build a pip package. 3. A developer making a framework using TFF wants pip release and nightly, but never wants to build a pip package. 4. A researcher upstreaming change to TFF basically has moved from #2 to #3. Fixes: #878 PiperOrigin-RevId: 321226038
-
- 28 5月, 2020 1 次提交
-
-
由 Michael Reneer 创作于
PiperOrigin-RevId: 313418904
-
- 15 5月, 2020 4 次提交
-
-
由 Michael Reneer 创作于
PiperOrigin-RevId: 311597186
-
由 Michael Reneer 创作于
PiperOrigin-RevId: 311573481
-
由 Michael Reneer 创作于
#845 PiperOrigin-RevId: 311556800
-
由 Michael Reneer 创作于
#845 PiperOrigin-RevId: 311548898
-
- 05 5月, 2020 1 次提交
-
-
由 Galen Andrew 创作于
PiperOrigin-RevId: 309828266
-
- 23 4月, 2020 1 次提交
-
-
由 Zachary Garrett 创作于
Wrap performance changes for simulation ClientData that only work at TensorFlow master in a version check. Revert to previous behavior if not using TF versin later than 2.3.0 (not released yet). PiperOrigin-RevId: 307936741
-