1. 17 Oct, 2019 1 commit
  2. 11 Oct, 2019 1 commit
  3. 07 Oct, 2019 1 commit
  4. 05 Oct, 2019 1 commit
  5. 04 Oct, 2019 1 commit
  6. 20 Sep, 2019 1 commit
  7. 19 Sep, 2019 1 commit
  8. 17 Sep, 2019 2 commits
  9. 06 Sep, 2019 2 commits
  10. 05 Sep, 2019 1 commit
  11. 03 Sep, 2019 1 commit
  12. 29 Aug, 2019 1 commit
    • Reed Wanderman-Milne's avatar
      Use new mixed_float16 policy for resnet. · dcd0e7ad
      Reed Wanderman-Milne authored
      The old infer_float32_policies policy will be removed from TensorFlow soon.
      
      To test convergence, I ran the Resnet50KerasAccuracy.benchmark_8_gpu_fp16 benchmark. I got an accuracy of 0.76037 and an exp_per_second of 6908.
      
      PiperOrigin-RevId: 266191126
      dcd0e7ad
  13. 22 Aug, 2019 2 commits
  14. 21 Aug, 2019 1 commit
  15. 19 Aug, 2019 2 commits
  16. 16 Aug, 2019 3 commits
  17. 13 Aug, 2019 1 commit
  18. 10 Aug, 2019 1 commit
  19. 09 Aug, 2019 1 commit
  20. 07 Aug, 2019 1 commit
  21. 06 Aug, 2019 1 commit
  22. 05 Aug, 2019 2 commits
  23. 02 Aug, 2019 2 commits
    • Haoyu Zhang's avatar
      Merged commit includes the following changes: (#7368) · 23c0017f
      Haoyu Zhang authored
      * Merged commit includes the following changes:
      261380794  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      261374439  by haoyuzhang<haoyuzhang@google.com>:
      
          Change Keras CTL dependencies from r1 ResNet to Keras ResNet.
      
      --
      
      PiperOrigin-RevId: 261380794
      
      * Revert unintentional change
      
      * Revert unintentional change
      23c0017f
    • Haoyu Zhang's avatar
      Merged commit includes the following changes: (#7365) · 1921a3b5
      Haoyu Zhang authored
      261339941  by haoyuzhang<haoyuzhang@google.com>:
      
          Own library functions in Keras ResNet models, and remove dependencies on v1 Estimator version of ResNet models.
      
          Most dependencies that the Keras version has are related to data input pipelines. Created dedicated files (cifar_preprocessing.py, imagenet_preprocessing.py) to collect all logic handling Cifar and ImageNet data input function.
      
      --
      261339166  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      261317601  by akuegel<akuegel@google.com>:
      
          Internal change
      
      261218818  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      PiperOrigin-RevId: 261339941
      1921a3b5
  24. 01 Aug, 2019 3 commits
    • Haoyu Zhang's avatar
      Move the official ResNet (estimator version) under `official/r1` (#7355) · 87542800
      Haoyu Zhang authored
      * Restructure resnet estimator code to under official/r1
      
      * Continue moving resnet code...
      
      * Improved README.md
      87542800
    • Haoyu Zhang's avatar
      Merged commit includes the following changes: (#7354) · dc4c5f1a
      Haoyu Zhang authored
      261171038  by gjn<gjn@google.com>:
      
          Remove weight_decay_rate 0 early exit check
      
          Removing this code path should be fine since this was actually not doing
          what it meant to do. Since weight_decay_rate is actually a tensor, the
          equality check was only looking at the id of the object and comparing to
          0. This should never be true. Evaluating a tensor is also not what we
          want to do at this point of the code. Thus it should be fine to simply
          remove this code.
      
      --
      261169862  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      261153520  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      261140302  by hongkuny<hongkuny@google.com>:
      
          Clean up
      
      --
      
      PiperOrigin-RevId: 261171038
      dc4c5f1a
    • Haoyu Zhang's avatar
      Remove whitespaces from empty lines (#7353) · 144bc3c2
      Haoyu Zhang authored
      144bc3c2
  25. 31 Jul, 2019 1 commit
  26. 30 Jul, 2019 1 commit
  27. 25 Jul, 2019 1 commit
  28. 24 Jul, 2019 2 commits
  29. 23 Jul, 2019 1 commit