1. 29 Apr, 2019 1 commit
    • Igor's avatar
      Add benchmarks with the --cloning flag to Resnet and NFC. (#6675) · af47736d
      Igor authored
      * Add benchmarks with the --cloning flag to Resnet and NFC.
      
      * Renamed cloning to clone_model_in_keras_dist_strat. Dropped a few tests that aren't essential.
      
      * Fixed up the formatting after re-naming the flag to a much longer  name.  Thanks, lint.
      * Fixed the lint error in nfc_common.py
      af47736d
  2. 24 Apr, 2019 2 commits
  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
  4. 12 Apr, 2019 1 commit
  5. 08 Apr, 2019 3 commits
  6. 05 Apr, 2019 2 commits
  7. 04 Apr, 2019 1 commit
  8. 01 Apr, 2019 1 commit
  9. 29 Mar, 2019 2 commits
  10. 27 Mar, 2019 1 commit
  11. 25 Mar, 2019 1 commit
  12. 20 Mar, 2019 1 commit
  13. 13 Mar, 2019 1 commit
  14. 12 Mar, 2019 1 commit
  15. 07 Mar, 2019 1 commit
  16. 01 Mar, 2019 1 commit
    • Haoyu Zhang's avatar
      Add Keras XLA Tests (#6286) · fa9ed456
      Haoyu Zhang authored
      * Added XLA test with a monkey-patched op to avoid OOM
      
      * Added doc strings in Keras benchmarks to avoid Lint error
      fa9ed456
  17. 28 Feb, 2019 1 commit
  18. 25 Feb, 2019 1 commit
  19. 22 Feb, 2019 2 commits
  20. 15 Feb, 2019 1 commit
  21. 14 Feb, 2019 3 commits
  22. 13 Feb, 2019 1 commit
  23. 12 Feb, 2019 1 commit
    • Toby Boyd's avatar
      Add model_dir to all tests to avoid "resource not found error". (#6143) · f788046c
      Toby Boyd authored
      * fix test benchmark_graph_1_gpu_no_dist_strat failing
      
      - Failure only occurs when all 1_gpu tests are run
      together with the error:
      tensorflow.python.framework.errors_impl.NotFoundError:
      Resource localhost/logdir:/tmp/cifar10_model/
      N10tensorflow22SummaryWriterInterfaceE does not exist.
      [Op:WriteScalarSummary] name: epoch_loss/
      
      Another fix might be to generate a different model_dir
      in the core code, but that has other draw backs such as
      restarting from the checkpoint.
      
      * Model_dir for all tests.
      f788046c
  24. 01 Feb, 2019 3 commits
  25. 15 Jan, 2019 1 commit
  26. 11 Jan, 2019 1 commit
  27. 27 Dec, 2018 2 commits
  28. 23 Dec, 2018 1 commit
  29. 22 Dec, 2018 1 commit