1. 15 3月, 2019 2 次提交
    • Q
      Support sync batch norm. (#16121) · 8ad672a2
      qingqing01 提交于
      * Support Sync Batch Norm.
      * Note, do not enable it in one device.
      
      Usage:
      
      build_strategy = fluid.BuildStrategy()
      build_strategy.sync_batch_norm = True
      binary = fluid.compiler.CompiledProgram(tp).with_data_parallel(
              loss_name=loss_mean.name,
              build_strategy=build_strategy)
      8ad672a2
    • Y
      Impl fp16 compute kernel for slice_op (#16206) · 4ae23cc3
      Yibing Liu 提交于
      * Impl fp16 compute kernel for slice_op
      
      test=develop
      
      * Use data() to replace mutable_data()
      4ae23cc3
  2. 14 3月, 2019 3 次提交
  3. 12 3月, 2019 2 次提交
  4. 11 3月, 2019 5 次提交
    • M
      Polish code · de212ae2
      minqiyang 提交于
      test=develop
      de212ae2
    • Q
      Imperative remove all descs (#16045) · 1f4aa7a2
      Qiyang Min 提交于
      * Remove Desc in Forward Pass
      
      * Refactor VarBase
      
      * Add dbg info
      
      * Only check type in imperative mode
      
      * Polish code and support optimizer
      
      test=develop
      
      * Fix stop gradient problem in PyLayer
      
      test=develop
      1f4aa7a2
    • M
      Add unit test for gru unit · d17bb4e6
      minqiyang 提交于
      test=develop
      d17bb4e6
    • W
      Fixrecordio (#16124) · a38db3cb
      wopeizl 提交于
      * fix recordio on win
      test=develop
      
      * test=develop
      
      * test=develop
      
      * fix code style
      test=develop
      
      * test=develop
      a38db3cb
    • S
      add unittest · cfd012e2
      sneaxiy 提交于
      test=develop
      cfd012e2
  5. 10 3月, 2019 1 次提交
  6. 08 3月, 2019 1 次提交
  7. 07 3月, 2019 6 次提交
  8. 06 3月, 2019 18 次提交
  9. 05 3月, 2019 2 次提交