"vscode:/vscode.git/clone" did not exist on "03b34e9ee612eeb66d91bae118dd3cb5dbeaab08"
- 07 Dec, 2018 2 commits
- 05 Dec, 2018 1 commit
-
-
Priya Gupta authored
-
- 03 Dec, 2018 2 commits
-
-
Priya Gupta authored
-
Priya Gupta authored
-
- 30 Nov, 2018 6 commits
-
-
Amit Patankar authored
-
Amit Patankar authored
-
Amit Patankar authored
-
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
-