- 22 Jun, 2019 1 commit
-
-
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
-
- 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
-
- 11 Apr, 2018 1 commit
-
-
Igor Ganichev authored
While the original code works fine in practice, it technically allows gradient application and moving average update to happen in any order. This causes the behavior to deviate from pure mathematical specifications.
-
- 29 Mar, 2018 1 commit
-
-
Zi Yin authored
-
- 13 Mar, 2018 1 commit
-
-
chengpohi authored
We can directly get `batch_size` by `images.get_shape()[0]` in `inference` method, since maybe we will not use `cifar.inputs` method to build the input.
-
- 31 Jan, 2018 1 commit
-
-
frreiss authored
-
- 05 Jan, 2018 1 commit
-
-
Neal Wu authored
-
- 13 Oct, 2017 1 commit
-
-
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.
-
- 22 Sep, 2017 2 commits
- 21 Sep, 2017 1 commit
-
-
Olivia authored
-
- 04 Mar, 2017 1 commit
-
-
Yimeng Zhang authored
-
- 13 Feb, 2017 1 commit
-
-
Neal Wu authored
-
- 24 Jan, 2017 1 commit
-
-
Neal Wu authored
Updated the cifar10 model to match the internal version and to be compatible with the latest version of TensorFlow
-
- 09 Jan, 2017 1 commit
-
-
Neal Wu authored
-
- 08 Jan, 2017 1 commit
-
-
Martin Wicke authored
-
- 27 Dec, 2016 1 commit
-
-
Neal Wu authored
-
- 22 Dec, 2016 1 commit
-
-
Neal Wu authored
-
- 21 Dec, 2016 1 commit
-
-
Mostafa Rahmani authored
bug fix for contrib.deprecated eliminatation in tf version 12.
-
- 10 Dec, 2016 1 commit
-
-
Neal Wu authored
-