- 30 Nov, 2018 3 commits
-
-
Amit Patankar authored
This reverts commit 649e0374.
-
Amit Patankar authored
-
Amit Patankar authored
-
- 27 Nov, 2018 3 commits
-
-
Priya Gupta authored
-
Priya Gupta authored
-
Priya Gupta authored
-
- 17 Nov, 2018 1 commit
-
-
HelgeS authored
-
- 13 Oct, 2018 5 commits
- 12 Oct, 2018 2 commits
- 06 Oct, 2018 1 commit
-
-
Toby Boyd authored
-
- 05 Oct, 2018 1 commit
-
-
Toby Boyd authored
-
- 04 Oct, 2018 2 commits
-
-
Taylor Robie authored
* Update resnet README with new checkpoints and SavedModels * add more detail on channels_first vs channels_last * fix typo * add disclaimer about checkpoints
-
Taylor Robie authored
* set strip_default_attrs=True for SavedModel exports * specify dtype in resnet export * another dtype fix * fix another dtype issue, and set --image_bytes_as_serving_input to default to False
-
- 03 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 2 commits
- 02 Sep, 2018 2 commits
- 01 Sep, 2018 2 commits
- 27 Aug, 2018 2 commits
-
-
Taylor Robie authored
* Make ResNet robust to the case that epochs_between_evals does not divide train_epochs, and add an --eval_only option * add some comments to make the control flow easier to follow * address PR comments
-
Toby Boyd authored
* Add 5 epoch warmup * get_lr with warm_up only for imagenet * Add base_lr, remove fp16 unittest arg validation * Remove validation check stopping v1 and FP16
-
- 25 Aug, 2018 1 commit
-
-
Toby Boyd authored
* Add top_5 to to eval. * labels shape to [?] from [?,1] matches unittest.
-
- 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
-
- 13 Aug, 2018 1 commit
-
-
kangtop729 authored
There is a typing error.
-
- 30 Jul, 2018 1 commit
-
-
Sundara Tejaswi Digumarti authored
Removed the conditional over distributed strategies when computing metrics. Metrics are now computed even when distributed strategies are used.
-
- 20 Jun, 2018 1 commit
-
-
Taylor Robie authored
* begin branch * finish download script * rename download to dataset * intermediate commit * intermediate commit * misc tweaks * intermediate commit * intermediate commit * intermediate commit * delint and update census test. * add movie tests * delint * fix py2 issue * address PR comments * intermediate commit * intermediate commit * intermediate commit * finish wide deep transition to vanilla movielens * delint * intermediate commit * intermediate commit * intermediate commit * intermediate commit * fix import * add default ncf csv construction * change default on download_if_missing * shard and vectorize example serialization * fix import * update ncf data unittests * delint * delint * more delinting * fix wide-deep movielens serialization * address PR comments * add file_io tests * investigate wide-deep test failure * remove hard coded path and properly use flags. * address file_io test PR comments * missed a hash_bucked_size
-
- 12 Jun, 2018 1 commit
-
-
Katherine Wu authored
* Add DistributionStrategy to transformer model * add num_gpu flag * Calculate per device batch size for transformer * remove reference to flags_core * Add synthetic data option to transformer * fix typo * add import back in * Use hierarchical copy * address PR comments * lint * fix spaces * group train op together to fix single GPU error * Fix translate bug (sorted_keys is a dict, not a list) * Change params to a default dict (translate.py was throwing errors because params didn't have the TPU parameters.) * Address PR comments. Removed multi gpu flag + more * fix lint * fix more lints * add todo for Synthetic dataset * Update docs
-
- 11 Jun, 2018 1 commit
-
-
Taylor Robie authored
* fix comment * align comment
-
- 06 Jun, 2018 1 commit
-
-
Taylor Robie authored
* add .take() to dataset pipeline * delint * address PR comments
-
- 04 Jun, 2018 2 commits
-
-
Taylor Robie authored
-
Qianli Scott Zhu authored
This will help us differentiate between dataset.
-