- 20 Dec, 2018 2 commits
-
-
Shining Sun authored
-
Shining Sun authored
-
- 12 Dec, 2018 1 commit
-
-
Priya Gupta authored
-
- 30 Nov, 2018 3 commits
-
-
Amit Patankar authored
This reverts commit 649e0374.
-
Amit Patankar authored
-
Amit Patankar authored
-
- 12 Oct, 2018 1 commit
-
-
Toby Boyd authored
-
- 01 Oct, 2018 1 commit
-
-
netfs authored
with serving signature that accepts JPEG image bytes instead of a fixed size [HxWxC] image tensor. Passing JPEG image bytes is easier for inference/serving use cases. The model internally resizes/crops the JPEG image to required [HxWxC] tensor before passing it on for actual model inference. This change aligns with Cloud TPU/ResNet-50 model that offers a similar interface (jpeg bytes) for inferencing here: https://github.com/tensorflow/tpu/tree/master/models/official/resnet NOTE: This flag is set to `True` by default for ImageNet, and is disallowed for CIFAR (as it does not apply to CIFAR).
-
- 28 Sep, 2018 1 commit
-
-
Toby Boyd authored
-
- 19 Sep, 2018 1 commit
-
-
Naurril authored
-
- 05 Sep, 2018 1 commit
-
-
Toby Boyd authored
-
- 02 Sep, 2018 1 commit
-
-
Toby Boyd authored
-
- 14 Aug, 2018 1 commit
-
-
Zac Wellmer authored
* warm start a resent with all but the dense layer and only update the final layer weights when fine tuning * Update README for Transfer Learning * make lint happy and variable naming error related to scaled gradients * edit the test cases for cifar10 and imagenet to reflect the default case of no fine tuning
-
- 06 Jun, 2018 1 commit
-
-
Taylor Robie authored
* add .take() to dataset pipeline * delint * address PR comments
-
- 01 Jun, 2018 1 commit
-
-
Qianli Scott Zhu authored
* Update benchmark logger to update the run status. This is important for streaming upload to bigquery so that the dashboard can ignore the 'running' benchmark at the moment since its not finished yet. * Move the run status into a separate table. Also update the run status in the benchmark uploader and BigqueryBenchmarkLogger. * Insert instead of update for the benchmark status for file logger. * Address review comments. Update the logger to have benchmark context, which will update the run status accordingly. * Fix broken tests. * Move the benchmark logger context to main function. * Fix tests. * Update the rest of the models to use the context in main. * Delint.
-
- 23 May, 2018 1 commit
-
-
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
-
- 04 May, 2018 1 commit
-
-
Taylor Robie authored
* rename --version flag and fix tests to correctly specify version rather than verbosity * rename version to resnet_version throughout * fix bugs * delint * missed layer_test * fix indent
-
- 03 May, 2018 5 commits
-
-
Qianli Scott Zhu authored
* Add dataset info and hyper parameter logging for benchmark. * Address review comments. * Address the view comment for data schema name. * Fix test cases. * Lint fix.
-
Taylor Robie authored
* Revert 823da318. This restores distribution strategies for resnet. This commit is not a direct revert due to significant merge conflict resolution. * fix flags test * npc is no longer used in resnet
-
Qianli Scott Zhu authored
-
Taylor Robie authored
* fix treatment of main() and absl flags * add mnist_eager, and delint * add mnist_eager docstring
-
Taylor Robie authored
* squash of modular absl usage commits * delint * address PR comments * change hooks to comma separated list, as absl behavior for space separated lists is not as expected
-
- 30 Apr, 2018 1 commit
-
-
Taylor Robie authored
-
- 19 Apr, 2018 1 commit
-
-
Taylor Robie authored
This reverts commit 32aa6563.
-
- 12 Apr, 2018 1 commit
-
-
Taylor Robie authored
* begin transfer from contrib fork more changes to resnet_run_loop use AUTOTUNE in prefetch first pass at resnet with functional distribution strategies fix syntax error delint aesthetic tweaks delint and fix typos rip multi_gpu flag out of resnet entirely. Subject to saved model load verification update cifar10 and imagenet tests to reflect that the model function no longer need to know about multi_gpu fix imagenet test start addressing PR comments more PR response work * misc tweaks * add a comment * final pr tweaks * fix parsers
-
- 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
-
- 28 Mar, 2018 1 commit
-
-
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
-
- 20 Mar, 2018 3 commits
-
-
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)
-
- 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 1 commit
-
-
Taylor Robie authored
-
- 12 Mar, 2018 2 commits
-
-
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
-
- 05 Mar, 2018 1 commit
-
-
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
-
- 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
-
- 08 Feb, 2018 3 commits
- 06 Feb, 2018 1 commit
-
-
Karmel Allison authored
* Refactoring input function * Updating name of variable
-