- 09 Apr, 2018 1 commit
-
-
Taylor Robie authored
* Add fp16 support to resnet. * address PR comments * add dtype checking to model definition * delint * more PR comments * few more tweaks * update resnet checkpoints
-
- 03 Apr, 2018 1 commit
-
-
Karmel Allison authored
* Updating name of logging package to avoid overwriting Python builtin logging. * Updating name of logging package to avoid overwriting Python builtin logging.
-
- 02 Apr, 2018 1 commit
-
-
Karmel Allison authored
* Adding new checkpoints * Adding links to other files as well
-
- 28 Mar, 2018 2 commits
-
-
Karmel Allison authored
* Adding export_dir and model saving for Resnet * Moving to utils for tests * Adding batch_size * Adding multi-gpu export warning * Responding to CR * Py3 compliance
-
Qianli Scott Zhu authored
* Add benchmark upload util to bigquery. Also update the benchmark logger and bigquery schema for the errors found during the integration test. * Fix lint error. * Update test to clear all the env vars during test. This was causing error since the Kokoro test has TF_PKG=tf-nightly injected during test. * Update lintrc to ignore google related package. * Another attempt to fix lint import error. * Address the review comment. * Fix lint error. * Another fix for lint. * Update test comment for env var clean up.
-
- 27 Mar, 2018 1 commit
-
-
Taylor Robie authored
* Add golden test util to streamline symbolic and numerical comparison to reference graphs, and apply golden tests to ResNet. update tests use more concise logic for path property delint add some comments delint address PR comments make resnet tests more concise, and supress warning test in py2 change resnet name template more shuffling of data dirs address PR comments and add tensorflow version info Remove subTest due to py2 switch from tf.__version__ to tf.VERSION, and include tf.GIT_VERSION supress lint error from json load unpack * address PR comments * address PR comments * delint
-
- 23 Mar, 2018 1 commit
-
-
Qianli Scott Zhu authored
* Update reset model for benchmark logging. To enable benchmark logging, just add "--hooks LoggingMetricHook" * Benchmark logger fix for resnet. 1. Update default at_end to False for metric logger to avoid checkpoint error. 2. Update resnet run to log final evaluation result. * Update log output for final eval_result. * Typo fix. * Unset the default value for benchmark_log_dir. Usually the benchmark should be logged to different directly for each run. Having a default value will hide the choice from user. * Bug fix for benchmark logger initialization. * Fix lint error. * Address the review comment. 1. Update the logger to cover evaluation result. 2. Move the flag to performance parser. * Undo the change for arg_parser.
-
- 22 Mar, 2018 5 commits
- 21 Mar, 2018 1 commit
-
-
Taylor Robie 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 2 commits
-
-
Taylor Robie authored
* use proper temp directory for end to end tests. * add supers to tearDown
-
Hanqing Sun 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 2 commits
-
-
Taylor Robie 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 1 commit
-
-
Taylor Robie authored
restore --version flag in resnet parser
-
- 13 Mar, 2018 2 commits
-
-
Taylor Robie authored
Create groups of arg parsers and convert the official resnet model to the new arg parsers.
-
Karmel Allison authored
-
- 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 1 commit
-
-
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 1 commit
-
-
Niranjan Hasabnis authored
* Adding support to set inter_op_parallelism_threads and intra_op_parallelism_threads for official/resnet * Addressing review comments
-
- 01 Mar, 2018 1 commit
-
-
Karmel Allison authored
* Refactor and use class-based model for Resnet * Linting * Cleanup * Cleanup in lieu of MNIST changes * Moving params to init function * Making learning_rate function * Testing remotely... * Testing remotely... * Testing remotely... * Testing remotely... * Testing remotely... * Respond to CR pt 1 * Respond to CR pt 2 * Respond to CR pt 3 * Respond to CR pt 4 * Adding batch norm vars in * Exclude batch norm vars as the default * Fixing CIFAR-10 naming * Adding multi-GPU code * Git rewind * Git add file * Manual revert * Fixing tests * Allowing input thread specification * Adding comments * Allowing input thread specification * Merging resnet files * Merging resnet files * Refactoring input methods to allow for Reed's improvements * Adding comments * Changing arg name * Removing contrib shuffle_and_repeat * Removing contrib shuffle_and_repeat * Removing contrib shuffle_and_repeat * Debugging * Removing with dependency on update_op * Updating comments. * Returning dataset directly * Adding newline * Adding num_gpus flag * Refining preprocessing, part 1 * Refinements to preprocessing resulting from multi-GPU tests * Reviving one-hot labels * Reviving one-hot labels * Fixing label shapes * Removing epoch leftovers * Adding random flip back in * Reverting unnecessary linting of test file * Respond to CR * Respond to CR * Respond to CR * Remove conversion to float * Remove conversion to float- comment * Making means full-scale * Pulling data.take under multi_gpu flag * Pulling data.take under multi_gpu flag- Cifar * Pulling data.take under multi_gpu flag- Cifar * Removing num_gpus * Removing num_gpus
-
- 28 Feb, 2018 1 commit
-
-
Neal Wu authored
-
- 16 Feb, 2018 1 commit
-
-
Karmel Allison authored
* Refining preprocessing, part 1 * Refinements to preprocessing resulting from multi-GPU tests * Reviving one-hot labels * Reviving one-hot labels * Fixing label shapes * Adding random flip back in * Reverting unnecessary linting of test file * Respond to CR * Respond to CR * Respond to CR
-
- 08 Feb, 2018 4 commits
- 07 Feb, 2018 1 commit
-
-
Neal Wu authored
-