- 25 Sep, 2018 2 commits
-
-
Aman Gupta authored
-
Aman Gupta authored
Right now we don't have input data for prediction. So using top 10 entries of test data as input.
-
- 30 Apr, 2018 1 commit
-
-
Frank Chen authored
* Add new import paths to mnist_tpu.py This adds new import paths to mnist_tpu.py so individuals can check out the git repository and run `python mnist_tpu.py` without finagling with python import search paths. * Fix lint errors * Add disable= to pylint instructions * Remove parent path * Update comments
-
- 23 Apr, 2018 1 commit
-
-
Taylor Robie authored
-
- 10 Apr, 2018 1 commit
-
-
Asim Shankar authored
-
- 03 Apr, 2018 1 commit
-
-
dlibenzi authored
* Fix MNIST to allow master=local to work again. * Update mnist_tpu.py
-
- 20 Mar, 2018 1 commit
-
-
Karmel Allison authored
* Glint everything * Adding rcfile and pylinting * Extra newline * Few last lints
-
- 15 Mar, 2018 1 commit
-
-
Brennan Saeta authored
-
- 12 Mar, 2018 1 commit
-
-
yhliang2018 authored
* Adding logging utils * restore utils * delete old file * update inputs and docstrings * make /official a python module * remove /utils directory * Update readme for python path setting * Change readme texts
-
- 02 Mar, 2018 2 commits
-
-
hsm207 authored
-
Brennan Saeta authored
In TensorFlow 1.7, the TPUClusterResolver and the TPU RunConfig are changed to reduce the amount of boilerplate required.
-
- 01 Mar, 2018 1 commit
-
-
Neal Wu authored
-
- 08 Feb, 2018 1 commit
-
-
Neal Wu authored
-
- 06 Feb, 2018 2 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
-
- 31 Jan, 2018 2 commits
-
-
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 1 commit
-
-
Mark Daoust authored
The `sparse` version is more efficient anyway. I'm returning the labels shape [1] instead of [] because tf.accuracy fails otherwise.
-
- 18 Jan, 2018 1 commit
-
-
Asim Shankar authored
-
- 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).
-