"apps/kg/vscode:/vscode.git/clone" did not exist on "c3a33407fe8b4938156427c701f0386dfc1a38de"
- 06 Oct, 2020 1 commit
-
-
Shixin Luo authored
-
- 02 Oct, 2020 1 commit
-
-
Shixin Luo authored
fix the last layer of mobilenet v2 and add testing for complete classification with mobilenet backbone
-
- 30 Sep, 2020 1 commit
-
-
Shixin Luo authored
-
- 29 Sep, 2020 2 commits
-
-
Shixin Luo authored
-
Shixin Luo authored
move Conv2DBNBlock to mobilenet.py; change the reference name for InvertedBottleNeckBlock to align with paper
-
- 28 Sep, 2020 5 commits
-
-
Shixin Luo authored
-
Shixin Luo authored
-
Shixin Luo authored
-
Shixin Luo authored
-
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 3 commits
-
-
Chen Chen authored
PiperOrigin-RevId: 333949668
-
Le Hou authored
PiperOrigin-RevId: 333878584
-
Liangzhe Yuan authored
PiperOrigin-RevId: 333840074
-
- 25 Sep, 2020 5 commits
-
-
Rajeshwar Reddy T authored
This is config is created for auto assignment issues for tf-dev-support
-
Chen Chen authored
PiperOrigin-RevId: 333784610
-
Chen Chen authored
PiperOrigin-RevId: 333772508
-
Yu-hui Chen authored
(object detection/keypoint prediction tasks) tf.lite compatible. PiperOrigin-RevId: 333766281
-
Zhenyu Tan authored
PiperOrigin-RevId: 333644426
-
- 24 Sep, 2020 5 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
-
Vighnesh Birodkar authored
PiperOrigin-RevId: 333576935
-
A. Unique TensorFlower authored
ComputeMetrics - for ease of code reading. PiperOrigin-RevId: 333575115
-
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 6 commits
-
-
Allen Wang authored
PiperOrigin-RevId: 333183470
-
Chen Chen authored
PiperOrigin-RevId: 333163906
-
Melanie Buehler authored
-
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
-