- 30 Mar, 2023 1 commit
-
-
qianyj authored
-
- 16 Nov, 2021 1 commit
-
-
Hao Wu authored
PiperOrigin-RevId: 410294118
-
- 01 Jul, 2021 2 commits
-
-
Jaehong Kim authored
Added use_keras_upsampling_2d flags to use keras upsampling layer instead of optimized custom spatial_transform_ops. PiperOrigin-RevId: 382626602
-
Jaehong Kim authored
Added use_keras_upsampling_2d flags to use keras upsampling layer instead of optimized custom spatial_transform_ops. PiperOrigin-RevId: 382626602
-
- 14 Apr, 2021 2 commits
-
-
Jaehong Kim authored
This CL changes ResidualBlock and InvertedBottleneckBlock. PiperOrigin-RevId: 368383954
-
Jaehong Kim authored
This CL changes ResidualBlock and InvertedBottleneckBlock. PiperOrigin-RevId: 368383954
-
- 05 Jan, 2021 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 350170448
-
Hongkun Yu authored
PiperOrigin-RevId: 350170448
-
- 02 Jan, 2021 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 349861117
-
Hongkun Yu authored
PiperOrigin-RevId: 349861117
-
- 27 Oct, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 339180185
-
Hongkun Yu authored
PiperOrigin-RevId: 339180185
-
- 27 Sep, 2020 1 commit
-
-
Shixin authored
* factor make_divisible function and move round_filters to nn_layers * modify SqueezeExcitation to add two additional parameter: divisible_by and gating_activation * modify the InvertedBottleneckBlock to include 1. use_depthwise, 2. use_residual, 3. regularize_depthwise additional boolean flag; Add control for depthwise activation and regularizer; remove expand_ratio from SqueezeExcitation * add Conv2DBNBlock definition * add mobilenet v2, v3 implementation * add mobilenet v1 * put mobilenet_base into class body * fix a type hint error * the invertedbottlenetblock is different for mobilenet and efficientnet. Made necessary changes to cope both. * add target_backbone while call invertedbottleneckblock * add relu6 and hard_sigmoid * add test for mobilenet * add mobilenet to factory * fix some typo; link the reference to the architectures * remove future import Co-authored-by:Shixin Luo <luoshixin@google.com>
-
- 12 Aug, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 326286926
-
Hongkun Yu authored
PiperOrigin-RevId: 326286926
-
- 08 Jul, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 320124801
-
Hongkun Yu authored
PiperOrigin-RevId: 320124801
-
- 21 Jun, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 317560325
-
- 16 Jan, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 290111892
-
- 29 Oct, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 277179351
-
- 30 Sep, 2019 1 commit
-
-
Hongkun Yu authored
Adds a swish activation without customized gradients. PiperOrigin-RevId: 272029817
-
- 23 Sep, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 270749832
-
- 17 Sep, 2019 1 commit
-
-
Hongkun Yu authored
Refactor basic utils to modeling/ PiperOrigin-RevId: 269600561
-