"git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "a4d6d6f1ddc9f15bfa904e7e286e3f5ba4ba5a50"
  1. 21 Jul, 2018 1 commit
  2. 19 Jul, 2018 1 commit
  3. 26 Jun, 2018 1 commit
  4. 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
  5. 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
  6. 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
  7. 03 May, 2018 4 commits
  8. 02 May, 2018 1 commit
  9. 30 Apr, 2018 2 commits
  10. 26 Apr, 2018 1 commit
  11. 23 Apr, 2018 1 commit
  12. 19 Apr, 2018 1 commit
  13. 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
  14. 11 Apr, 2018 1 commit
  15. 10 Apr, 2018 4 commits
  16. 06 Apr, 2018 2 commits
  17. 04 Apr, 2018 1 commit
  18. 03 Apr, 2018 2 commits
  19. 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
  20. 23 Mar, 2018 1 commit
  21. 22 Mar, 2018 4 commits
  22. 20 Mar, 2018 2 commits
  23. 15 Mar, 2018 1 commit
  24. 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
  25. 06 Mar, 2018 1 commit
  26. 02 Mar, 2018 2 commits