"tests/vscode:/vscode.git/clone" did not exist on "21b3671bbc508662561ae95a418a26dbe71db356"
  1. 13 Aug, 2020 1 commit
  2. 12 Aug, 2020 1 commit
  3. 14 Apr, 2020 1 commit
  4. 05 Mar, 2020 1 commit
  5. 24 Feb, 2020 1 commit
  6. 28 Jan, 2020 1 commit
  7. 05 Dec, 2019 1 commit
    • Haoyu Zhang's avatar
      Remove tweaked benchmark for no_dist_strat in function mode. · ef8aed79
      Haoyu Zhang authored
      No need to test explicit_gpu_placement + no_dist_strat + function case, since the performance issue is already fixed by unifying the Keras codepaths. However, there is still performance gap using the explicit_gpu_placement flag when run_eagerly.
      
      PiperOrigin-RevId: 283890008
      ef8aed79
  8. 27 Nov, 2019 1 commit
  9. 25 Nov, 2019 1 commit
    • Sai Ganesh Bandiatmakuri's avatar
      Inject enable_runtime_flags into benchmarks. · bcce419a
      Sai Ganesh Bandiatmakuri authored
      This will help general debugging by enabling custom execution with  --benchmark_method_steps.
      
      E.g --benchmark_method_steps=train_steps=7 will run the benchmark for only 7 steps without modifying benchmark code.
      
      PiperOrigin-RevId: 282396875
      bcce419a
  10. 19 Aug, 2019 1 commit
  11. 16 Aug, 2019 1 commit
  12. 06 Aug, 2019 1 commit
  13. 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
  14. 23 Jul, 2019 1 commit
  15. 11 Jul, 2019 1 commit
  16. 21 Jun, 2019 2 commits
  17. 20 Jun, 2019 1 commit
  18. 14 Jun, 2019 1 commit
  19. 13 Jun, 2019 1 commit
  20. 15 May, 2019 1 commit
  21. 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
  22. 08 Apr, 2019 2 commits
  23. 22 Feb, 2019 3 commits
  24. 13 Feb, 2019 1 commit
  25. 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
  26. 01 Feb, 2019 1 commit
  27. 31 Jan, 2019 1 commit
    • Toby Boyd's avatar
      Add resnet56 short tests. (#6101) · 2519f29b
      Toby Boyd authored
      * Add resnet56 short tests.
      - created base benchmark module
      - renamed accuracy test class to contain the word Accuracy
      which will result in a need to update all the jobs
      and a loss of history but is worth it.
      - short tests are mostly copied from shining with oss refactor
      
      * Address feedback.
      
      * Move flag_methods to init
      - Address setting default flags repeatedly.
      
      * Rename accuracy tests.
      
      * Lint errors resolved.
      
      * fix model_dir set to flags.data_dir.
      
      * fixed not fulling pulling out flag_methods.
      2519f29b
  28. 18 Jan, 2019 1 commit
  29. 17 Jan, 2019 1 commit
  30. 15 Jan, 2019 1 commit
  31. 11 Jan, 2019 1 commit
  32. 27 Dec, 2018 2 commits
  33. 23 Dec, 2018 1 commit
  34. 22 Dec, 2018 1 commit
  35. 21 Dec, 2018 1 commit