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 16, 2019
-
-
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
-
- Oct 07, 2019
-
-
Zachary Garrett authored
PiperOrigin-RevId: 273296155
-
- Oct 05, 2019
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 272968768
-
Zachary Garrett authored
PiperOrigin-RevId: 272949383
-
A. Unique TensorFlower authored
Use the serial number pattern to check target directory naming before saving a checkpoint. PiperOrigin-RevId: 272911215
-
Michael Reneer authored
PiperOrigin-RevId: 272905857
-
Michael Reneer authored
PiperOrigin-RevId: 272901580
-
Michael Reneer authored
PiperOrigin-RevId: 272899026
-
Zachary Garrett authored
PiperOrigin-RevId: 272888162
-
- Oct 04, 2019
-
-
Zachary Garrett authored
WARNING: Depending on tensorflow_addons will transitively require TFF to pull in TF 2.0 pip packages; hence this is backwards incompatible with previous TFF versions which were compatible with TF 1.x. PiperOrigin-RevId: 272744011
-
Zachary Garrett authored
Pin to a previous tf-nightly version that is still TF 1.x compatible. PiperOrigin-RevId: 272734678
-
Zachary Garrett authored
Update to TF 2.0 optimizers and use gradient tape. PiperOrigin-RevId: 272705511
-
Zachary Garrett authored
PiperOrigin-RevId: 272689129
-