- 14 Apr, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 306521269
-
- 28 Mar, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 303454523
-
- 26 Mar, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 303149902
-
- 20 Feb, 2020 1 commit
-
-
Zongwei Zhou authored
Run more steps or run with smaller steps_per_loop value so each benchmark have multiple batches (loops) for calculating exp_per_seconds PiperOrigin-RevId: 296129781
-
- 19 Feb, 2020 1 commit
-
-
Zongwei Zhou authored
PiperOrigin-RevId: 295869937
-
- 13 Feb, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 294810822
-
- 17 Dec, 2019 1 commit
-
-
David Chen authored
PiperOrigin-RevId: 285991432
-
- 13 Dec, 2019 1 commit
-
-
David Chen authored
PiperOrigin-RevId: 285322154
-
- 03 Dec, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 283447458
-
- 25 Nov, 2019 1 commit
-
-
Sai Ganesh Bandiatmakuri authored
This will help general debugging by enabling custom execution with --benchmark_method_steps. E.g --benchmark_method_steps=train_steps=7 will run the benchmark for only 7 steps without modifying benchmark code. PiperOrigin-RevId: 282396875
-
- 22 Nov, 2019 1 commit
-
-
David Chen authored
PiperOrigin-RevId: 281908068
-
- 12 Nov, 2019 1 commit
-
-
Rajagopal Ananthanarayanan authored
PiperOrigin-RevId: 280019807
-
- 11 Nov, 2019 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 279768972
-
Hongkun Yu authored
- Update classifier example. - Add new converted checkpoints. - Update benchmark, PiperOrigin-RevId: 279762797
-
- 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
-
- 09 Oct, 2019 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 273795511
-
- 01 Oct, 2019 1 commit
-
-
David Chen authored
PiperOrigin-RevId: 272121528
-
- 24 Sep, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 270817869
-
- 18 Sep, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 269835917
-
- 17 Sep, 2019 1 commit
-
-
Hongkun Yu authored
Refactor basic utils to modeling/ PiperOrigin-RevId: 269600561
-
- 05 Sep, 2019 1 commit
-
-
Vinh Nguyen authored
-
- 01 Aug, 2019 1 commit
-
-
Hongkun Yu authored
261202754 by hongkuny<hongkuny@google.com>: Use enable_xla flag for classifier and squad, so xla option is exposed to users. -- PiperOrigin-RevId: 261202754
-
- 25 Jul, 2019 1 commit
-
-
Hongkun Yu authored
259889221 by hongkuny<hongkuny@google.com>: Add no ds / xla / eager perfzero tests -- PiperOrigin-RevId: 259889221
-
- 20 Jun, 2019 1 commit
-
-
saberkun authored
254134531 by yuefengz<yuefengz@google.com>: Fix a typo in bert_benchmark.py -- PiperOrigin-RevId: 254134531
-
- 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
-
- 13 Jun, 2019 1 commit
-
-
Taylor Robie authored
* move step and epoch counts after super init call * move comment block * move super to the top
-
- 07 Jun, 2019 1 commit
-
-
davidmochen authored
-
- 04 Jun, 2019 1 commit
-
-
saberkun authored
251325964 by hongkuny<hongkuny@google.com>: Improve flags -- 250942274 by tobyboyd<tobyboyd@google.com>: Internal change PiperOrigin-RevId: 251325964
-
- 31 May, 2019 1 commit
-
-
Hongjun Choi authored
250779087 by A. Unique TensorFlower<gardener@tensorflow.org>: Reduce BERT Perfzero benchmark test training steps. -- PiperOrigin-RevId: 250779087
-
- 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
-
- 28 May, 2019 1 commit
-
-
Hongjun Choi authored
250347237 by A. Unique TensorFlower<gardener@tensorflow.org>: Fix linting errors in BERT benchmark test. -- 250326131 by A. Unique TensorFlower<gardener@tensorflow.org>: Internal change 250315593 by A. Unique TensorFlower<gardener@tensorflow.org>: Internal change 250303528 by haoyuzhang<haoyuzhang@google.com>: Add method docstring to fix lint error. -- PiperOrigin-RevId: 250347237
-
- 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
-
- 24 May, 2019 1 commit
-
-
saberkun authored
249883771 by hongkuny<hongkuny@google.com>: Creates a benchmark dir -- PiperOrigin-RevId: 249883771
-
- 23 May, 2019 1 commit
-
-
Hongjun Choi authored
249580533 by A. Unique TensorFlower<gardener@tensorflow.org>: Internal change 249566870 by A. Unique TensorFlower<gardener@tensorflow.org>: Set up BERT benchmark test. -- PiperOrigin-RevId: 249580533
-