Skip to content
Snippets Groups Projects
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 .
  1. Jul 21, 2020
    • Zachary Garrett's avatar
      Update FLARS code to work with 4ed574ab. · 770a22e9
      Zachary Garrett authored
      Also while were here, update to some more modern TFF coding practices:
      -  Use `tff.learning.framework.ModelWeights` instead of a custom type.
      -  Delete `from_tff_result` conversion helper, it is no longer needed.
      -  Remove unused test helper methods.
      -  Replace numpy dependency with TF ops.
      
      PiperOrigin-RevId: 322359152
      770a22e9
  2. Jul 15, 2020
  3. Jun 02, 2020
  4. May 28, 2020
  5. Apr 14, 2020
  6. Feb 19, 2020
    • Zachary Garrett's avatar
      Remove calls to deprecated tff.learning.from_compiled_keras_model(). · 8a8e1e45
      Zachary Garrett authored
      -   Removes calls to `tff.learning.from_compiled_keras_model()`.
      -   Change ModelWeights to use lists rather than a dictionaries, remove flattening
          of variables and gradients in training loop.
      -   Add parameter for client optimizers to federated computation building.
      -   Update to use kwargs constructor for OrderdDict.
      -   Update tf.keras.Sequential model construction to explicit use an Input
          layer instead of using an input_shape parameter.
      -   Rplace the check for TrainableModel with a regular Model check in
          DummyClientComputationFn, since the optimizer is no longer compiled in.
      
      PiperOrigin-RevId: 295772881
      8a8e1e45
  7. Feb 14, 2020
  8. Dec 21, 2019
  9. Nov 21, 2019
  10. Nov 16, 2019
  11. Nov 15, 2019
  12. Nov 09, 2019
  13. Nov 07, 2019
  14. Oct 04, 2019
  15. Sep 13, 2019
  16. Sep 12, 2019
  17. Jul 08, 2019
  18. Jun 28, 2019
Loading