1. 04 Oct, 2018 1 commit
  2. 28 Aug, 2018 1 commit
  3. 20 Jun, 2018 1 commit
    • Taylor Robie's avatar
      Wide Deep refactor and deep movies (#4506) · 20070ca4
      Taylor Robie authored
      * begin branch
      
      * finish download script
      
      * rename download to dataset
      
      * intermediate commit
      
      * intermediate commit
      
      * misc tweaks
      
      * intermediate commit
      
      * intermediate commit
      
      * intermediate commit
      
      * delint and update census test.
      
      * add movie tests
      
      * delint
      
      * fix py2 issue
      
      * address PR comments
      
      * intermediate commit
      
      * intermediate commit
      
      * intermediate commit
      
      * finish wide deep transition to vanilla movielens
      
      * delint
      
      * intermediate commit
      
      * intermediate commit
      
      * intermediate commit
      
      * intermediate commit
      
      * fix import
      
      * add default ncf csv construction
      
      * change default on download_if_missing
      
      * shard and vectorize example serialization
      
      * fix import
      
      * update ncf data unittests
      
      * delint
      
      * delint
      
      * more delinting
      
      * fix wide-deep movielens serialization
      
      * address PR comments
      
      * add file_io tests
      
      * investigate wide-deep test failure
      
      * remove hard coded path and properly use flags.
      
      * address file_io test PR comments
      
      * missed a hash_bucked_size
      20070ca4
  4. 12 Jun, 2018 1 commit
    • Katherine Wu's avatar
      Transformer multi gpu, remove multi_gpu flag, distribution helper functions (#4457) · 29c9f985
      Katherine Wu authored
      * Add DistributionStrategy to transformer model
      
      * add num_gpu flag
      
      * Calculate per device batch size for transformer
      
      * remove reference to flags_core
      
      * Add synthetic data option to transformer
      
      * fix typo
      
      * add import back in
      
      * Use hierarchical copy
      
      * address PR comments
      
      * lint
      
      * fix spaces
      
      * group train op together to fix single GPU error
      
      * Fix translate bug (sorted_keys is a dict, not a list)
      
      * Change params to a default dict (translate.py was throwing errors because params didn't have the TPU parameters.)
      
      * Address PR comments. Removed multi gpu flag + more
      
      * fix lint
      
      * fix more lints
      
      * add todo for Synthetic dataset
      
      * Update docs
      29c9f985
  5. 03 May, 2018 4 commits
  6. 30 Apr, 2018 1 commit
  7. 26 Apr, 2018 1 commit
  8. 19 Apr, 2018 1 commit
  9. 12 Apr, 2018 1 commit
    • Taylor Robie's avatar
      Resnet distribution strategies (#3887) · 32aa6563
      Taylor Robie authored
      * begin transfer from contrib fork
      
      more changes to resnet_run_loop
      
      use AUTOTUNE in prefetch
      
      first pass at resnet with functional distribution strategies
      
      fix syntax error
      
      delint
      
      aesthetic tweaks
      
      delint and fix typos
      
      rip multi_gpu flag out of resnet entirely. Subject to saved model load verification
      
      update cifar10 and imagenet tests to reflect that the model function no longer need to know about multi_gpu
      
      fix imagenet test
      
      start addressing PR comments
      
      more PR response work
      
      * misc tweaks
      
      * add a comment
      
      * final pr tweaks
      
      * fix parsers
      32aa6563
  10. 11 Apr, 2018 1 commit
  11. 10 Apr, 2018 4 commits
  12. 03 Apr, 2018 1 commit
    • Karmel Allison's avatar
      Rename logging directory (#3860) · a0e3604f
      Karmel Allison authored
      * Updating name of logging package to avoid overwriting Python builtin logging.
      
      * Updating name of logging package to avoid overwriting Python builtin logging.
      a0e3604f
  13. 28 Mar, 2018 1 commit
    • Karmel Allison's avatar
      Add SavedModel export to Resnet (#3759) · eb73a850
      Karmel Allison authored
      * Adding export_dir and model saving for Resnet
      
      * Moving to utils for tests
      
      * Adding batch_size
      
      * Adding multi-gpu export warning
      
      * Responding to CR
      
      * Py3 compliance
      eb73a850
  14. 23 Mar, 2018 1 commit
  15. 20 Mar, 2018 2 commits
  16. 12 Mar, 2018 1 commit
    • yhliang2018's avatar
      make /official a Python module (#3557) · 6e3e5c38
      yhliang2018 authored
      * Adding logging utils
      
      * restore utils
      
      * delete old file
      
      * update inputs and docstrings
      
      * make /official a python module
      
      * remove /utils directory
      
      * Update readme for python path setting
      
      * Change readme texts
      6e3e5c38
  17. 16 Feb, 2018 2 commits
    • Asim Shankar's avatar
      Respond to comments in the PR · fd470cae
      Asim Shankar authored
      fd470cae
    • Asim Shankar's avatar
      MNIST: Eager execution. · 40226d35
      Asim Shankar authored
      Add an example showing how to train the MNIST model with eager execution
      enabled.
      
      (This change requires changes to TensorFlow made after
      the 1.6 release branch was cut, i.e., will require a build
      from source or TensorFlow 1.7+)
      40226d35
  18. 06 Feb, 2018 1 commit
  19. 31 Jan, 2018 3 commits
  20. 26 Jan, 2018 2 commits
  21. 24 Jan, 2018 1 commit
  22. 22 Jan, 2018 1 commit
  23. 02 Jan, 2018 1 commit
    • Asim Shankar's avatar
      [mnist]: Use FixedLengthRecordDatatest · 73def645
      Asim Shankar authored
      - Prior to this change, the use of tf.data.Dataset essentially embedded
        the entire training/evaluation dataset into the graph as a constant,
        leading to unnecessarily humungous graphs (Fixes #3017)
      - Also, use batching on the evaluation dataset to allow
        evaluation on GPUs that cannot fit the entire evaluation dataset in
        memory (Fixes #3046)
      73def645
  24. 21 Dec, 2017 1 commit
  25. 19 Dec, 2017 3 commits
  26. 18 Dec, 2017 1 commit
  27. 08 Dec, 2017 1 commit