"tests/vscode:/vscode.git/clone" did not exist on "d055876a2a88385e38673d5133865d211282c1d4"
  1. 25 Feb, 2019 1 commit
  2. 24 Feb, 2019 1 commit
  3. 23 Feb, 2019 1 commit
  4. 22 Feb, 2019 4 commits
  5. 21 Feb, 2019 5 commits
  6. 19 Feb, 2019 1 commit
  7. 15 Feb, 2019 1 commit
  8. 14 Feb, 2019 7 commits
  9. 13 Feb, 2019 2 commits
  10. 12 Feb, 2019 4 commits
    • 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
    • Toby Boyd's avatar
      25b10ebe
    • Toby Boyd's avatar
      V2 contrib tweaks (#6184) · a1ee97e6
      Toby Boyd authored
      * Remove contrib thread pool.
      
      * Remove commented out contrib import.
      
      * Fix lint issues.
      
      * move tf.data.options higher. Tweak line breaks.
      
      * do not monkey patch on or off if dist_strat is off
      
      * Do not monkey patch if no_dist_strat.
      
      * Fix file permissions.
      
      * fix file permissions.
      
      * Revert change to main.  Add hasattr(tf, 'contrib') to utils
      
      * compat.v1.logging
      
      * tf.compat.v1.get_local_variables.
      a1ee97e6
    • Toby Boyd's avatar
      add validation_freq which matches estimator settings. (#6180) · 7e056690
      Toby Boyd authored
      - Modest speedup for CIFAR-10
      - Slightly greater speedup expected for ImageNet ResNet50.
      7e056690
  11. 11 Feb, 2019 3 commits
  12. 10 Feb, 2019 1 commit
  13. 09 Feb, 2019 1 commit
    • Yuefeng Zhou's avatar
      Add pure synthetic data to keras resnet model. (#6174) · 05383c7b
      Yuefeng Zhou authored
      * Add pure synthetic data to keras resnet mode.
      
      * Add imports.
      
      * Address comments.
      
      * update comment
      
      * Undo set up synthetic data for real data path.
      
      * update comment
      
      * Address comment
      
      * Remove trailing whiltespaces.
      
      * s/make_data_set_iterator/make_dataset_iterator/
      05383c7b
  14. 08 Feb, 2019 1 commit
  15. 06 Feb, 2019 2 commits
  16. 05 Feb, 2019 1 commit
    • Goldie Gadde's avatar
      tf_upgrade_v2 on resnet and utils folders. (#6154) · d6b2b83c
      Goldie Gadde authored
      * Add resnet56 short tests. (#6101)
      
      * 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.
      
      * Use core mirrored strategy in official models (#6126)
      
      * Imagenet short tests (#6132)
      
      * Add short imagenet tests (taken from seemuch)
      - also rename to match go forward naming
      
      * fix method name
      
      * Update doc strings.
      
      * Fixe gpu number.
      
      * points default data_dir to child folder. (#6131)
      
      Failed test is python2  and was a kokoro failure
      
      * Imagenet short tests (#6136)
      
      * Add short imagenet tests (taken from seemuch)
      - also rename to match go forward naming
      
      * fix method name
      
      * Update doc strings.
      
      * Fixe gpu number.
      
      * Add fill_objects
      
      * fixed calling wrong class in super.
      
      * fix lint issue.
      
      * Flag (#6121)
      
      * Fix the turn_off_ds flag problem
      
      * add param names to all args
      
      * Export benchmark stats using tf.test.Benchmark.report_benchmark() (#6103)
      
      * Export benchmark stats using tf.test.Benchmark.report_benchmark()
      
      * Fix python style using pyformat
      
      * Typos. (#6120)
      
      * log verbosity=2 logs every epoch no progress bars (#6142)
      
      * tf_upgrade_v2 on resnet and utils folder.
      
      * tf_upgrade_v2 on resnet and utils folder.
      d6b2b83c
  17. 03 Feb, 2019 1 commit
  18. 02 Feb, 2019 1 commit
  19. 01 Feb, 2019 2 commits