- 21 Jul, 2020 1 commit
-
-
Hongkun Yu authored
(1) call() consume kwargs and implement _build_from_signature (layers added inside init_scope) (2) make build/call_attention as public. PiperOrigin-RevId: 322454619
-
- 08 Jul, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 320240466
-
- 22 Jun, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 317596394
-
- 19 Jun, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 317330705
-
- 29 May, 2020 1 commit
-
-
Hongkun Yu authored
Proposes the full functionality of MultiHeadAttention layer. This change first goes to model garden NLP library. PiperOrigin-RevId: 313847485
-
- 28 May, 2020 1 commit
-
-
Reed Wanderman-Milne authored
Float32 is used if the model uses mixed precision with bfloat16. Float16 activation are unchanged. The motivation is that BERT with the LAMB optimizer with a gelu activation has an unstable loss when gelu is in bfloat16. Unfortunately, it is not easy to check if the LAMB optimizer and gelu is used, and perhaps there are other cases that work better with float32 activations instead of bfloat16 activations, so we always do the activation in float32 instead of bfloat16. PiperOrigin-RevId: 313618322
-
- 12 May, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 311165658
-
Chen Chen authored
PiperOrigin-RevId: 311072125
-
- 10 May, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 310767440
-
- 05 May, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 310032518
-
- 21 Apr, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 307689094
-
- 01 Apr, 2020 1 commit
-
-
George Karpenkov authored
PiperOrigin-RevId: 304222530
-
- 27 Mar, 2020 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 303407939
-
- 09 Mar, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 299901483
-
- 03 Mar, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 298692558
-
George Karpenkov authored
Removed with plans to re-add later once the feature stabilizes more. PiperOrigin-RevId: 298486867
-
- 26 Feb, 2020 2 commits
-
-
George Karpenkov authored
PiperOrigin-RevId: 297366405
-
George Karpenkov authored
PiperOrigin-RevId: 297366158
-
- 25 Feb, 2020 1 commit
-
-
George Karpenkov authored
Application in graph mode still leads to some crashes. PiperOrigin-RevId: 297144398
-
- 21 Feb, 2020 1 commit
-
-
George Karpenkov authored
To debug the tf.function this API can be used: https://www.tensorflow.org/api_docs/python/tf/config/experimental_run_functions_eagerly PiperOrigin-RevId: 296458870
-
- 08 Feb, 2020 1 commit
-
-
Zongwei Zhou authored
PiperOrigin-RevId: 293958491
-
- 21 Jan, 2020 1 commit
-
-
Hongkun Yu authored
Keras: "manual" shape inference is only required if the layer is dynamic (otherwise we use TF's static shape inference capabilities) PiperOrigin-RevId: 290821518
-
- 20 Nov, 2019 1 commit
-
-
Chen Chen authored
PiperOrigin-RevId: 281473612
-
- 13 Nov, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 280123567
-
- 11 Nov, 2019 1 commit
-
-
Hongkun Yu authored
- Update classifier example. - Add new converted checkpoints. - Update benchmark, PiperOrigin-RevId: 279762797
-