- 03 Jun, 2020 8 commits
-
-
Maxim Neumann authored
PiperOrigin-RevId: 314607393
-
Hongkun Yu authored
This reverts commit c3c2386c.
-
xinliupitt authored
* root dir * zone updated * print mask * preview emb * tf print * input only * emb * tf print * emb after mask * masked_softmax print * print scores * multi folder * first pos emb * check input shape * add test temp * import math * two classes * prints * all get_pos replace * make time scale private * pos emb comments * print input * embedding_inputs * tf shape * dimention list * tf_util * print tf_util * concise * transformer pos change to layer * keep length var * length as input * None as input * print time signal * print time signal * remove print * test input shape * double check shape * double check shape * double check shape * more test * shape check * shape check * print 97 info * print 97 info new * test if sam * assert same * remove assert * tf print same * tf print diff * output example * output example * output example * formal test * formal test length * raise valurerror * test valurerror * double check * comments * remove prints * rename relative * delet naive test * delete docs in xinliu branch * code reformat * import order * indentation fix * more files * adjust char number * disable not callable * comment to length * error of length unequal to input_shape * root dir * zone updated * print mask * preview emb * tf print * input only * emb * tf print * emb after mask * masked_softmax print * print scores * multi folder * remove docs * remove prints * root dir * zone updated * print mask * preview emb * tf print * input only * emb * tf print * emb after mask * masked_softmax print * print scores * multi folder * remove docs * apply revised 3 files * rm prints
-
Chen Chen authored
PiperOrigin-RevId: 314556957
-
Jing Li authored
PiperOrigin-RevId: 314526747
-
Maxim Neumann authored
PiperOrigin-RevId: 314486753
-
Hongkun Yu authored
PiperOrigin-RevId: 314466805
-
Tianqi Liu authored
PiperOrigin-RevId: 314451720
-
- 02 Jun, 2020 8 commits
-
-
xinliupitt authored
* root dir * zone updated * print mask * preview emb * tf print * input only * emb * tf print * emb after mask * masked_softmax print * print scores * multi folder * first pos emb * check input shape * add test temp * import math * two classes * prints * all get_pos replace * make time scale private * pos emb comments * print input * embedding_inputs * tf shape * dimention list * tf_util * print tf_util * concise * transformer pos change to layer * keep length var * length as input * None as input * print time signal * print time signal * remove print * test input shape * double check shape * double check shape * double check shape * more test * shape check * shape check * print 97 info * print 97 info new * test if sam * assert same * remove assert * tf print same * tf print diff * output example * output example * output example * formal test * formal test length * raise valurerror * test valurerror * double check * comments * remove prints * rename relative * delet naive test * delete docs in xinliu branch * code reformat * import order * indentation fix * more files * adjust char number * disable not callable * comment to length * error of length unequal to input_shape
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 314417394
-
Maxim Neumann authored
PiperOrigin-RevId: 314412294
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 314405729
-
Hongkun Yu authored
PiperOrigin-RevId: 314394246
-
Chen Chen authored
PiperOrigin-RevId: 314373769
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 314270569
-
Hongkun Yu authored
PiperOrigin-RevId: 314254688
-
- 01 Jun, 2020 4 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 314198383
-
Hongkun Yu authored
PiperOrigin-RevId: 314177321
-
Hongkun Yu authored
Move common configs inside base_config to config_definitions. PiperOrigin-RevId: 314074592
-
Abdullah Rashwan authored
PiperOrigin-RevId: 314002442
-
- 30 May, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 313952251
-
Hongkun Yu authored
PiperOrigin-RevId: 313906815
-
- 29 May, 2020 11 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 313867862
-
Pengchong Jin authored
PiperOrigin-RevId: 313865079
-
BasiaFusinska authored
Moved code from TF1 to TF2 for DELF logging, testing directories and feature extraction scripts (#8591) * Merged commit includes the following changes: FolderOrigin-RevId: /google/src/cloud/bfusinska/delf * Added the import for utils Co-authored-by:Andre Araujo <andrearaujo@google.com>
-
Hongkun Yu authored
Proposes the full functionality of MultiHeadAttention layer. This change first goes to model garden NLP library. PiperOrigin-RevId: 313847485
-
Chen Chen authored
PiperOrigin-RevId: 313812017
-
Pengchong Jin authored
PiperOrigin-RevId: 313806578
-
Yeqing Li authored
PiperOrigin-RevId: 313798102
-
Pengchong Jin authored
PiperOrigin-RevId: 313794704
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 313711327
-
Yeqing Li authored
PiperOrigin-RevId: 313708781
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 313693539
-
- 28 May, 2020 4 commits
-
-
Abdullah Rashwan authored
PiperOrigin-RevId: 313662797
-
Hongkun Yu authored
Deprecate old customized training loop for run_classifier.py as compile/fit fully satisfy needs/performance. PiperOrigin-RevId: 313660745
-
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
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 313536026
-
- 27 May, 2020 3 commits
-
-
Pengchong Jin authored
PiperOrigin-RevId: 313475975
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 313435294
-
Allen Wang authored
PiperOrigin-RevId: 313321531
-