- 20 Jul, 2020 1 commit
-
-
Allen Wang authored
PiperOrigin-RevId: 322234532
-
- 17 Jul, 2020 1 commit
-
-
Allen Wang authored
PiperOrigin-RevId: 321676606
-
- 16 Jul, 2020 1 commit
-
-
Allen Wang authored
PiperOrigin-RevId: 321652782
-
- 01 May, 2020 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 309479930
-
- 24 Apr, 2020 1 commit
-
-
Tayo Oguntebi authored
PiperOrigin-RevId: 308278540
-
- 23 Apr, 2020 1 commit
-
-
Tayo Oguntebi authored
PiperOrigin-RevId: 307950230
-
- 21 Apr, 2020 1 commit
-
-
Tayo Oguntebi authored
PiperOrigin-RevId: 307683464
-
- 14 Apr, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 306521269
-
- 09 Apr, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 305709689
-
- 08 Apr, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 305419082
-
- 05 Apr, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 304908157
-
- 13 Feb, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 294997928
-
- 17 Dec, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 285905996
-
- 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
-
- 10 Oct, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 273966871
-
- 28 Aug, 2019 1 commit
-
-
Adrian Kuegel authored
PiperOrigin-RevId: 265856020
-
- 23 Aug, 2019 2 commits
-
-
David Chen authored
PiperOrigin-RevId: 265122309
-
David Chen authored
PiperOrigin-RevId: 264958330
-
- 22 Aug, 2019 1 commit
-
-
Adrian Kuegel authored
PiperOrigin-RevId: 264776396
-
- 20 Aug, 2019 1 commit
-
-
Vinh Nguyen authored
-
- 19 Aug, 2019 1 commit
-
-
Toby Boyd authored
Small tweak to the range based on seeing values slightly over 29 and slightly under 28. This avoids false positives that even if valid are not actionable.
-
- 11 Jul, 2019 2 commits
- 08 Jul, 2019 1 commit
-
-
Toby Boyd authored
* reduce iterations from 20 to 12. * add fp16 dynamic batch accuracy check. * fix existing lint issue.
-
- 28 Jun, 2019 1 commit
-
-
Toby Boyd authored
-
- 20 Jun, 2019 2 commits
- 06 Jun, 2019 1 commit
-
-
Reed authored
-
- 05 Jun, 2019 2 commits
-
-
guptapriya authored
-
guptapriya authored
-
- 31 May, 2019 1 commit
-
-
Haoyu Zhang authored
* Fix various lint errors * Fix logging format
-
- 29 May, 2019 2 commits
-
-
guptapriya authored
-
guptapriya authored
-
- 28 May, 2019 3 commits
-
-
Igor authored
-
guptapriya authored
-
Igor authored
* Fixes that make transformer run. * Remove debug print statements. * Changed the permissions to 644. * Fix the rest of the permissions. * enable static batch in all benchmarks * Restrict dist strat hack to training mode For now we will do predict/eval without dist strat, so remove that hack in non training cases. * Use `inputs` instead of `x` as arg name for call Keras has different behavior based on whether the inputs are called `inputs` or not. Using `inputs` gives expected behaviors. * Avoid extra map fn on input in dist strat case * Update how we handle custom metrics This new approach works with and without dist strat. The previous one didn't work with dist strat. We need to fix that but this is reasonable in meantime (b/133724664). * Update benchmarks * typo in metrics code * Revert metrics change Didn't actually work in distributed case..
-
- 24 May, 2019 1 commit
-
-
Toby Boyd authored
* Moved common keras code to utils. * Initial 1 gpu benchmark - Aligned flags with resnet example - removed code/features that are not super useful - eval as part of train if bleu source/ref provided - add exp_per_second hook * Rename benchmark classes, pass batch-size and log_steps. * fix docstring * Predict done with checkpoints inline - perfzero baseclass * steps not epochs with smoother training loop. * do not initialize history outside loop. * 5000 between eval not 500 * estimator to keras. * remove epochs var. * use range not xrange. * 200K steps for 1 gpu * fix global step
-