- 16 Jan, 2018 2 commits
- 13 Jan, 2018 2 commits
-
-
ofirnachum authored
-
Neal Wu authored
Fix #3148
-
- 12 Jan, 2018 3 commits
-
-
Lukasz Kaiser authored
Update README files to point to arXiv submission.
-
Dan Abolafia authored
-
Mikalai Drabovich authored
Opening gzipped datasets in binary, read-only mode fixes the issue
-
- 11 Jan, 2018 1 commit
-
-
Neal Wu authored
Adding myself to owners
-
- 10 Jan, 2018 7 commits
-
-
Neal Wu authored
Update compile instructions in embedding/README.md
-
Neal Wu authored
-
derekjchow authored
Fix Issue : Change exporter.py in object_detection
-
Asim Shankar authored
[mnist]: Training and evaluation with TPUs.
-
Asim Shankar authored
-
ashaw596 authored
Added an 'env' parameter to env_step function since one an unreferenced one is used in the function.
-
Daksh Varshneya authored
Incorporated the suggested changes.
-
- 09 Jan, 2018 6 commits
-
-
Karmel Allison authored
-
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
-
- 04 Jan, 2018 1 commit
-
-
Daksh Varshneya authored
Change in Object Dectection Model. Change parameter name given to RewriterConfig Proto. optimize_tensor_layout was changed to layout_optimizer in current tf version.
-
- 03 Jan, 2018 6 commits
-
-
Amit Patankar authored
Update Dockerfile with new bazel version.
-
Dan Ellis authored
Update README.md
-
Mark Daoust authored
Update README.md compile instructions to match adding_an_op. from [adding_an_op](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/docs_src/extend/adding_an_op.md). Tested: compiled using the modified instructions and ran `python word2vec_optimized_test.py`. Fixes tensorflow/tensorflow#14620
-
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)
-