1. 12 Aug, 2020 1 commit
  2. 10 Aug, 2020 1 commit
  3. 19 May, 2020 1 commit
  4. 20 Apr, 2020 1 commit
  5. 16 Mar, 2020 1 commit
  6. 28 Jan, 2020 1 commit
  7. 27 Nov, 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
  10. 21 Jun, 2019 1 commit
    • Toby Boyd's avatar
      NCF XLA and Eager tests with a refactor of resnet flags to make this cleaner. (#7067) · a68f65f8
      Toby Boyd authored
      * XLA FP32 and first test
      
      * More XLA benchmarks FP32.
      
      * Add eager to NCF and refactor resnet.
      
      * fix v2_0 calls and more flag refactor.
      
      * Remove extra flag args.
      
      * 90 epoch default
      
      * add return
      
      * remove xla not used by estimator.
      
      * Remove duplicate run_eagerly.
      
      * fix flag defaults.
      
      * Remove fp16_implementation flag option.
      
      * Remove stop early on mlperf test.
      
      * remove unneeded args.
      
      * load flags from keras mains.
      a68f65f8
  11. 20 Jun, 2019 1 commit
  12. 17 Apr, 2019 1 commit
    • Shining Sun's avatar
      Added unit tests keras cifar and imagenet (#6535) · 2ae6d37a
      Shining Sun authored
      * before moving test cases to the base class
      
      * Added tests for keras cifar and keras imagenet
      
      * fix cifar10_test
      
      * add blank lines
      
      * fix lint errors
      
      * fix lint
      
      * Resolve comments
      
      * Modified two resnet keras tests
      
      * Tests passed
      
      * Remove keras_test_base
      
      * Remove gpu from the no-dist tests
      2ae6d37a