1. 19 Jul, 2019 1 commit
  2. 18 Jul, 2019 1 commit
  3. 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
  4. 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
  5. 22 Apr, 2019 1 commit
  6. 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
  7. 11 Jul, 2018 1 commit
  8. 19 Jun, 2018 1 commit
  9. 05 May, 2018 1 commit
  10. 11 Apr, 2018 1 commit
  11. 29 Mar, 2018 1 commit
  12. 13 Mar, 2018 1 commit
  13. 02 Mar, 2018 1 commit
  14. 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
  15. 07 Feb, 2018 1 commit
  16. 31 Jan, 2018 1 commit
  17. 24 Jan, 2018 1 commit
  18. 12 Jan, 2018 1 commit
  19. 10 Jan, 2018 1 commit
  20. 05 Jan, 2018 1 commit
  21. 21 Dec, 2017 2 commits
  22. 15 Nov, 2017 1 commit
  23. 02 Nov, 2017 1 commit
  24. 13 Oct, 2017 1 commit
    • Seb Bro's avatar
      Update data URL · 82af172f
      Seb Bro authored
      CIFAR website is now using https.
      Since urllib does not follow the http to https redirection and thus never retrieves any data, the data URL needs an update.
      82af172f
  25. 26 Sep, 2017 1 commit
  26. 22 Sep, 2017 6 commits
  27. 21 Sep, 2017 3 commits
  28. 15 Sep, 2017 2 commits
  29. 06 Sep, 2017 2 commits
  30. 28 Aug, 2017 1 commit