- 16 Jan, 2018 2 commits
-
-
Mark Daoust authored
set `/examples` as the working directory
-
Mark Daoust authored
There is no `data` directory, these instructions work without this line.
-
- 13 Jan, 2018 1 commit
-
-
Asim Shankar authored
-
- 10 Jan, 2018 2 commits
-
-
Asim Shankar authored
[mnist]: Training and evaluation with TPUs.
-
Asim Shankar authored
-
- 09 Jan, 2018 5 commits
-
-
Mark Daoust authored
[blog_estimators_dataset.py] bug fix for failing demo
-
Neal Wu authored
Fix spacing in BUILD file comments.
-
Dan Abolafia authored
-
Lukasz Kaiser authored
Open source release of Brain Coder.
-
Dan Abolafia authored
-
- 08 Jan, 2018 3 commits
-
-
Jonathan Huang authored
update supported tf versions for object detection on gcloud.
-
Vivek Rathod authored
-
Tim Molter 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).
-
- 05 Jan, 2018 6 commits
-
-
Neal Wu authored
Fix demo_inference to properly normalize input.
-
Alexander Gorban authored
-
Alexander Gorban authored
Use temp variable for predictions.
-
Alexander Gorban authored
Before the fix the demo_inference.py used batch_norm and it did the normalization of input image implicitly. If at inference time the batch_norm was disabled the inference produced incorrect results. This fix does the proper input image normalization and disables the batch_norm at inference time.
-
Neal Wu authored
Revert "Flags"
-
Neal Wu authored
-
- 03 Jan, 2018 5 commits
-
-
Amit Patankar authored
Update Dockerfile with new bazel version.
-
Dan Ellis authored
Update README.md
-
krantideep95 authored
Fix AudioSet url
-
Asim Shankar authored
[mnist]: Use FixedLengthRecordDataset
-
Asim Shankar authored
-
- 02 Jan, 2018 2 commits
-
-
Asim Shankar authored
-
Asim Shankar authored
- Prior to this change, the use of tf.data.Dataset essentially embedded the entire training/evaluation dataset into the graph as a constant, leading to unnecessarily humungous graphs (Fixes #3017) - Also, use batching on the evaluation dataset to allow evaluation on GPUs that cannot fit the entire evaluation dataset in memory (Fixes #3046)
-
- 30 Dec, 2017 2 commits
- 22 Dec, 2017 1 commit
-
-
derekjchow authored
compatible with tensorflow 1.4.1
-
- 21 Dec, 2017 8 commits
-
-
Neal Wu authored
Redirect users from cifar10 to cifar10_estimator
-
Neal Wu authored
Make the redirect to slim notice more prominent
-
Neal Wu authored
-
Neal Wu authored
-
Neal Wu authored
-
Asim Shankar authored
[mnist]: Make flags function scoped (not module scoped).
-
Asim Shankar authored
This will make it easier to share the model definition with eager execution and TPU demos without any side effects of running unnecessary code on module import.
-
Asim Shankar authored
[mnist]: Updates
-
- 20 Dec, 2017 2 commits
-
-
Asim Shankar authored
-
Asim Shankar authored
-