This project is mirrored from https://github.com/tensorflow/federated.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Nov 05, 2020
-
-
Michael Reneer authored
Do not use or import the ABCs from `collections`, this is deprecated since Python 3.3, and in 3.9 it will stop working. These ABCs have moved to 'collections.abc' and should be used from this package. PiperOrigin-RevId: 340678321
-
- Nov 04, 2020
-
-
Galen Andrew authored
PiperOrigin-RevId: 340538528
-
Zachary Garrett authored
TF-nightly (2.5.0) PiperOrigin-RevId: 340451437
-
- Nov 03, 2020
-
-
Zheng Xu authored
PiperOrigin-RevId: 340276637
-
Brendan McMahan authored
Fixes #914. The issue was caused by multiple conflicting imports of tensorboard, which are resolved by pip uninstalling tensorboard before bringing in tensorflow_federated. PiperOrigin-RevId: 340242994
-
- Oct 31, 2020
-
-
Keith Rush authored
PiperOrigin-RevId: 339961597
-
Galen Andrew authored
For now measurements are aggregated by SumFactory, but we will add support in the future for private measurements aggregation. Also: 1. Change state to OrderedDict (from tuple). 2. Change default zeroing norm order from np.inf to 2 for ease of transition between ZeroingFactory and ZeroingClippingFactory (which must use 2-norm), and use tf.linalg.global_norm if norm order is 2, for efficiency. PiperOrigin-RevId: 339908232
-
- Oct 30, 2020
-
-
Michael Reneer authored
PiperOrigin-RevId: 339805559
-
Keith Rush authored
PiperOrigin-RevId: 339804460
-
Keith Rush authored
PiperOrigin-RevId: 339801656
-
Jakub Konecny authored
PiperOrigin-RevId: 339684912
-
- Oct 29, 2020
-
-
Michael Reneer authored
This backend is a good place to construct contexts that can be used for testing. * Added a test backend. * Added an `execution_context` which can execute `federated_secure_sum` intrinsics. PiperOrigin-RevId: 339579125
-
Keith Rush authored
PiperOrigin-RevId: 339523983
-
- Oct 28, 2020
-
-
Keith Rush authored
PiperOrigin-RevId: 339382611
-
Zheng Xu authored
PiperOrigin-RevId: 339340854
-
Keith Rush authored
Certain TensorFlow APIs (e.g. C++ callable API) fail if feeds and fetches are identical. TFF introduces identity graphs in order to reason about invariants in its compilation to TensorFlow, and indeed passes them through directly in the case of compiling (x -> x) to TensorFlow. This change prevents feeds and fetches from being identical in these graphs. PiperOrigin-RevId: 339320146
-
Zachary Garrett authored
The API changed to request the factory, rather than the executor. PiperOrigin-RevId: 339291526
-
Zachary Garrett authored
PiperOrigin-RevId: 339278080
-
Keith Rush authored
PiperOrigin-RevId: 339271404
-
- Oct 27, 2020
-
-
Jakub Konecny authored
PiperOrigin-RevId: 339245271
-
Shanshan Wu authored
* Removes the complicated `tf.TensorArray`s and TF control flow in `build_personalize_fn`, and uses the simpler Python control flow. * Adds type annotations and module-level constants. * Improves the docstring. PiperOrigin-RevId: 339174601
-
Keith Rush authored
PiperOrigin-RevId: 339136371
-
Galen Andrew authored
Introduces ClippingFactory, ZeroingFactory, and ZeroingClippingFactory for aggregation after clipping/zeroing large values. PiperOrigin-RevId: 339116405
-
- Oct 23, 2020
-
-
Zachary Garrett authored
PiperOrigin-RevId: 338680584
-
tensorflow-copybara authored
PiperOrigin-RevId: 338559101
-
Taylor Cramer authored
This also cleans up some other shared functionlity in form_utils and clarifies the ordering of (context_from_server, client_data) parameters in both broadcast-form-able computations and in `BroadcastForm.client_processing`. This aligns with `IterativeProcess`, but does not match `work`. PiperOrigin-RevId: 338553479
-
Keith Rush authored
PiperOrigin-RevId: 338499217
-
- Oct 22, 2020
-
-
Zachary Garrett authored
PiperOrigin-RevId: 338360194
-
Ronald Seoh authored
-
Ronald Seoh authored
-
Ronald Seoh authored
-
Ronald Seoh authored
-
Ronald Seoh authored
-
Jason Roselander authored
Fixed bug in RemoteExecutor which could cause it to hang in streaming mode if the connection fails before messages are sent. PiperOrigin-RevId: 338284054
-
Keith Rush authored
PiperOrigin-RevId: 338282399
-
Ronald Seoh authored
-
- Oct 21, 2020
-
-
Jakub Konecny authored
PiperOrigin-RevId: 338088240
-
Zachary Garrett authored
PiperOrigin-RevId: 338087663
-
Zheng Xu authored
PiperOrigin-RevId: 338076995
-
- Oct 20, 2020
-
-
Keith Rush authored
PiperOrigin-RevId: 337964148
-