1. 06 7月, 2021 2 次提交
  2. 05 7月, 2021 7 次提交
  3. 04 7月, 2021 1 次提交
  4. 02 7月, 2021 3 次提交
  5. 01 7月, 2021 3 次提交
  6. 30 6月, 2021 3 次提交
  7. 29 6月, 2021 2 次提交
  8. 28 6月, 2021 2 次提交
  9. 25 6月, 2021 2 次提交
  10. 24 6月, 2021 4 次提交
  11. 23 6月, 2021 9 次提交
  12. 22 6月, 2021 2 次提交
    • Z
      [API/OP]Add a new API paddle.diagonal (#33586) · ad106290
      zhangbo9674 提交于
      * new api diagonal, test=develop
      
      * add new api diagonal, test=develop
      
      * new api diagonal, test=develop
      
      * add new api paddle.diagonal, test=develop
      
      * use framework::stride replace ComputeDimStride
      
      * replace cudaMalloc/cudaMemcpy by TensorFormVector in cudaKernel and cudaGradKernel
      
      * perfect funciton: when attr(offset) is exceed attr(axis1) or attr(axis2), set the diagonal dim is 0
      
      * fix RP-Mac-CI bug: replace framework::stride() by ComputDimStride.
      
      * perfect code-block
      
      * perfect code of python API diagonal
      
      * api supports dtype of float16 and bool
      
      * api supports dtype of float16 and bool
      
      * modify unittest code
      
      * modify unittest code
      
      * perfect dtype describe
      
      * perfect code-block
      ad106290
    • Z
      fix gpt2 train loss Nan problem (#33658) · 687571f2
      zhiboniu 提交于
      687571f2