- 05 Apr, 2019 1 commit
-
-
Haoyu Zhang authored
* Add profiler callback for Keras models * Update build stats to identify time callback by type * Add warning message when both TensorBoard and profiler callbacks are used
-
- 26 Mar, 2019 1 commit
-
-
Yuefeng Zhou authored
required by multi-node collective ops in eager mode.
-
- 22 Mar, 2019 1 commit
-
-
Haoyu Zhang authored
-
- 19 Mar, 2019 1 commit
-
-
Haoyu Zhang authored
-
- 02 Mar, 2019 1 commit
-
-
Taylor Robie authored
* fix resnet breakage and add keras end-to-end tests * delint * address PR comments
-
- 01 Mar, 2019 1 commit
-
-
Shining Sun authored
* tmp commit * tmp commit * first attempt (without eval) * Bug fixes * bug fixes * training done * Loss NAN, no eval * Loss weight problem solved * resolve the NAN loss problem * Problem solved. Clean up needed * Added a todo * Remove debug prints * Extract get_optimizer to ncf_common * Move metrics computation back to neumf; use DS.scope api * Extract DS.scope code to utils * lint fixes * Move obtaining DS above producer.start to avoid race condition * move pt 1 * move pt 2 * Update the run script * Wrap keras_model related code into functions * Update the doc for softmax_logitfy and change the method name * Resolve PR comments * working version with: eager, DS, batch and no masks * Remove git conflict indicator * move reshape to neumf_model * working version, not converge * converged * fix a test * more lint fix * more lint fix * more lint fixes * more lint fix * Removed unused imports * fix test * dummy commit for kicking of checks * fix lint issue * dummy input to kick off checks * dummy input to kick off checks * add collective to dist strat * addressed review comments * add a doc string
-
- 21 Feb, 2019 1 commit
-
-
Haoyu Zhang authored
* Add flag to enable XLA in Keras models * Fix lint errors (some of them are old errors)
-
- 13 Feb, 2019 2 commits
-
-
Toby Boyd authored
-
Yuefeng Zhou authored
* Add a flag to specify distribution strategies. * Fix a small error. * Address comments. * Address comments. * Fix typos.
-
- 12 Feb, 2019 1 commit
-
-
Toby Boyd authored
- Modest speedup for CIFAR-10 - Slightly greater speedup expected for ImageNet ResNet50.
-
- 09 Feb, 2019 1 commit
-
-
Yuefeng Zhou authored
* Add pure synthetic data to keras resnet mode. * Add imports. * Address comments. * update comment * Undo set up synthetic data for real data path. * update comment * Address comment * Remove trailing whiltespaces. * s/make_data_set_iterator/make_dataset_iterator/
-
- 08 Feb, 2019 1 commit
-
-
Goldie Gadde authored
This reverts commit 57e07520.
-
- 06 Feb, 2019 1 commit
-
-
Goldie Gadde authored
This reverts commit d6b2b83c.
-
- 05 Feb, 2019 1 commit
-
-
Goldie Gadde authored
* Add resnet56 short tests. (#6101) * Add resnet56 short tests. - created base benchmark module - renamed accuracy test class to contain the word Accuracy which will result in a need to update all the jobs and a loss of history but is worth it. - short tests are mostly copied from shining with oss refactor * Address feedback. * Move flag_methods to init - Address setting default flags repeatedly. * Rename accuracy tests. * Lint errors resolved. * fix model_dir set to flags.data_dir. * fixed not fulling pulling out flag_methods. * Use core mirrored strategy in official models (#6126) * Imagenet short tests (#6132) * Add short imagenet tests (taken from seemuch) - also rename to match go forward naming * fix method name * Update doc strings. * Fixe gpu number. * points default data_dir to child folder. (#6131) Failed test is python2 and was a kokoro failure * Imagenet short tests (#6136) * Add short imagenet tests (taken from seemuch) - also rename to match go forward naming * fix method name * Update doc strings. * Fixe gpu number. * Add fill_objects * fixed calling wrong class in super. * fix lint issue. * Flag (#6121) * Fix the turn_off_ds flag problem * add param names to all args * Export benchmark stats using tf.test.Benchmark.report_benchmark() (#6103) * Export benchmark stats using tf.test.Benchmark.report_benchmark() * Fix python style using pyformat * Typos. (#6120) * log verbosity=2 logs every epoch no progress bars (#6142) * tf_upgrade_v2 on resnet and utils folder. * tf_upgrade_v2 on resnet and utils folder.
-
- 03 Feb, 2019 1 commit
-
-
Toby Boyd authored
-
- 01 Feb, 2019 2 commits
-
-
Shining Sun authored
* Fix the turn_off_ds flag problem * add param names to all args
-
guptapriya authored
-
- 11 Jan, 2019 1 commit
-
-
Shining Sun authored
* Add timestamp history for each batch in training * Resolve github comments * Change the batch start recording logic * Lint fix
-
- 10 Jan, 2019 1 commit
-
-
Haoyu Zhang authored
* Set use_bias=False for conv layers in Keras ResNet model * Removed bias regularizer from Conv2D layers (which should have no effect after bias is removed) * Setting default data format based on available devices.
-
- 09 Jan, 2019 1 commit
-
-
Haoyu Zhang authored
* Handle data format in Keras ResNet model properly for better performance on GPU; Compile only the training graph when skip_eval flag is True * Added data format fix to Keras Cifar model; Removed unnecessary import * Add a comment to the skip_eval flag per Priya's request
-
- 03 Jan, 2019 2 commits
-
-
Shining Sun authored
-
Shining Sun authored
-
- 27 Dec, 2018 1 commit
-
-
Shining Sun authored
-
- 25 Dec, 2018 1 commit
-
-
Shining Sun authored
-
- 23 Dec, 2018 1 commit
-
-
Toby Boyd authored
- kears_cifar_main returns dict of stats after run. - unit tests added for keras_common. - lint issues fixed in all 4 files.
-
- 21 Dec, 2018 2 commits
-
-
Shining Sun authored
-
Shining Sun authored
-
- 20 Dec, 2018 3 commits
-
-
Shining Sun authored
-
Shining Sun authored
-
Shining Sun authored
-
- 19 Dec, 2018 2 commits
-
-
Shining Sun authored
-
Shining Sun authored
-
- 18 Dec, 2018 1 commit
-
-
Shining Sun authored
-
- 15 Dec, 2018 1 commit
-
-
Shining Sun authored
-
- 14 Dec, 2018 2 commits
-
-
Shining Sun authored
-
Shining Sun authored
-
- 07 Dec, 2018 2 commits
-
-
Toby Boyd authored
-
Priya Gupta authored
-
- 05 Dec, 2018 1 commit
-
-
Priya Gupta authored
-
- 03 Dec, 2018 1 commit
-
-
Priya Gupta authored
-