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 .
- Oct 17, 2019
-
-
Steve Chien authored
PiperOrigin-RevId: 275079302
-
Scott Wegner authored
PiperOrigin-RevId: 275073766
-
Scott Wegner authored
PiperOrigin-RevId: 275055825
-
Scott Wegner authored
In the notation: <weights=float32[10,5],bias[5]>@server 'bias' appears to be the name component for a tensor element of a named tuple. [5] describes the shape, but the dtype is missing. PiperOrigin-RevId: 275054396
-
- Oct 16, 2019
-
-
Keith Rush authored
PiperOrigin-RevId: 274912142
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 274909205
-
Zachary Garrett authored
This is problematic when an experiment is resumed from a previous checkpoint, since the state of the PRNG is not properly saved/restored. This is tricky to get right across all libraries (numpy, tensorflow, python); so avoid setting seeds for now. PiperOrigin-RevId: 274900765
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 274896939
-
Scott Wegner authored
PiperOrigin-RevId: 274883244
-
Michael Reneer authored
This was optional, is causing analysis errors, and could cause a exception to be raised. PiperOrigin-RevId: 274881555
-
Michael Reneer authored
PiperOrigin-RevId: 274871205
-
Scott Wegner authored
PiperOrigin-RevId: 274846444
-
Scott Wegner authored
PiperOrigin-RevId: 274828751
-
Scott Wegner authored
Before: The supplied function with argspec SimpleArgSpec(args=[], varargs=[], kwargs=[], defaults=[]) cannot accept a value of type string* single argument or multiple positional and/or keyword arguments. After: The supplied function "my_tf_fn" with argspec () cannot accept a value of type string* as either a single argument or multiple positional and/or keyword arguments. PiperOrigin-RevId: 274814269
-
Keith Rush authored
PiperOrigin-RevId: 274714639
-
Steve Chien authored
PiperOrigin-RevId: 274674077
-
Michael Reneer authored
PiperOrigin-RevId: 274673083
-
Michael Reneer authored
PiperOrigin-RevId: 274669504
-
Michael Reneer authored
* Added CheckpointManager API. * Added FileCehckpointManager implementation. * Updated an experiment to: * Use the new CheckpointManager objects. * Separate evaluation from the metrics consumer/hook. * Not store metrics in the checkpoint. TODO: Update the remaining experiments to use the checkpoint manager. TODO: Remove checkpoint utils. PiperOrigin-RevId: 274620556
-
Scott Wegner authored
PiperOrigin-RevId: 274618323
-
Michael Reneer authored
PiperOrigin-RevId: 274615965
-
- Oct 15, 2019
-
-
Scott Wegner authored
Previously, to_type only supported passing attr.s class instances with type information embedded into the instance fields (i.e. tff.to_type(MyAttrsClass(my_field=tf.int32))). This change extends support to also accept attr.s class type objects when the field types have been defined, i.e: @attr.s class MyAttrsClass(object): my_field = attr.ib(type=tf.int32) tff.to_type(MyAttrsClass) PiperOrigin-RevId: 274598038
-
- Oct 12, 2019
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 274262570
-
Keith Rush authored
Removes duplication tf data dataset representations, going instead through public constant in tensorflow_utils. PiperOrigin-RevId: 274221123
-
Michael Reneer authored
* Updated the type annotations for `utils_impl`. * Updated the build target to be of kind `pytype_strict_library`. * Updated copybara configuration. PiperOrigin-RevId: 274214750
-
- Oct 11, 2019
-
-
Sergei Lebedev authored
This is a prerequisite for making TensorShape and Dimension more strict about the types of their arguments. PiperOrigin-RevId: 274176324
-
Emily Glanz authored
should preserve the percentage of both in the final sample. PiperOrigin-RevId: 274054312
-
Emily Glanz authored
Add a federated_sample aggregation that is used to collect a sample of client values on the server using reservoir sampling. PiperOrigin-RevId: 274022855
-
- Oct 10, 2019
-
-
Galen Andrew authored
Adds utility function to core/utils/differential_privacy for creating DPQuery with adaptive clipping and/or per-vector clipping. Also cleans up research/baselines/emnist/run_experiment. PiperOrigin-RevId: 273777778
-
- Oct 09, 2019
-
-
Keith Rush authored
PiperOrigin-RevId: 273753109
-
Keith Rush authored
Adds a some test coverage and handles corenr cases better. PiperOrigin-RevId: 273647845
-
Dan Moldovan authored
Normally, **kwargs only accepts a dict for kwargs, but currently autograph wraps the keyword arguments in a dict call -- `dict(kwargs)` -- this is to be fixed soon. Since dict accepts both dicts and lists of key-value pairs, this effectively masked the bug. PiperOrigin-RevId: 273636344
-
Scott Wegner authored
This follows a similar convetion to tf.kersas.Model.summary(): https://www.tensorflow.org/api_docs/python/tf/keras/Model#summary PiperOrigin-RevId: 273609432
-
Jason Roselander authored
PiperOrigin-RevId: 273559700
-
- Oct 08, 2019
-
-
Brendan McMahan authored
PiperOrigin-RevId: 273405515
-
Derek Murray authored
PiperOrigin-RevId: 273403022
-
Yash Katariya authored
PiperOrigin-RevId: 273383857
-
Keith Rush authored
PiperOrigin-RevId: 273360892
-
Zachary Garrett authored
PiperOrigin-RevId: 273346886
-
Michael Reneer authored
PiperOrigin-RevId: 273310053
-