- 09 Jan, 2018 2 commits
-
-
Lukasz Kaiser authored
Open source release of Brain Coder.
-
Dan Abolafia authored
-
- 08 Jan, 2018 2 commits
-
-
Jonathan Huang authored
update supported tf versions for object detection on gcloud.
-
Vivek Rathod authored
-
- 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 4 commits
-
-
Asim Shankar authored
-
Asim Shankar authored
-
Mark Daoust authored
Update blog_custom_estimators.py
-
Chunhua Jiang authored
-
- 19 Dec, 2017 8 commits
-
-
mhyttsten authored
Added correct link to blogpost Changed Sentosa to Setosa in a couple of places
-
Asim Shankar authored
-
-
Lukasz Kaiser authored
Update README.md in adv_imagenet_models.
-
Alexey Kurakin authored
Add newly released adversarially trained (no ensemble) checkpoint for Inception Resnet v2.
-
Mark Daoust authored
Add code for Custom Estimators blog post.
-
Mark Daoust authored
-
Mark Daoust authored
-