- 02 Mar, 2020 2 commits
-
-
Will Cromar authored
PiperOrigin-RevId: 298466825
-
Hongkun Yu authored
PiperOrigin-RevId: 298402269
-
- 26 Feb, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 297383836
-
- 25 Feb, 2020 1 commit
-
-
Zongwei Zhou authored
PiperOrigin-RevId: 297222995
-
- 20 Feb, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 296140699
-
- 19 Feb, 2020 1 commit
-
-
Zongwei Zhou authored
PiperOrigin-RevId: 295869937
-
- 13 Feb, 2020 1 commit
-
-
Haitang Hu authored
PiperOrigin-RevId: 294922828
-
- 07 Feb, 2020 1 commit
-
-
Haitang Hu authored
This would match the behavior described in on_batch_end() functions in Keras callback. See https://www.tensorflow.org/api_docs/python/tf/keras/callbacks/Callback. PiperOrigin-RevId: 293887583
-
- 23 Nov, 2019 1 commit
-
-
Chen Chen authored
PiperOrigin-RevId: 282096004
-
- 18 Nov, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 281117886
-
- 28 Oct, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 277087491
-
- 18 Oct, 2019 1 commit
-
-
Hongkun Yu authored
Remove train_data_size flag PiperOrigin-RevId: 275545035
-
- 11 Oct, 2019 1 commit
-
-
A. Unique TensorFlower authored
Change summary directory and model checkpoint directory so that training via Keras Compile/Fit() and custom training loop is consistent. PiperOrigin-RevId: 274202793
-
- 07 Oct, 2019 1 commit
-
-
Jing Li authored
PiperOrigin-RevId: 273233857
-
- 24 Sep, 2019 2 commits
-
-
Bruce Fontaine authored
PiperOrigin-RevId: 270926016
-
Hongkun Yu authored
PiperOrigin-RevId: 270817869
-
- 23 Sep, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 270749832
-
- 17 Sep, 2019 1 commit
-
-
Hongkun Yu authored
Refactor basic utils to modeling/ PiperOrigin-RevId: 269600561
-
- 06 Sep, 2019 2 commits
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 267607964
-
Hongkun Yu authored
PiperOrigin-RevId: 267525663
-
- 04 Sep, 2019 1 commit
-
-
Hongkun Yu authored
add a flag to control loss scaling. PiperOrigin-RevId: 267091566
-
- 03 Sep, 2019 1 commit
-
-
Gaurav Jain authored
PiperOrigin-RevId: 266848625
-
- 16 Aug, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 263874363
-
- 07 Aug, 2019 1 commit
-
-
Hongkun Yu authored
262178259 by hongkuny<hongkuny@google.com>: We should call training=True in CTL train step. -- 262081759 by akuegel<akuegel@google.com>: Internal change PiperOrigin-RevId: 262178259
-
- 06 Aug, 2019 1 commit
-
-
Hongkun Yu authored
261786323 by yanhuasun<yanhuasun@google.com>: Replace set, dict with ObjectIdentityDict/Set to prepare for eq implementation -- PiperOrigin-RevId: 261786323
-
- 26 Jul, 2019 1 commit
-
-
Hongkun Yu authored
260060237 by zongweiz<zongweiz@google.com>: [BERT SQuAD] Enable mixed precision training Add mixed precision training support for BERT SQuAD model. Using the experimental Keras mixed precision API. For numeric stability, use fp32 for layer normalization, dense layers with GELU activation, etc. -- PiperOrigin-RevId: 260060237
-
- 25 Jul, 2019 1 commit
-
-
Hongkun Yu authored
259889221 by hongkuny<hongkuny@google.com>: Add no ds / xla / eager perfzero tests -- PiperOrigin-RevId: 259889221
-
- 24 Jul, 2019 1 commit
-
-
Hongkun Yu authored
259649972 by hongkuny<hongkuny@google.com>: Update docs. -- 259470074 by hongkuny<hongkuny@google.com>: Adds a dedup phase for trainable variables. -- PiperOrigin-RevId: 259649972
-
- 19 Jul, 2019 1 commit
-
-
Jing Li authored
* Merged commit includes the following changes: 258867180 by jingli<jingli@google.com>: Add new folders for upcoming reorg in model garden. -- 258893811 by hongkuny<hongkuny@google.com>: Adds summaries for metrics, allowing metrics inside keras.model. -- 258893048 by isaprykin<isaprykin@google.com>: Remove the `cloning` argument to `compile()`. Keras models are distributed by cloning in graph mode and without cloning in eager mode as of the change # 258652546. -- 258881002 by hongkuny<hongkuny@google.com>: Fix lint. -- 258874998 by hongkuny<hongkuny@google.com>: Internal -- 258872662 by hongkuny<hongkuny@google.com>: Fix doc -- PiperOrigin-RevId: 258867180 * Create __init__.py * Update __init__.py * Update __init__.py * Update __init__.py
-
- 16 Jul, 2019 1 commit
-
-
Hongkun Yu authored
258208153 by hongkuny<hongkuny@google.com>: Adds run_eagerly option for bert. -- PiperOrigin-RevId: 258208153
-
- 15 Jul, 2019 1 commit
-
-
Hongkun Yu authored
257883986 by hongkuny<hongkuny@google.com>: Adds tf.summary for bert training -- PiperOrigin-RevId: 257883986
-
- 24 Jun, 2019 1 commit
-
-
saberkun authored
254785517 by A. Unique TensorFlower<gardener@tensorflow.org>: Use train_single_step for BERT GPU models to temporarily work around some performance bugs in GPU runs -- 254497647 by hongkuny<hongkuny@google.com>: Fix device placement for TPU export model. -- PiperOrigin-RevId: 254785517
-
- 20 Jun, 2019 1 commit
-
-
saberkun authored
254069984 by hongkuny<hongkuny@google.com>: Automated rollback of changelist 254060732. 254061429 by hongkuny<hongkuny@google.com>: Use host while loop for training steps. -- 254060732 by yifeif<yifeif@google.com>: Automated rollback of changelist 254027750. 254027750 by hongkuny<hongkuny@google.com>: Internal change PiperOrigin-RevId: 254069984
-
- 18 Jun, 2019 1 commit
-
-
saberkun authored
253850824 by hongkuny<hongkuny@google.com>: Improve bert training utils. -- 253818191 by hongkuny<hongkuny@google.com>: Update savedmodel export to use new model.save() api. -- PiperOrigin-RevId: 253850824
-
- 12 Jun, 2019 1 commit
-
-
David M. Chen authored
252697519 by dmchen<dmchen@google.com>: BERT SQuAD accuracy test 25266352 by hongjunchoi<hongjunchoi@google.com>: Internal change 252647871 by hongjunchoi<hongjunchoi@google.com>: Enable multi worker TPU training for BERT pretraining.
-
- 11 Jun, 2019 1 commit
-
-
saberkun authored
252522861 by hongkuny<hongkuny@google.com>: Remove export using trained model due to implementation error -- 252156812 by yuefengz<yuefengz@google.com>: Fix the callback method name in BERT: replaced on_batch_start with on_batch_begin. Without the fix, it won't work with Keras callbacks. -- 251782065 by A. Unique TensorFlower<gardener@tensorflow.org>: Internal change PiperOrigin-RevId: 252522861
-
- 07 Jun, 2019 1 commit
-
-
davidmochen authored
-
- 05 Jun, 2019 1 commit
-
-
saberkun authored
251681245 by hongkuny<hongkuny@google.com>: Update bert to use the new tf.distribute APIs -- 251575972 by A. Unique TensorFlower<gardener@tensorflow.org>: Remove `steps_per_run` when instantiating TPUStrategy. -- PiperOrigin-RevId: 251681245
-
- 30 May, 2019 1 commit
-
-
Hongjun Choi authored
250606180 by A. Unique TensorFlower<gardener@tensorflow.org>: Fix BERT benchamrk test errors. -- 250589623 by A. Unique TensorFlower<gardener@tensorflow.org>: Change BERT benchmark test pretrained checkpoint url. -- 250587892 by A. Unique TensorFlower<gardener@tensorflow.org>: Fix error in BERT custom training loop checkpoint restoration. -- 250577163 by A. Unique TensorFlower<gardener@tensorflow.org>: Add logic to inject callback that measures performance in BERT custom training loop. -- 250529526 by hongkuny<hongkuny@google.com>: Internal clean up -- 250428976 by hongkuny<hongkuny@google.com>: Internal change 250415383 by A. Unique TensorFlower<gardener@tensorflow.org>: Add min/max value to BERT classifier benchmark test. -- 250376246 by A. Unique TensorFlower<gardener@tensorflow.org>: Add benchmark performance test to run BERT on multiple numbers of GPUs. -- PiperOrigin-RevId: 250606180
-
- 26 May, 2019 1 commit
-
-
Hongjun Choi authored
250009207 by A. Unique TensorFlower<gardener@tensorflow.org>: Add feature in BERT to write training metrics to a summary file. -- PiperOrigin-RevId: 250009207
-