1. 05 Mar, 2020 1 commit
  2. 02 Mar, 2020 2 commits
  3. 26 Feb, 2020 1 commit
  4. 25 Feb, 2020 1 commit
  5. 20 Feb, 2020 1 commit
  6. 19 Feb, 2020 1 commit
  7. 13 Feb, 2020 1 commit
  8. 07 Feb, 2020 1 commit
  9. 23 Nov, 2019 1 commit
  10. 18 Nov, 2019 1 commit
  11. 28 Oct, 2019 1 commit
  12. 18 Oct, 2019 1 commit
  13. 11 Oct, 2019 1 commit
  14. 07 Oct, 2019 1 commit
  15. 24 Sep, 2019 2 commits
  16. 23 Sep, 2019 1 commit
  17. 17 Sep, 2019 1 commit
  18. 06 Sep, 2019 2 commits
  19. 04 Sep, 2019 1 commit
  20. 03 Sep, 2019 1 commit
  21. 16 Aug, 2019 1 commit
  22. 07 Aug, 2019 1 commit
  23. 06 Aug, 2019 1 commit
  24. 26 Jul, 2019 1 commit
    • Hongkun Yu's avatar
      Merged commit includes the following changes: (#7309) · 8c7a0e75
      Hongkun Yu authored
      260060237  by zongweiz<zongweiz@google.com>:
      
          [BERT SQuAD] Enable mixed precision training
      
          Add mixed precision training support for BERT SQuAD model. Using the experimental Keras mixed precision API. For numeric stability, use fp32 for layer normalization, dense layers with GELU activation, etc.
      
      --
      
      PiperOrigin-RevId: 260060237
      8c7a0e75
  25. 25 Jul, 2019 1 commit
  26. 24 Jul, 2019 1 commit
  27. 19 Jul, 2019 1 commit
    • Jing Li's avatar
      Merged commit includes the following changes: (#7263) · c5a4978d
      Jing Li authored
      * Merged commit includes the following changes:
      258867180  by jingli<jingli@google.com>:
      
          Add new folders for upcoming reorg in model garden.
      
      --
      258893811  by hongkuny<hongkuny@google.com>:
      
          Adds summaries for metrics, allowing metrics inside keras.model.
      
      --
      258893048  by isaprykin<isaprykin@google.com>:
      
          Remove the `cloning` argument to `compile()`.
      
          Keras models are distributed by cloning in graph mode and without cloning in eager mode as of the change # 258652546.
      
      --
      258881002  by hongkuny<hongkuny@google.com>:
      
          Fix lint.
      
      --
      258874998  by hongkuny<hongkuny@google.com>:
      
          Internal
      
      --
      258872662  by hongkuny<hongkuny@google.com>:
      
          Fix doc
      
      --
      
      PiperOrigin-RevId: 258867180
      
      * Create __init__.py
      
      * Update __init__.py
      
      * Update __init__.py
      
      * Update __init__.py
      c5a4978d
  28. 16 Jul, 2019 1 commit
  29. 15 Jul, 2019 1 commit
  30. 24 Jun, 2019 1 commit
    • saberkun's avatar
      Merged commit includes the following changes: (#7093) · 240623ac
      saberkun authored
      254785517  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Use train_single_step for BERT GPU models to temporarily work around some performance bugs in GPU runs
      
      --
      254497647  by hongkuny<hongkuny@google.com>:
      
          Fix device placement for TPU export model.
      
      --
      
      PiperOrigin-RevId: 254785517
      240623ac
  31. 20 Jun, 2019 1 commit
    • saberkun's avatar
      Merged commit includes the following changes: (#7060) · e0e6d981
      saberkun authored
      254069984  by hongkuny<hongkuny@google.com>:
          Automated rollback of changelist 254060732.
      
      254061429  by hongkuny<hongkuny@google.com>:
      
          Use host while loop for training steps.
      
      --
      254060732  by yifeif<yifeif@google.com>:
          Automated rollback of changelist 254027750.
      
      254027750  by hongkuny<hongkuny@google.com>:
      
          Internal change
      
      PiperOrigin-RevId: 254069984
      e0e6d981
  32. 18 Jun, 2019 1 commit
    • saberkun's avatar
      Merged commit includes the following changes: (#7049) · a1c47f28
      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
      a1c47f28
  33. 12 Jun, 2019 1 commit
    • David M. Chen's avatar
      Merged commit includes the following changes: (#6998) · ce03903f
      David M. Chen authored
      252697519 by dmchen<dmchen@google.com>:
      
              BERT SQuAD accuracy test
      
      25266352 by hongjunchoi<hongjunchoi@google.com>:
      
              Internal change
      
      252647871 by hongjunchoi<hongjunchoi@google.com>:
      
              Enable multi worker TPU training for BERT pretraining.
      ce03903f
  34. 11 Jun, 2019 1 commit
    • saberkun's avatar
      Merged commit includes the following changes: (#6992) · f2eb1701
      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
      f2eb1701
  35. 07 Jun, 2019 1 commit
  36. 05 Jun, 2019 1 commit
    • saberkun's avatar
      Merged commit includes the following changes: (#6963) · 51289259
      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
      51289259
  37. 30 May, 2019 1 commit
    • Hongjun Choi's avatar
      Merged commit includes the following changes: (#6921) · d76e39e7
      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
      d76e39e7