- 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>
-
- 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
-
- 27 Feb, 2019 1 commit
-
-
aquariusjay authored
Open-source FEELVOS model, which was developed by Paul Voigtlaender during his 2018 summer internship at Google. The work has been accepted to CVPR 2019. (#6274)
-
- 05 Jun, 2018 1 commit
-
-
Reza Mahjourian authored
-
- 21 Sep, 2017 1 commit
-
-
Neal Wu authored
-
- 01 May, 2017 1 commit
-
-
Alexander Gorban authored
-
- 06 Apr, 2017 1 commit
-
-
Konstantinos Bousmalis authored
-
- 10 Dec, 2016 1 commit
-
-
Neal Wu authored
-
- 12 May, 2016 1 commit
-
-
calberti authored
-
- 10 Mar, 2016 1 commit
-
-
Manjunath Kudlur authored
Updated README
-
- 09 Mar, 2016 1 commit
-
-
Martin Wicke authored
-