- 06 Jun, 2021 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 377803367
-
Hongkun Yu authored
PiperOrigin-RevId: 377801393
-
- 25 May, 2021 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 375826079
-
- 29 Apr, 2021 1 commit
-
-
Scott Zhu authored
PiperOrigin-RevId: 371197345
-
- 23 Mar, 2021 1 commit
-
-
Le Hou authored
PiperOrigin-RevId: 364625895
-
- 01 Mar, 2021 1 commit
-
-
A. Unique TensorFlower authored
PiperOrigin-RevId: 360256877
-
- 28 Feb, 2021 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 359994674
-
Hongkun Yu authored
PiperOrigin-RevId: 359990341
-
- 22 Jan, 2021 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 353315689
-
- 19 Oct, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 337927475
-
- 13 Oct, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 336960641
-
Hongkun Yu authored
PiperOrigin-RevId: 336795303
-
- 12 Aug, 2020 2 commits
-
-
Hongkun Yu authored
PiperOrigin-RevId: 326286926
-
Hongkun Yu authored
PiperOrigin-RevId: 326286926
-
- 06 Aug, 2020 2 commits
-
-
Hongkun Yu authored
Move mock_task to utils/testing/ PiperOrigin-RevId: 325275356
-
Hongkun Yu authored
Move mock_task to utils/testing/ PiperOrigin-RevId: 325275356
-
- 29 Apr, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 309079916
-
- 14 Apr, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 306521269
-
- 09 Apr, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 305709689
-
- 17 Mar, 2020 1 commit
-
-
ayushmankumar7 authored
-
- 14 Mar, 2020 1 commit
-
-
Sai Ganesh Bandiatmakuri authored
PiperOrigin-RevId: 300858086
-
- 29 Jan, 2020 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 292178802
-
- 11 Dec, 2019 1 commit
-
-
David Chen authored
PiperOrigin-RevId: 284874717
-
- 21 Nov, 2019 1 commit
-
-
Sai Ganesh Bandiatmakuri authored
PiperOrigin-RevId: 281846531
-
- 19 Nov, 2019 1 commit
-
-
Jose Baiocchi authored
PiperOrigin-RevId: 281192912
-
- 10 Oct, 2019 1 commit
-
-
A. Unique TensorFlower authored
change benchmark's log verbosity to logging.INFO. it seems to me that DEBUG map to ---v=1 internally, which is way to verbose for the purpose of benchmarking. PiperOrigin-RevId: 274040907
-
- 04 Sep, 2019 1 commit
-
-
Reed Wanderman-Milne authored
--clean, --train_epochs, and --epochs_between_evals have been unexposed from models which do not use them PiperOrigin-RevId: 267065651
-
- 21 Aug, 2019 1 commit
-
-
Hongkun Yu authored
PiperOrigin-RevId: 264527204
-
- 19 Aug, 2019 1 commit
-
-
Reed Wanderman-Milne authored
Only the V1 resnet model uses --max_train_steps. This unexposes the flag in the keras_application_models, mnist, keras resnet, CTL resnet Models. Before this change, such models allowed the flag to be specified, but ignored it. I also removed the "max_train" argument from the run_synthetic function, since this only had any meaning for the V1 resnet model. Instead, the V1 resnet model now directly passes --max_train_steps=1 to run_synthetic. PiperOrigin-RevId: 264269836
-
- 02 Aug, 2019 2 commits
-
-
Hongkun Yu authored
* Update to use py3 lint * Update model_saving_utils.py Testing. To be reverted * Update model_saving_utils.py
-
Hongkun Yu authored
old lint is no longer used.
-
- 23 Jul, 2019 1 commit
-
-
Hongkun Yu authored
Only care about errors and output into an error file.
-
- 22 Jul, 2019 1 commit
-
-
Hongkun Yu authored
* Update pylint.rcfile * Update pylint.rcfile * Update pylint.rcfile * add new sanity check script for lint to replace current lint script. * Revert "Update pylint.rcfile" This reverts commit f6036cd7e7c4b9e3eeb47bb56a63927a040a2761. * Revert "Update pylint.rcfile" This reverts commit e3af497342e26bbbbecfc8c8f79cb0e24a2ef960. * Revert "Update pylint.rcfile" This reverts commit 6136636eee6e90fd191ebbb4ccaa9fb89c0290f4. * update scripts * disable trailing-newlines
-
- 03 Jul, 2019 1 commit
-
-
Toby Boyd authored
* Fix unit tests failures. * 96% of TF 2.0 tests on GPU are passing. * Currently all passing GPU and CPU TF 2.0 * Address code comments. * use tf 2.0 cast. * Comment about working on TF 2.0 CPU * Uses contrib turn off for TF 2.0. * Fix wide_deep and add keras_common_tests. * use context to get num_gpus. * Switch to tf.keras.metrics
-
- 22 Jun, 2019 1 commit
-
-
Toby Boyd authored
-
- 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
-
- 11 May, 2019 1 commit
-
-
Toby Boyd authored
- Test passes locally python3 and test is already skipped for python2.
-
- 11 Feb, 2019 1 commit
-
-
Toby Boyd authored
* Remove contrib thread pool. * Remove commented out contrib import. * Fix lint issues. * move tf.data.options higher. Tweak line breaks.
-
- 08 Feb, 2019 1 commit
-
-
Goldie Gadde authored
This reverts commit 57e07520.
-
- 06 Feb, 2019 1 commit
-
-
Goldie Gadde authored
This reverts commit d6b2b83c.
-