- 03 Jan, 2018 4 commits
-
-
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 11 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
-
Mark Daoust authored
-
Mark Daoust authored
-
Asim Shankar authored
- Use the object-oriented tf.layers API instead of the functional one. The object-oriented API is particularly useful when using the model with eager execution. - Update unittest to train, evaluate, and predict using the model. - Add a micro-benchmark for measuring step-time. The parameters (batch_size, num_steps etc.) have NOT been tuned, the purpose with this code is mostly to illustrate how model benchmarks may be written. These changes are made as a step towards consolidating model definitions for different TensorFlow features (like eager execution and support for TPUs in https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/eager/python/examples/mnist and https://github.com/tensorflow/tpu-demos/tree/master/cloud_tpu/models/mnist
-
- 18 Dec, 2017 3 commits
-
-
mhyttsten authored
-
Changming Sun authored
With examples, and updates to the README
-
Neal Wu authored
Fix the CODEOWNERS file syntax
-
- 16 Dec, 2017 3 commits
- 14 Dec, 2017 2 commits
-
-
vivek rathod authored
Fix a bug in create_pet_tf_record.py related to mask creation.
-
Derek Chow authored
-