- 11 Mar, 2022 1 commit
-
-
Le Hou authored
PiperOrigin-RevId: 433920851
-
- 18 Jan, 2022 2 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 422612138
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 422612138
-
- 02 Nov, 2021 2 commits
-
-
Frederick Liu authored
[bert_encoder] Found a typo in previous experiment and turns out that the checkpoints are compatible even when wrapped in models. PiperOrigin-RevId: 406987505
-
Frederick Liu authored
[bert_encoder] Found a typo in previous experiment and turns out that the checkpoints are compatible even when wrapped in models. PiperOrigin-RevId: 406987505
-
- 29 Oct, 2021 2 commits
-
-
Frederick Liu authored
PiperOrigin-RevId: 406277256
-
Frederick Liu authored
PiperOrigin-RevId: 406277256
-
- 08 Oct, 2021 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 401789124
-
Hongkun Yu authored
PiperOrigin-RevId: 401789124
-
- 07 Oct, 2021 2 commits
-
-
Frederick Liu authored
PiperOrigin-RevId: 401593694
-
Frederick Liu authored
PiperOrigin-RevId: 401593694
-
- 04 Jul, 2021 2 commits
-
-
Frederick Liu authored
PiperOrigin-RevId: 382960239
-
Frederick Liu authored
PiperOrigin-RevId: 382960239
-
- 13 Apr, 2021 2 commits
-
-
Reed Wanderman-Milne authored
This replaces symbols in tf.keras.mixed_precision.experimental with the corresponding nonexperimental symbols. In some cases, passing a Policy is replaced with passing a policy name for conciseness. Additionally, for the Shakespeare model, the loss_scale flag is removed, since supporting it with the nonexperimental API is slightly more verbose and it is recommended users use the default loss scale. PiperOrigin-RevId: 368123944
-
Reed Wanderman-Milne authored
This replaces symbols in tf.keras.mixed_precision.experimental with the corresponding nonexperimental symbols. In some cases, passing a Policy is replaced with passing a policy name for conciseness. Additionally, for the Shakespeare model, the loss_scale flag is removed, since supporting it with the nonexperimental API is slightly more verbose and it is recommended users use the default loss scale. PiperOrigin-RevId: 368123944
-
- 10 Mar, 2021 2 commits
-
-
Frederick Liu authored
PiperOrigin-RevId: 361957289
-
Frederick Liu authored
PiperOrigin-RevId: 361957289
-
- 23 Oct, 2020 2 commits
-
-
A. Unique TensorFlower authored
Shift all attribute assignments in functional subclass models below the super().__init__ call, and enable setattr tracking on all functional subclasses. PiperOrigin-RevId: 338759531
-
A. Unique TensorFlower authored
Shift all attribute assignments in functional subclass models below the super().__init__ call, and enable setattr tracking on all functional subclasses. PiperOrigin-RevId: 338759531
-
- 09 Sep, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 330817736
-
Hongkun Yu authored
PiperOrigin-RevId: 330817736
-
- 08 Sep, 2020 2 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 330543007
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 330543007
-
- 03 Sep, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 329963956
-
Hongkun Yu authored
PiperOrigin-RevId: 329963956
-
- 01 Sep, 2020 2 commits
-
-
Zhenyu Tan authored
PiperOrigin-RevId: 329568227
-
Zhenyu Tan authored
PiperOrigin-RevId: 329568227
-
- 27 Aug, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 328829120
-
Hongkun Yu authored
PiperOrigin-RevId: 328829120
-
- 12 Aug, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 326286926
-
Hongkun Yu authored
PiperOrigin-RevId: 326286926
-
- 31 Jul, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 324137297
-
Hongkun Yu authored
PiperOrigin-RevId: 324137297
-
- 21 May, 2020 1 commit
-
-
Hongkun Yu authored
Transformer Encoder: when embedding width differs from hidden size, add a projection to hidden size. PiperOrigin-RevId: 312708922
-
- 09 May, 2020 1 commit
-
-
A. Unique TensorFlower authored
Add an interface in nlp.modeling.networks.encoder_scaffold.EncoderScaffold and nlp.modeling.networks.transformer_encoder.TransformerEncoder, to get the pooler Dense layer reference. PiperOrigin-RevId: 310675150
-
- 05 May, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 310032518
-
- 12 Mar, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 300477605
-
- 08 Feb, 2020 1 commit
-
-
Zongwei Zhou authored
PiperOrigin-RevId: 293958491
-
- 05 Feb, 2020 1 commit
-
-
Hongkun Yu authored
Adds return_all_encoder_outputs option to TransformerEncoder to build a network returning all encoder layers outputs. This is useful for Transformer Seq2Seq. PiperOrigin-RevId: 293395112
-
- 13 Nov, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 280123567
-