- 11 Jun, 2019 2 commits
-
-
saberkun authored
252534787 by hongkuny<hongkuny@google.com>: Transformer vocab fix to strip correctly in py2 -- PiperOrigin-RevId: 252534787 -
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
-
- 10 Jun, 2019 1 commit
-
-
rxsang authored
-
- 07 Jun, 2019 1 commit
-
-
davidmochen authored
-
- 06 Jun, 2019 6 commits
-
-
Reed authored
Before, there was a global default loss scale for all models. Currently, only resnet uses loss scaling, but this will be useful once more models support it.
-
Reed authored
-
Haoyu Zhang authored
-
guptapriya authored
-
saberkun authored
251762562 by hongkuny<hongkuny@google.com>: Fix blue score inconsistency -- PiperOrigin-RevId: 251762562 -
Haoyu Zhang authored
* Modify tweaked tests for better performance in no cloning mode * Tweak trivial models
-
- 05 Jun, 2019 14 commits
-
-
guptapriya authored
-
guptapriya authored
-
guptapriya authored
-
guptapriya authored
-
guptapriya authored
-
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 -
guptapriya authored
-
guptapriya authored
-
guptapriya authored
-
guptapriya authored
-
guptapriya authored
-
guptapriya authored
-
guptapriya authored
-
rxsang authored
-
- 04 Jun, 2019 2 commits
-
-
Ayush Dubey authored
* Add multi-worker benchmarks to official resnet estimator_benchmark.py. * fix super constructor calls * set datasets_num_private_threads to 32 in multi worker tweaked benchmarks
-
saberkun authored
251325964 by hongkuny<hongkuny@google.com>: Improve flags -- 250942274 by tobyboyd<tobyboyd@google.com>: Internal change PiperOrigin-RevId: 251325964
-
- 03 Jun, 2019 12 commits
-
-
guptapriya authored
* Add CTL benchmark * Divide train loss by number of train steps * increase num epochs to 10 * add benchmark for early stopping with CTL * remove whitespace
-
guptapriya authored
-
guptapriya authored
-
guptapriya authored
-
guptapriya authored
-
guptapriya authored
-
guptapriya authored
-
guptapriya authored
-
guptapriya authored
-
Haoyu Zhang authored
Because we run warmup tests in all real data benchmarks, XLA bugs will cause non-XLA tests to fail as well.
-
Dwight J Lyle authored
After the change (https://github.com/tensorflow/models/pull/6846/files#diff-965780bf33f2aeca41a33f8eba197c79) I receive the following error: File "./models/official/mnist/mnist_tpu.py", line 202, in <module> absl_app.run() TypeError: run() missing 1 required positional argument: 'main' I added main as an argument and it seems to be working fine now.
-
Toby Boyd authored
* Add mlperf like test. * Final comments. * docstring wording tweak. * non-tweaked version
-
- 31 May, 2019 2 commits
-
-
Andrew M Dai authored
* Add step 1 instructions for MaskGAN.
-
Haoyu Zhang authored
-