- 08 Jul, 2019 1 commit
-
-
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.
-
- 22 Apr, 2019 1 commit
-
-
pierrot0 authored
* TF cifar10 cnn tutorial: use tensorflow-datasets to load the data. * Load cifar10 in memory. * Fix imports * More import fixes
-
- 05 Jan, 2018 1 commit
-
-
Neal Wu authored
-
- 26 Sep, 2017 1 commit
-
-
Olivia authored
-
- 22 Sep, 2017 2 commits
- 21 Sep, 2017 1 commit
-
-
Olivia authored
-
- 22 Dec, 2016 1 commit
-
-
Neal Wu authored
-
- 10 Dec, 2016 1 commit
-
-
Neal Wu authored
-