1. 25 Feb, 2020 1 commit
  2. 10 Oct, 2019 1 commit
  3. 01 Aug, 2019 1 commit
  4. 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
  5. 04 Jun, 2019 1 commit
  6. 20 May, 2019 1 commit
  7. 18 May, 2019 1 commit
  8. 03 May, 2019 1 commit
  9. 02 May, 2019 1 commit
  10. 26 Apr, 2019 1 commit
    • Toby Boyd's avatar
      Combined imagenet and cifar-10 estimator tests (#6672) · acc6f6d7
      Toby Boyd authored
      * Combined imagenet and cifar-10 benchmarks
      
      * Comments and epochs_between_evals.
      
      * Added tuned tests and cleaned up benchmark flags
      
      * Fix names.
      
      * Return results and add images/sec hook.
      
      * updated doc strings for return values.
      
      * 128 to 256 batch for FP16 test
      
      * added more doc strings to fix lint.
      acc6f6d7