- 30 May, 2018 2 commits
-
-
Ilya Mironov authored
[Diff Privacy] Update README and fix code exec wrt Python 3.6
-
Theo authored
-
- 29 May, 2018 2 commits
-
-
Yanhui Liang authored
* Make boosted_trees Garden-official * Fix nits
-
Jon Shlens authored
Catch errors during mkdirs, prevent duplicated download
-
- 26 May, 2018 2 commits
-
-
Mark Daoust authored
Update eager.ipynb fixing typo
-
Stanton authored
fixing typo
-
- 25 May, 2018 5 commits
-
-
Qianli Scott Zhu authored
-
Mark Daoust authored
Fixed minor typo in Figure 3 caption
-
Karmel Allison authored
* Using BenchmarkLogger * Using BenchmarkLogger * Fixing tests * Linting fixes. * Adding comments * Moving mock logger * Moving mock logger * Glinting * Responding to CR * Reverting assertEmpty
-
Dan Douthit authored
-
Yanhui Liang authored
* Add unit test, official flags, and benchmark logs * Fix checking errors * Reorder imports to fix lints * Address comments and correct model layers * Add dataset checking
-
- 24 May, 2018 2 commits
-
-
Taylor Robie authored
-
Mark Daoust authored
Fix typo
-
- 23 May, 2018 2 commits
-
-
Billy Lamberta authored
-
guptapriya authored
* Remove one hot labels, Add drop_remainder to batch, Use parallel interleve in imagenet dataset. * minor lint fix * Don't try to read the files twice... * Add explanation for cycle_length
-
- 22 May, 2018 5 commits
-
-
Lukasz Kaiser authored
resolve 'float' to 'int' conversion, StringIO import, conacat str + byte
-
Lukasz Kaiser authored
Added the MorphNet library
-
Yanhui Liang authored
* Add recommendation model * Fix pylints check error * Rename file * Address comments, update input pipeline, and add distribution strategy * Fix import error * Address more comments * Fix lints
-
Janardhan Pulivarthi authored
-
gariel-google authored
-
- 21 May, 2018 3 commits
-
-
aquariusjay authored
Update model_zoo.md
-
Yukun Zhu authored
Fix broken table.
-
Neal Wu authored
Nobody (I hope) is running TensorFlow 0.12 anymore.
-
- 19 May, 2018 7 commits
-
-
aquariusjay authored
PiperOrigin-RevId: 197225788
-
Yukun Zhu authored
-
Yukun Zhu authored
-
Yukun Zhu authored
Update ADE20K dataset info.
-
Yukun Zhu authored
-
Yukun Zhu authored
Added change log
-
Liang-Chieh Chen authored
-
- 18 May, 2018 2 commits
-
-
Qianli Scott Zhu authored
-
Younghee Kwon authored
* Add boosted_trees to the official models * Comments addressed from review, and a test added; using absl.flags instead of argparser. * Used help_wrap. Also added instructions for inference.
-
- 17 May, 2018 5 commits
-
-
Mark Daoust authored
[samples/java]: Explain where tensor names came from.
-
Asim Shankar authored
Fix #4013
-
Taylor Robie authored
* deprecate research/resnet * also add a tf warning in the code
-
-
Qianli Scott Zhu authored
* Fix resnet missing layers. The official v1 model contains BN and Relu between input layer and pooling. * Remove the BN and Relu for V2. After some discussion with team and refer to existing implementation, those two layer seems to be only useful in V1. In V2, the first unit of the block will have a projection, that apply the BN and Relu for the shortcut. Adding a comment to make this clear. * Expand the comment section. * Remove the pre-trained checkpoint since its broken right now. Will restore it once we have new checkpoint generated.
-
- 16 May, 2018 1 commit
-
-
Sebastian Brodehl authored
-
- 15 May, 2018 2 commits
-
-
Katherine Wu authored
-
Haiyang Kong authored
* Make codes more pythonic. * Restore the indents Restore the indents.
-