1. 21 Nov, 2019 1 commit
  2. 30 Jul, 2019 1 commit
  3. 19 Jul, 2019 1 commit
  4. 18 Jul, 2019 1 commit
  5. 08 Jul, 2019 1 commit
    • Yang Liu's avatar
      Bug fix of cifar10_eval.py (#6928) · cad067d8
      Yang Liu authored
      * Bug fix of cifar10_eval.py
      
      line 120: changed from eval_data = FLAGS.eval_data == 'test'
      to: eval_data = FLAGS.eval_data
      comment: the original code assigns 'true' to eval_data, when the script is being used to evaluate networks on the evaluation set, it DOES NOT load the evaluation set as intended, but actually loads the trainning set (line 105 of cifar10_input.py).
      
      * Remove one line that was an artifact of issue.
      cad067d8
  6. 22 Jun, 2019 1 commit
    • George K's avatar
      readme source url and import optimization (#7084) · adc27172
      George K authored
      * restored missing function
      
      * missing import
      
      * missing imports
      
      * updated tutorial link
      
      * recovered _print_download_progress func
      
      * change default train with float16 instead of float32 accuracy
      
      * test disable func call
      
      * redundant function call, currently data is pulled automatically in
      
      * optimized imports
      
      * optimized imports
      adc27172
  7. 24 Apr, 2019 1 commit
  8. 22 Apr, 2019 1 commit
  9. 01 Nov, 2018 1 commit
    • cheerss's avatar
      update the calculation of num_batches_per_epoch · c8032908
      cheerss authored
      the number of batches per epoch also depends on the number of gpus. it should be `num_batches_per_epoch = (cifar10.NUM_EXAMPLES_PER_EPOCH_FOR_TRAIN / FLAGS.batch_size / FLAGS.num_gpus)`
      c8032908
  10. 11 Jul, 2018 1 commit
  11. 19 Jun, 2018 1 commit
  12. 31 May, 2018 1 commit
  13. 05 May, 2018 1 commit
  14. 11 Apr, 2018 1 commit
  15. 29 Mar, 2018 1 commit
  16. 17 Mar, 2018 1 commit
  17. 16 Mar, 2018 1 commit
  18. 13 Mar, 2018 1 commit
  19. 02 Mar, 2018 1 commit
  20. 26 Feb, 2018 1 commit
  21. 08 Feb, 2018 1 commit
    • Toby Boyd's avatar
      six.moves works with python2/3 · fd087884
      Toby Boyd authored
      The change you added did not work with python2, it does not have encoding in .log.  This fixes it. feel free to test on Python3.  I tested python2 and I am really sue this works fine for python3.  Good catch.  sorry for not having it fixed earlier.
      fd087884
  22. 07 Feb, 2018 1 commit
  23. 06 Feb, 2018 1 commit
  24. 05 Feb, 2018 1 commit
  25. 31 Jan, 2018 1 commit
  26. 24 Jan, 2018 1 commit
  27. 12 Jan, 2018 1 commit
  28. 10 Jan, 2018 2 commits
  29. 05 Jan, 2018 1 commit
  30. 03 Jan, 2018 1 commit
  31. 21 Dec, 2017 2 commits
  32. 12 Dec, 2017 1 commit
  33. 01 Dec, 2017 1 commit
  34. 29 Nov, 2017 1 commit
  35. 22 Nov, 2017 1 commit
  36. 15 Nov, 2017 1 commit
  37. 02 Nov, 2017 1 commit
  38. 29 Oct, 2017 1 commit