1. 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
  2. 20 Jun, 2019 1 commit
  3. 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