- 22 Mar, 2018 1 commit
-
-
Neal Wu authored
-
- 21 Mar, 2018 3 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
-
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 4 commits
-
-
Scott Zhu authored
-
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.
-
Taylor Robie authored
* use proper temp directory for end to end tests. * add supers to tearDown
-
Hanqing Sun authored
-
- 17 Mar, 2018 1 commit
-
-
Scott Zhu authored
-
- 16 Mar, 2018 1 commit
-
-
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.
-
- 15 Mar, 2018 3 commits
-
-
Taylor Robie authored
-
Brennan Saeta authored
-
Yanhui Liang authored
* Update resnet with logging utils * intermediate commit * commit before rebase from master * Add tests of ExamplePerSecondHook * Done with test * Fix a style nit * Fix a style nit
-
- 14 Mar, 2018 5 commits
-
-
Karmel Allison authored
-
Karmel Allison authored
* Removing dependency on tf.test * New lines
-
Scott Zhu authored
1. Added Tensorflow version information. 2. Added environment variables. 3. Fix typo for hyperparameters. 4. Added cloud related information.
-
Taylor Robie authored
restore --version flag in resnet parser
-
Scott Zhu authored
-
- 13 Mar, 2018 5 commits
-
-
Taylor Robie authored
Create groups of arg parsers and convert the official resnet model to the new arg parsers.
-
Scott Zhu authored
The current schema contains the entity information about model and train data metadata, as well as machine config. Future change will contain benchmark metric. The json schema can be used to create bigquery table. A sample table can be found in https://bigquery.cloud.google.com/table/tf-benchmark-dashboard:test_benchmark.benchmark_run.
-
Karmel Allison authored
-
Yanhui Liang authored
* Adding logging utils * restore utils * delete old file * update inputs and docstrings * Update import and fix typos * Fix formatting and comments * Update tests
-
Karmel Allison authored
* Remove cd and checkout * Updating comment
-
- 12 Mar, 2018 3 commits
-
-
Taylor Robie authored
-
Taylor Robie authored
-
yhliang2018 authored
* Adding logging utils * restore utils * delete old file * update inputs and docstrings * make /official a python module * remove /utils directory * Update readme for python path setting * Change readme texts
-
- 06 Mar, 2018 2 commits
-
-
Allen Lavoie authored
-
Karmel Allison authored
-
- 05 Mar, 2018 2 commits
-
-
Karmel Allison authored
* Adding option to run with synthetic data. * Adding option to run with synthetic data. Adding option to run with synthetic data. Adding option to run with synthetic data. Debugging Debugging Debugging Removing dataset Removing dataset Updating comments Updating tests Updating tests Clarifying name of fn Tests * Copy pasta * Using dataset as recommended by mrry * Updating tests to use datasets
-
Karmel Allison authored
Revert "Support to set inter_op_parallelism_threads and intra_op_parallelism_threads for ResNet (#3502)" (#3518) This reverts commit ce445976.
-
- 02 Mar, 2018 6 commits
-
-
Niranjan Hasabnis authored
* Adding support to set inter_op_parallelism_threads and intra_op_parallelism_threads for official/resnet * Addressing review comments
-
hsm207 authored
-
Brennan Saeta authored
In TensorFlow 1.7, the TPUClusterResolver and the TPU RunConfig are changed to reduce the amount of boilerplate required.
-
Karmel Allison authored
-
Vish Kannan authored
Adding dockerfiles to generate official docker images that can used for running models in this repo on container based platforms (#3399) Signed-off-by:Vishnu kannan <vishnuk@google.com>
-
Karmel Allison authored
-