1. 17 8月, 2021 4 次提交
    • H
      Align CTC grad scale same with ESPNet (#34729) · 10f9644c
      Hui Zhang 提交于
      * dygraph support more ctc grad scale
      
      * scale for 1.x
      
      * fix unitest
      
      * fix unitest
      
      * format code
      
      * fix unittest
      
      * fix log info
      
      * unittest cov
      
      * fix format;notest,test=cpu,coverage
      
      * skip ctc_loss egs;test=cpu
      
      * warpctc grad cov;test=coverage
      
      * add dygraph test;test=coverage
      
      * format;test=cpu,coverage
      
      * format;test=cpu
      
      * add api compat;test=cpu
      
      * add cpu test
      
      * rename
      
      * rename
      
      * fix
      
      * fix test
      
      * format
      
      * eigen cpu
      
      * eigen gpu grad pass
      
      * cuda gpu pass
      
      * format
      
      * fix ci
      10f9644c
    • Z
      Add some passes which can be applied to Program (#34730) · 8046e33d
      Zeng Jinle 提交于
      * add inplace passes and tests
      
      * update
      
      * fix use_cuda undefined
      fix compile error of op compat
      
      * add more ut
      
      * fix CPU CI error
      
      * check adam unique
      
      * fix mac/windows ci, improve coverage
      
      * fix ci error
      
      * follow weihang's comment
      
      * fix BlockDesc::MoveFrom
      
      * follow qiuliang's comment
      
      * update
      
      * follow huihuang's comments
      8046e33d
    • Z
      add api fill_diagonal_inplace (#34460) · 5de576b0
      zhiboniu 提交于
      5de576b0
    • K
      fix drop_last not work on IterableDataset (#34801) · 16146088
      Kaipeng Deng 提交于
      * fix drop_last not work in IterableDataset. test=develop
      16146088
  2. 16 8月, 2021 14 次提交
  3. 14 8月, 2021 1 次提交
  4. 13 8月, 2021 7 次提交
    • T
      New Einsum API (#33821) · 8c8667f0
      Tongxin Bai 提交于
      * OP dot: refactor CPU kernels and get better loop performance.
      
      * Minor fix on code format.
      
      * Fixed minor errors.
      
      * Add new API: einsum
      
      * Update the Einsum unit test.
      
      One case failed with matmul_v2, where the dtype is int64:
      
      a = np.arange(2 * 3 * 1).reshape(2, 3, 1)
      b = np.arange(1)
      paddle.einsum("...i, ...i", a, b)
      
      * Test cases in test_einsum test floating point dtypes only.
      
      As of now Paddle only supports float/double dtypes in matmul, which is
      one of building blocks of this Einsum implementation. We decide not to
      test einsum against other dtypes.
      
      * Polish format.
      
      * More formatting.
      
      * Format...
      
      * Einsum: improve test coverage.
      
      * Einsum: bug fixes and more testcases for testing error messages
      
      * Einsum: fix format..
      
      * Einsum: fixed typo and format.
      
      * Einsum: format again...
      
      * Einsum: applied suggested changes.
      
      * Einsum API: improve API documentation.
      
      * Einsum API: apply suggested changes.
      
      * Einsum API: Add dygraph only note.
      
      * Einsum API: Add dygraph only note.
      
      * Einsum API: fixed unittest.
      8c8667f0
    • Z
      fix a bug of slice by none index (#34877) · ff4bdac3
      zyfncg 提交于
      ff4bdac3
    • Z
      Bug fix : Can't load multiple modules of custom c++ op (#34505) · fc6b4a50
      zyfncg 提交于
      * Fix a bug : can't load more than one custom op module
      
      * Fix a bug : can't load more than one custom op module
      
      * add test for load multiple modules of custom c++ op
      
      * add config for Coverage CI
      fc6b4a50
    • Q
      [NPU] fix bce_loss_npu, test=develop (#34876) · 5b86b999
      Qi Li 提交于
      5b86b999
    • S
      [Bug-Fix]fix bug of py36 import utils (#34873) · 507ea06f
      ShenLiang 提交于
      * fix bug of py36 import
      507ea06f
    • B
      add retry for gethostbyname (#34855) · e92f0388
      Baibaifan 提交于
      e92f0388
    • A
      [npu]add unsqueeze2_grad,test=develop (#34733) · 2164ad61
      andyjpaddle 提交于
      2164ad61
  5. 12 8月, 2021 6 次提交
  6. 11 8月, 2021 8 次提交