1. 21 Jul, 2018 1 commit
  2. 19 Jul, 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. 09 May, 2018 1 commit
    • Tobias Hinz's avatar
      mnist_eager to use GPU if not specified otherwise (#4216) · d0b6a34b
      Tobias Hinz authored
      Update mnist_eager.py to use GPU if available and not specified otherwise. At the moment it uses the CPU even if a GPU is available, since "if flags_obj.no_gpu or tf.test.is_gpu_available():" in "def run_mnist_eager(flags_obj):" evaluates to True if a GPU is available.
      d0b6a34b
  5. 03 May, 2018 3 commits
  6. 02 May, 2018 1 commit
  7. 10 Apr, 2018 2 commits
  8. 04 Apr, 2018 1 commit
  9. 23 Mar, 2018 1 commit
  10. 20 Mar, 2018 2 commits
  11. 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
  12. 06 Mar, 2018 1 commit
  13. 17 Feb, 2018 2 commits
  14. 16 Feb, 2018 2 commits
    • Asim Shankar's avatar
      Respond to PR comments · 06dd5c7e
      Asim Shankar authored
      06dd5c7e
    • 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