- 01 Mar, 2018 1 commit
-
-
Neal Wu authored
-
- 28 Feb, 2018 1 commit
-
-
Neal Wu authored
-
- 24 Feb, 2018 1 commit
-
-
Neal Wu authored
-
- 17 Feb, 2018 2 commits
-
-
Asim Shankar authored
-
Asim Shankar authored
-
- 16 Feb, 2018 5 commits
-
-
Asim Shankar authored
-
Asim Shankar authored
-
Asim Shankar authored
-
Asim Shankar authored
Add an example showing how to train the MNIST model with eager execution enabled. (This change requires changes to TensorFlow made after the 1.6 release branch was cut, i.e., will require a build from source or TensorFlow 1.7+)
-
Karmel Allison authored
* Refining preprocessing, part 1 * Refinements to preprocessing resulting from multi-GPU tests * Reviving one-hot labels * Reviving one-hot labels * Fixing label shapes * Adding random flip back in * Reverting unnecessary linting of test file * Respond to CR * Respond to CR * Respond to CR
-
- 08 Feb, 2018 6 commits
- 07 Feb, 2018 1 commit
-
-
Neal Wu authored
-
- 06 Feb, 2018 5 commits
-
-
Frank Chen authored
The long path doesn't work for TensorFlow 1.6 because the .python package under cluster_resolver doesn't exist.
-
Frank Chen authored
-
Neal Wu authored
-
Karmel Allison authored
* Refactoring input function * Updating name of variable
-
Neal Wu authored
-
- 03 Feb, 2018 1 commit
-
-
Karmel Allison authored
-
- 02 Feb, 2018 1 commit
-
-
Karmel Allison authored
-
- 31 Jan, 2018 3 commits
-
-
Mark Daoust authored
-
Mark Daoust authored
The `sparse` version is more efficient anyway. I'm returning the labels shape [1] instead of [] because tf.accuracy fails otherwise.
-
Neal Wu authored
-
- 26 Jan, 2018 4 commits
-
-
Karmel Allison authored
Add multi-GPU option to MNIST
-
Karmel Allison authored
* Using nightly TF docker * Explicitly pull image
-
Karmel Allison authored
* Update readme * Respond to CR
-
Mark Daoust authored
The `sparse` version is more efficient anyway. I'm returning the labels shape [1] instead of [] because tf.accuracy fails otherwise.
-
- 24 Jan, 2018 1 commit
-
- 22 Jan, 2018 2 commits
-
-
Neal Wu authored
-
Karmel Allison authored
Add multi-GPU flag to MNIST and allow for setting of replicated optimizer and model_fn
-
- 18 Jan, 2018 1 commit
-
-
Asim Shankar authored
-
- 12 Jan, 2018 1 commit
-
-
Mikalai Drabovich authored
Opening gzipped datasets in binary, read-only mode fixes the issue
-
- 10 Jan, 2018 1 commit
-
-
Asim Shankar authored
-
- 06 Jan, 2018 1 commit
-
-
Asim Shankar authored
This is a step towards merging the example in https://github.com/tensorflow/tpu-demos/tree/master/cloud_tpu/models/mnist with this repository, so we have a single model definition for training across CPU/GPU/eager execution/TPU. The change to dataset.py is so that the raw data can be read from cloud storage systems (like GCS and S3).
-
- 03 Jan, 2018 1 commit
-
-
Asim Shankar authored
-
- 02 Jan, 2018 1 commit
-
-
Asim Shankar authored
-