- 18 Oct, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 275417626
-
- 19 Aug, 2019 1 commit
-
-
Haoyu Zhang authored
Moving Keras ResNet models to `official/vision/image_classification` and benchmarks to `official/benchmark`. PiperOrigin-RevId: 264268533
-
- 01 Aug, 2019 1 commit
-
-
Haoyu Zhang authored
* Restructure resnet estimator code to under official/r1 * Continue moving resnet code... * Improved README.md
-
- 23 Apr, 2019 2 commits
-
-
Toby Boyd authored
* Small word tweak * Few more tweaks
-
Usama Muneeb authored
Added additional information on using the `SavedModel` for prediction purposes.
-
- 17 Nov, 2018 1 commit
-
-
HelgeS authored
-
- 04 Oct, 2018 1 commit
-
-
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
-
- 03 Oct, 2018 1 commit
-
-
Toby Boyd authored
-
- 01 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
-
- 04 Jun, 2018 1 commit
-
-
Taylor Robie authored
-
- 17 May, 2018 1 commit
-
-
Qianli Scott Zhu authored
* Fix resnet missing layers. The official v1 model contains BN and Relu between input layer and pooling. * Remove the BN and Relu for V2. After some discussion with team and refer to existing implementation, those two layer seems to be only useful in V1. In V2, the first unit of the block will have a projection, that apply the BN and Relu for the shortcut. Adding a comment to make this clear. * Expand the comment section. * Remove the pre-trained checkpoint since its broken right now. Will restore it once we have new checkpoint generated.
-
- 03 May, 2018 1 commit
-
-
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
-
- 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
-
- 02 Apr, 2018 1 commit
-
-
Karmel Allison authored
* Adding new checkpoints * Adding links to other files as well
-
- 22 Mar, 2018 4 commits
- 12 Mar, 2018 1 commit
-
-
Taylor Robie authored
-
- 28 Feb, 2018 1 commit
-
-
Neal Wu authored
-
- 14 Dec, 2017 1 commit
-
-
Neal Wu authored
-
- 21 Sep, 2017 2 commits