1. 28 Feb, 2019 4 commits
  2. 27 Feb, 2019 2 commits
  3. 25 Feb, 2019 1 commit
  4. 24 Feb, 2019 1 commit
  5. 23 Feb, 2019 1 commit
  6. 22 Feb, 2019 4 commits
  7. 21 Feb, 2019 5 commits
  8. 19 Feb, 2019 1 commit
  9. 15 Feb, 2019 1 commit
  10. 14 Feb, 2019 7 commits
  11. 13 Feb, 2019 2 commits
  12. 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
  13. 11 Feb, 2019 3 commits
  14. 10 Feb, 2019 1 commit
  15. 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
  16. 08 Feb, 2019 1 commit
  17. 06 Feb, 2019 1 commit