"src/vscode:/vscode.git/clone" did not exist on "2e43e30b01e5e6158a3407a5cf7f1a6f4d1c164d"
  1. 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
  2. 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
  3. 23 Mar, 2018 1 commit
  4. 20 Mar, 2018 2 commits
  5. 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
  6. 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
  7. 06 Feb, 2018 1 commit
  8. 31 Jan, 2018 3 commits
  9. 26 Jan, 2018 2 commits
  10. 24 Jan, 2018 1 commit
  11. 22 Jan, 2018 1 commit
  12. 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
  13. 21 Dec, 2017 1 commit
  14. 19 Dec, 2017 3 commits
  15. 18 Dec, 2017 1 commit
  16. 08 Dec, 2017 1 commit
  17. 06 Nov, 2017 3 commits
  18. 27 Oct, 2017 1 commit
  19. 25 Oct, 2017 1 commit
  20. 04 Oct, 2017 1 commit
  21. 25 Sep, 2017 1 commit
  22. 21 Sep, 2017 2 commits