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
    • Shanshan Wu's avatar
      A problem shows up with using subclasses of `tff.learning.Model`: after... · c82f1bfa
      Shanshan Wu authored
      A problem shows up with using subclasses of `tff.learning.Model`: after wrapping the model as an EnhancedModel, one cannot access the methods that are specifically defined by the subclass model.
      
      This CL removes the EnhancedModel wrapper used when computing baseline metrics and training personalized models. This makes sure that users can access the full functionality of the model returned by `model_fn`.
      
      PiperOrigin-RevId: 321578480
      c82f1bfa
  2. Jun 25, 2020
  3. May 28, 2020
  4. May 09, 2020
  5. May 08, 2020
  6. Apr 23, 2020
  7. Mar 24, 2020
  8. Feb 26, 2020
    • Shanshan Wu's avatar
      All the preprocessing (such as batching) of train and test datasets will be... · e71de7f7
      Shanshan Wu authored
      All the preprocessing (such as batching) of train and test datasets will be done within each personalization strategy. This allows users to define personalization strategies that have different preprocessing methods. After this CL, when using the `personalization_eval` API, the client-side input should be raw `tf.data.Dataset`s (with no preprocessing such as batching).
      
      The main change is in the definition of `client_input_type`. The docstrings and tests are revised accordingly.
      
      PiperOrigin-RevId: 297176923
      e71de7f7
  9. Jan 25, 2020
  10. Jan 24, 2020
Loading