1. 20 Mar, 2018 2 commits
  2. 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
  3. 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
  4. 06 Feb, 2018 1 commit
  5. 31 Jan, 2018 3 commits
  6. 26 Jan, 2018 2 commits
  7. 24 Jan, 2018 1 commit
  8. 22 Jan, 2018 1 commit
  9. 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
  10. 21 Dec, 2017 1 commit
  11. 19 Dec, 2017 3 commits
  12. 18 Dec, 2017 1 commit
  13. 08 Dec, 2017 1 commit
  14. 06 Nov, 2017 3 commits
  15. 27 Oct, 2017 1 commit
  16. 25 Oct, 2017 1 commit
  17. 04 Oct, 2017 1 commit
  18. 25 Sep, 2017 1 commit
  19. 21 Sep, 2017 2 commits