- 19 Dec, 2017 1 commit
-
-
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 2 commits
-
-
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 6 commits
-
-
vivek rathod authored
Fix a bug in create_pet_tf_record.py related to mask creation.
-
Derek Chow authored
-
Neal Wu authored
Add a pre-trained ResNet-50 checkpoint
-
derekjchow authored
fix eval_training_data bug
-
jzhugithub authored
-
Neal Wu authored
-
- 12 Dec, 2017 2 commits
- 11 Dec, 2017 4 commits
-
-
Asim Shankar authored
[mnist]: Tweaks
-
derekjchow authored
Update exporting_models.md
-
derekjchow authored
Update path to tf_record script
-
Mark Daoust authored
* Split iris data * move shared code to iris_data.py * add minimal csv example * remove unused pandas import * Use sparse softmax loss to avoid warning
-
- 08 Dec, 2017 2 commits
-
-
Marc Belmont authored
-
Asim Shankar authored
- Remove `convert_to_records.py` and instead create `tf.data.Dataset` objects directly from the numpy arrays. - Format the Google Python Style (https://github.com/google/yapf/)
-
- 07 Dec, 2017 3 commits
-
-
Lukasz Kaiser authored
Adding TCN.
-
Corey Lynch authored
-
Corey Lynch authored
-
- 06 Dec, 2017 2 commits
-
-
Lukasz Kaiser authored
Add Quick, Draw! recurrent neural network-based classification model.
-
田传武 authored
-
- 01 Dec, 2017 4 commits
-
-
Neal Wu authored
Add image to image translation example
-
Victor Carbune authored
-
Buzzology authored
Conflicts with comment on following line, the comment is correct.
-
Lukasz Kaiser authored
Adding FIVO to tensorflow/models/research
-
- 30 Nov, 2017 4 commits
-
-
Joel Shor authored
-
Joel Shor authored
PiperOrigin-RevId: 176969064
-
Dieterich Lawson authored
-
Dieterich Lawson authored
-
- 29 Nov, 2017 7 commits
-
-
Jon Shlens authored
Tutorial author name from internal email address to github account
-
joel-shor authored
-
Neal Wu authored
Fix 2240 [PTN]: Remove the default value in 'master' flag
-
Neal Wu authored
Fix 2219 [PTN]: Increase the default batchsize from 1 to 6
-
Jon Shlens authored
Fix imagenet download for image compression example.
-
joel-shor authored
-
Xinchen Yan authored
-