1. 05 Dec, 2019 2 commits
  2. 28 Oct, 2019 1 commit
  3. 23 Oct, 2019 1 commit
  4. 22 Oct, 2019 2 commits
    • Rohan Jain's avatar
      Getting rid of experimental_allow_stateful now that we have... · e0460db7
      Rohan Jain authored
      Getting rid of experimental_allow_stateful now that we have experimental_external_state_policy instead.
      that option.
      
      We've replaced experimental_allow_stateful with experimental_external_state_policy with a default of WARN in which we'll only print a warning message and not fail. As a result, we can now safely remove all client code that explicitly set the allow_stateful_ops flag to True.
      
      PiperOrigin-RevId: 276115313
      e0460db7
    • Ruoxin Sang's avatar
      Internal change · 8a5702f2
      Ruoxin Sang authored
      PiperOrigin-RevId: 276103495
      8a5702f2
  5. 11 Oct, 2019 3 commits
  6. 10 Oct, 2019 2 commits
  7. 04 Oct, 2019 1 commit
  8. 19 Aug, 2019 1 commit
  9. 02 Aug, 2019 1 commit
    • 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