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 17, 2020
  2. Jul 16, 2020
  3. Jul 08, 2020
  4. Jul 02, 2020
  5. Jun 24, 2020
  6. Jun 23, 2020
  7. Jun 02, 2020
  8. May 30, 2020
  9. May 28, 2020
  10. May 09, 2020
  11. May 08, 2020
  12. Apr 04, 2020
  13. Apr 02, 2020
  14. Mar 26, 2020
  15. Feb 28, 2020
  16. Feb 21, 2020
  17. Feb 20, 2020
  18. Feb 19, 2020
    • Michael Reneer's avatar
      Updated TFF to use `Note:` instead of `NOTE:`. · 63a77ce6
      Michael Reneer authored
      PiperOrigin-RevId: 295827969
      63a77ce6
    • Zachary Garrett's avatar
      Remove tf.learning.from_compiled_keras_model(). · d878ef91
      Zachary Garrett authored
      -   Removes `tff.learning.from_compiled_keras_model()` from API.
      -   Removes unused `tff.learning._TrainableKerasModel`.
      -   Removes usage of `tf.keras.Model.output_names` and
          `tf.keras.Model.loss_functions` in `tff.learning._KerasModel` to be
          compliant with upcoming Keras refactoring.
      
      As a side-effect of this change, TFF will no longer supported (though no known
      usages):
      
      1.   Specifying multiple loss functions or loss weights via dictionaries
      keyed by model output name. Instead, using ordered sequences of
      functions mapping to outputs is still possible.
      2.   Sublcassed `tf.keras.Model` instances cannot be used in TFF.
      
      PiperOrigin-RevId: 295824509
      d878ef91
  19. Feb 01, 2020
    • Zachary Garrett's avatar
      Deprecated `tff.learning.from_compiled_keras_model`, point users to... · 4620b2d1
      Zachary Garrett authored
      Deprecated `tff.learning.from_compiled_keras_model`, point users to `tff.learning.from_keras_model`.
      
      This is a small step into moving towards (only) using custom client training loops, rather than relying on Keras. This will also allow us to introspect Keras less, and give TFF libraries and users more flexibility and composibility.
      
      PiperOrigin-RevId: 292603966
      4620b2d1
  20. Jan 28, 2020
  21. Jan 03, 2020
  22. Dec 31, 2019
  23. Dec 21, 2019
  24. Dec 06, 2019
  25. Nov 28, 2019
  26. Nov 20, 2019
  27. Nov 16, 2019
  28. Nov 14, 2019
    • Zachary Garrett's avatar
      Correctly compute the number of examples when Keras is using multiple inputs. · d5ba7547
      Zachary Garrett authored
      Previously tried calling shape on a nested structure of tensors, which will not
      work. Instead flatten the structre and call shape on the first tensor (all
      input tensors are expected to have the same first dimension size, the batch
      size).
      
      Updated example models and tests, ensured the test failed under the current
      code and passes after this change.
      
      Fixes #785
      
      PiperOrigin-RevId: 280221692
      d5ba7547
  29. Oct 16, 2019
  30. Aug 21, 2019
  31. Aug 20, 2019
  32. Jul 30, 2019
  33. Jul 09, 2019
  34. Jul 03, 2019
Loading