1. 15 12月, 2020 1 次提交
  2. 09 12月, 2020 2 次提交
  3. 08 12月, 2020 3 次提交
  4. 07 12月, 2020 5 次提交
  5. 05 12月, 2020 2 次提交
    • myq406450149's avatar
      update unbind norm add CUDAPlace api doc information (#29322) (#29391) · 7e322b3c
      myq406450149 提交于
      * enhance array_to_lod_tensor_op lod_tensor_to_array_op errors information. test=develop
      
      * fix format. test=develop
      
      * format fix. test=develop
      
      * add lod_rank_table. test=develop
      
      * fix format. test=develop
      
      * fix doc info. test=develop
      
      * fix np error
      
      * add unbind dygraph api. test=develop
      
      * fix unbind doc.test=develop
      7e322b3c
    • C
      Release/2.0 rc1 (#29388) · fbb6cd70
      chentianyu03 提交于
      * fix random failed of complex matmul
      
      * Make transpose, trace, kron, reshape, sum op support complex type (#29321)
      
      * add complex64 and complex128 type; add +-*/@ and slice opreator for complex types
      
      * add test cases for complex elementwise, matmul and getitem unittest
      
      * add test cases for complex types
      
      * add test cases for complex matmul unittest
      
      * kron, reshape, transpose support complex types
      
      * sum and trace op support complex types
      
      * add test case of sum and trace op
      
      * fix the bug of imag part of complex not initialized
      
      * format file
      
      * format code style
      
      * kron support type promotion; modify test cases
      fbb6cd70
  6. 04 12月, 2020 5 次提交
  7. 03 12月, 2020 4 次提交
    • S
      [Cherry-Pick]Fix reducer warning & fix doc of fleet (#29333) · afa50f45
      ShenLiang 提交于
      * fix the warning of reducer (#29323)
      
      * fix warning of fleet (#29317)
      
      * Fix doc of fleet api (#29282)
      afa50f45
    • L
      fix shape of tile_grad op (#29289) (#29324) · 8cd8cd53
      Leo Chen 提交于
      8cd8cd53
    • S
      [cherry-pick]Change the api of DataParallel and Fleet (#29288) · ec57656e
      ShenLiang 提交于
      * Change the api of DataParallel and Fleet (#29224)
      ec57656e
    • Z
      [Cherry-pick] Add pure fp16 training with master weights. (#29301) · d8ea8a06
      Zhen Wang 提交于
      * Add pure fp16 training with master weights. (#27712)
      
      * add the weight decay func for the momentum op
      
      * Add the multi_precision function in Momentum Optimizer.
      
      * Make sure that the initial value of master weights are same with the fp16 weights.
      
      * add static loss scaling.
      
      * add the rescale_grad function in the pure fp16 training.
      
      * use the original momentum updating method.
      
      * Polish some codes, such as variable names.
      
      * add docstring for apis.
      
      * update the var creation details of _create_master_weight.
      
      * not modify codes about imperative momentum updating.
      
      * Fix the error of test_dist_sparse_tensor_load_momentum UT.
      
      * add unit test for multi precision fp16 training.
      
      * add more unit tests for CI.
      
      * Use lower threshold values for allclose comparing in test_multi_precision_fp16_train UT.
      d8ea8a06
  8. 02 12月, 2020 2 次提交
  9. 01 12月, 2020 3 次提交
  10. 30 11月, 2020 10 次提交
  11. 28 11月, 2020 1 次提交
  12. 27 11月, 2020 2 次提交
    • S
      Support dynamic graph distributed (#28997) · e2d01eb6
      ShenLiang 提交于
      * add reducer
      
      * refine envent for memorycopy
      
      * add concat&split for allreduce
      
      * apply concat & split for fuse tensor
      
      * fix nccl dep
      
      * fix the untest, compile problem and ddp initialize problem
      
      * fix untest for mac & add some comments & solve the repeated param in sublayers
      
      * fix untest for windows & fix document
      e2d01eb6
    • L
      update expand as op to use the shape of the target tensor instead of the... · 7e5e9934
      lilong12 提交于
      update expand as op to use the shape of the target tensor instead of the target tensor itself. (#29020)
      
      * update, test=develop
      7e5e9934