This project is mirrored from https://github.com/tensorflow/federated.
Pull mirroring failed .
Last successful update .
Last successful update .
- 02 Sep, 2021 6 commits
-
-
Michael Reneer authored
PiperOrigin-RevId: 394327712
-
Michael Reneer authored
PiperOrigin-RevId: 394303266
-
Zachary Charles authored
PiperOrigin-RevId: 394299699
-
Zachary Garrett authored
This also concretizes some generic methods used in previous model serialization that appeared to interact poorly with tf.function tracing. PiperOrigin-RevId: 394295569
-
Michael Reneer authored
* Added BUILD files. * Updated WORKSPACE. * Updated bazelrc. * Added TF patch. PiperOrigin-RevId: 394259252
-
Wennan Zhu authored
Adding implementations of private heavy hitters with invertible Invertible Bloom Lookup Tables (IBLT). PiperOrigin-RevId: 394247532
-
- 01 Sep, 2021 5 commits
-
-
Galen Andrew authored
Add DpEvent to return value of get_noised_result. For most DPQueries, the default UnsupportedDpEvent is returned, pending further development. PiperOrigin-RevId: 394137614
-
Michael Reneer authored
See https://github.com/grpc/grpc/pull/13929 for more information. PiperOrigin-RevId: 394112774
-
Keith Rush authored
PiperOrigin-RevId: 394111901
-
Karan Singhal authored
PiperOrigin-RevId: 394099367
-
Zachary Garrett authored
PiperOrigin-RevId: 394089953
-
- 31 Aug, 2021 6 commits
-
-
Taylor Cramer authored
PiperOrigin-RevId: 393891207
-
Keith Rush authored
PiperOrigin-RevId: 393880481
-
Zachary Charles authored
Create a library containing client and server measurements suitable for debugging learning processes, and are intended for use with tff.aggregators.add_measurements. PiperOrigin-RevId: 393843919
-
Zachary Garrett authored
This will allow for serializable Model that are also composable post deserialization, as well as more Jax-friendly APIs to go along with tensorflow_federated/experimental/python/learning/jax_components.py PiperOrigin-RevId: 393835777
-
Mark Daoust authored
PiperOrigin-RevId: 393815864
-
Zachary Charles authored
PiperOrigin-RevId: 393790129
-
- 27 Aug, 2021 1 commit
-
-
Galen Andrew authored
PiperOrigin-RevId: 393174542
-
- 26 Aug, 2021 4 commits
-
-
Karan Singhal authored
PiperOrigin-RevId: 392999200
-
Zachary Garrett authored
Fixes #1747 PiperOrigin-RevId: 392960630
-
Zachary Charles authored
Create a composer for computations mirroring the structure of federated evaluation. This change also creates re-usable layers for client work and metrics aggregation. PiperOrigin-RevId: 392952848
-
Shanshan Wu authored
PiperOrigin-RevId: 392931812
-
- 25 Aug, 2021 4 commits
-
-
Zachary Garrett authored
PiperOrigin-RevId: 392785924
-
Zheng Xu authored
PiperOrigin-RevId: 392762446
-
Michael Reneer authored
PiperOrigin-RevId: 392758851
-
Galen Andrew authored
Sets noise_multiplier and clients_per_round correctly in construction of DifferentiallyPrivateFactory in aggregator tuning colab. PiperOrigin-RevId: 392687645
-
- 24 Aug, 2021 2 commits
-
-
Galen Andrew authored
PiperOrigin-RevId: 392470163
-
Zachary Garrett authored
PiperOrigin-RevId: 392452227
-
- 21 Aug, 2021 3 commits
-
-
Wennan Zhu authored
PiperOrigin-RevId: 392084010
-
Wennan Zhu authored
PiperOrigin-RevId: 392078655
-
Michael Reneer authored
PiperOrigin-RevId: 392073116
-
- 20 Aug, 2021 2 commits
-
-
Michael Reneer authored
PiperOrigin-RevId: 391889931
-
Michael Reneer authored
PiperOrigin-RevId: 391879106
-
- 19 Aug, 2021 3 commits
-
-
Jakub Konecny authored
Logarithm of timestamp will return 35 for next many years thus not suitable for random seed generation :| PiperOrigin-RevId: 391689896
-
Zachary Garrett authored
This resolves a bug where the C++ will fail if a `tff.Computation` is returning multiple variant tensors from the same node (e.g. a `PartitionedCall` op). PiperOrigin-RevId: 391638014
-
Zachary Garrett authored
This triggers a bug in the C++ runtime that fails to uniquely name the DatasetToGraphV2 JIT nodes. PiperOrigin-RevId: 391626904
-
- 18 Aug, 2021 1 commit
-
-
Zheng Xu authored
Upstream tree aggregation factory to tff.aggregators. The aggregator can give us differential privacy without relying on sampling for amplification. More details see "Practical and Private (Deep) Learning without Sampling or Shuffling" (https://arxiv.org/abs/2103.00039). PiperOrigin-RevId: 391409199
-
- 17 Aug, 2021 1 commit
-
-
Zheng Xu authored
PiperOrigin-RevId: 391269837
-
- 14 Aug, 2021 2 commits
-
-
Honglin Yuan authored
Remove `@tf.function` decorator for `predict_on_batch` to workaround a tf.data performance regression. PiperOrigin-RevId: 390692772
-
Zachary Charles authored
Add a call to `tf.convert_to_tensor` within `tff.simulation.datasets.TestClientData` in order to allow passing strings to `.serializable_dataset_fn`. This change also adds tests that will fail without this conversion to tensor. PiperOrigin-RevId: 390674662
-