"vscode:/vscode.git/clone" did not exist on "5274a8cbb4317f41ca6dfd949314596a54be838c"
- 01 Mar, 2018 2 commits
-
-
Karmel Allison authored
* Refactor and use class-based model for Resnet * Linting * Cleanup * Cleanup in lieu of MNIST changes * Moving params to init function * Making learning_rate function * Testing remotely... * Testing remotely... * Testing remotely... * Testing remotely... * Testing remotely... * Respond to CR pt 1 * Respond to CR pt 2 * Respond to CR pt 3 * Respond to CR pt 4 * Adding batch norm vars in * Exclude batch norm vars as the default * Fixing CIFAR-10 naming * Adding multi-GPU code * Git rewind * Git add file * Manual revert * Fixing tests * Allowing input thread specification * Adding comments * Allowing input thread specification * Merging resnet files * Merging resnet files * Refactoring input methods to allow for Reed's improvements * Adding comments * Changing arg name * Removing contrib shuffle_and_repeat * Removing contrib shuffle_and_repeat * Removing contrib shuffle_and_repeat * Debugging * Removing with dependency on update_op * Updating comments. * Returning dataset directly * Adding newline * Adding num_gpus flag * Refining preprocessing, part 1 * Refinements to preprocessing resulting from multi-GPU tests * Reviving one-hot labels * Reviving one-hot labels * Fixing label shapes * Removing epoch leftovers * Adding random flip back in * Reverting unnecessary linting of test file * Respond to CR * Respond to CR * Respond to CR * Remove conversion to float * Remove conversion to float- comment * Making means full-scale * Pulling data.take under multi_gpu flag * Pulling data.take under multi_gpu flag- Cifar * Pulling data.take under multi_gpu flag- Cifar * Removing num_gpus * Removing num_gpus
-
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
-