- 28 Sep, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 334062074
-
- 27 Sep, 2020 2 commits
-
-
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>
-
Chen Chen authored
PiperOrigin-RevId: 333979065
-
- 26 Sep, 2020 2 commits
- 25 Sep, 2020 3 commits
-
-
Chen Chen authored
PiperOrigin-RevId: 333784610
-
Chen Chen authored
PiperOrigin-RevId: 333772508
-
Zhenyu Tan authored
PiperOrigin-RevId: 333644426
-
- 24 Sep, 2020 3 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 333591143
-
A. Unique TensorFlower authored
Add norm_first to Transformer Scaffold; Add an option in gated_feedword to disable the output layer_norm. PiperOrigin-RevId: 333591020
-
Yeqing Li authored
PiperOrigin-RevId: 333559599
-
- 23 Sep, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 333314981
-
Ruoxin Sang authored
PiperOrigin-RevId: 333306806
-
- 22 Sep, 2020 5 commits
-
-
Allen Wang authored
PiperOrigin-RevId: 333183470
-
Chen Chen authored
PiperOrigin-RevId: 333163906
-
Hongkun Yu authored
PiperOrigin-RevId: 333019996
-
Chen Chen authored
PiperOrigin-RevId: 333014322
-
Hongkun Yu authored
PiperOrigin-RevId: 332992539
-
- 21 Sep, 2020 6 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 332953126
-
Hongkun Yu authored
PiperOrigin-RevId: 332918217
-
Hongkun Yu authored
PiperOrigin-RevId: 332891157
-
Chen Chen authored
PiperOrigin-RevId: 332806032
-
Chen Chen authored
Remove return_all_encoder_outputs argument from keras_nlp.BertEncoder as it is unused and we will always return all encoder outputs in the returned dict. PiperOrigin-RevId: 332802761
-
Hongkun Yu authored
PiperOrigin-RevId: 332781597
-
- 20 Sep, 2020 1 commit
-
-
Hongkun Yu authored
Migrate all TF-NLP tasks to consume models with dictionary outputs and encoders with dictionary outputs. PiperOrigin-RevId: 332740616
-
- 19 Sep, 2020 2 commits
-
-
Zhenyu Tan authored
PiperOrigin-RevId: 332576047
-
Zhenyu Tan authored
PiperOrigin-RevId: 332557462
-
- 18 Sep, 2020 7 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 332512380
-
Zhenyu Tan authored
PiperOrigin-RevId: 332506544
-
Zhenyu Tan authored
PiperOrigin-RevId: 332501400
-
Allen Wang authored
PiperOrigin-RevId: 332486600
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 332476566
-
Zhenyu Tan authored
PiperOrigin-RevId: 332386511
-
Zhenyu Tan authored
PiperOrigin-RevId: 332377554
-
- 17 Sep, 2020 4 commits
-
-
Zhenyu Tan authored
PiperOrigin-RevId: 332331988
-
Hongkun Yu authored
PiperOrigin-RevId: 332314917
-
A. Unique TensorFlower authored
before it was moved by https://github.com/google-research/google-research/commit/b05c90d1ce3f22445d23e536549b0ae123fdd81b PiperOrigin-RevId: 332171466
-
Zhenyu Tan authored
PiperOrigin-RevId: 332122408
-
- 16 Sep, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 332109420
-
Abdullah Rashwan authored
PiperOrigin-RevId: 332095189
-