- 22 Mar, 2018 2 commits
- 21 Mar, 2018 5 commits
-
-
Qianli Scott Zhu authored
* Add session hook for benchmark metric logging. Current hook is very similar as the LoggingTensorHook. Some of the function are directly copied since the original one was not exposed for import. We should seek to eventually move this code to core when it is mature enough. * Update metric_hook to use LoggingTensorHook as base. The existing hook is similar enough to LoggingTensorHook, and we should eliminate duplicate as much as possible. * Address review comment. 1. Update global step tensor handle. 2. Update tests. 3. Update document. * Update tests for py3. * Fix lint error
-
Taylor Robie authored
-
Lukasz Kaiser authored
Add LexNet noun compounds model to models repository.
-
derekjchow authored
Update running_pets instructions to link to running locally.
-
Karmel Allison authored
-
- 20 Mar, 2018 4 commits
-
-
Karmel Allison authored
* Try out affine layer instead of dense * Use reduce mean instead of avg pooling * Remove np * Use reduce mean instead of avg pooling * Fix axes * Cleanup * Fixing comment * Fixing tests
-
Taylor Robie authored
Set correct number of train_epochs for resnet on imagenet, and fix help interception caused by moving arg parsing into main functions for resnet. (#3653)
-
Karmel Allison authored
* Glint everything * Adding rcfile and pylinting * Extra newline * Few last lints
-
Katherine Wu authored
Use util functions hooks_helper and parser in mnist and wide_deep, and rename epochs_between_eval (from epochs_per_eval) (#3650)
-
- 19 Mar, 2018 11 commits
-
-
Chris Waterson authored
-
-
Qianli Scott Zhu authored
Add benchmark utility functions for metric logging
-
Scott Zhu authored
-
Mark Daoust authored
samples/java: Link to Fiji/ImageJ integration.
-
Scott Zhu authored
1. Update logger to convert the value type to float to please JSON. 2. Update logger test to call parent test tearDown.
-
Chris Shallue authored
Python3 compatibility for AstroNet
-
Taylor Robie authored
* use proper temp directory for end to end tests. * add supers to tearDown
-
Asim Shankar authored
-
Hanqing Sun authored
-
Andrew Selle authored
-
- 17 Mar, 2018 2 commits
-
-
Scott Zhu authored
- 16 Mar, 2018 13 commits
-
-
Joel Shor authored
Make TFGAN tutorial Python 3 compatible. Fixes issue #3413
-
joel-shor authored
-
Scott Zhu authored
-
Taylor Robie authored
This commit adds a basic end to end test for resnet cifar10 and imagenet models to check for syntax errors outside of the core neural net code.
-
derekjchow authored
Add pkulzc to object_detection owners.
-
lzc5123016 authored
-
Christopher Shallue authored
-
Christopher Shallue authored
-
Christopher Shallue authored
-
Christopher Shallue authored
This is not a performance issue for the instances replaced because each instance is expected to iterate over zipped lists of < ~20 references to numpy arrays.
-
Christopher Shallue authored
-
Christopher Shallue authored
-
Chris Shallue authored
PiperOrigin-RevId: 189060074
-
- 15 Mar, 2018 3 commits
-
-
Taylor Robie authored
-
Yukun Zhu authored
plot shown in vis_segmentation
-
Yogesh K authored
-