- 28 10月, 2021 1 次提交
-
- 17 8月, 2021 1 次提交
-
-
由 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
-
- 09 9月, 2020 1 次提交
-
-
由 kinghuin 提交于
optimize the error message for math dir
-
- 20 3月, 2019 1 次提交
-
-
由 phlrain 提交于
-
- 18 3月, 2019 1 次提交
-
-
由 phlrain 提交于
-
- 27 8月, 2018 1 次提交
-
-
由 fengjiayi 提交于
-
- 23 8月, 2018 1 次提交
-
-
由 fengjiayi 提交于
-
- 22 8月, 2018 1 次提交
-
-
由 fengjiayi 提交于
-
- 20 8月, 2018 1 次提交
-
-
由 fengjiayi 提交于
-
- 24 5月, 2018 1 次提交
-
-
由 yangyaming 提交于
-
- 11 5月, 2018 1 次提交
-
-
由 yangyaming 提交于
-
- 02 5月, 2018 1 次提交
-
-
由 Abhinav Arora 提交于
* Fix cpplint issues in sequence_padding * Fix typo in cu file * Fix dependencies of sequence_padding * Add include
-
- 15 2月, 2018 1 次提交
-
-
由 Yi Wang 提交于
* Update tensor_util.h * Update with moved TensorDesc * Fix tensur_utils.cu * Update * Update * Update * Update * Make tensor_util.cu a symbolic link
-
- 12 2月, 2018 1 次提交
-
-
由 qingqing01 提交于
-
- 10 2月, 2018 2 次提交
- 08 2月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 31 1月, 2018 1 次提交
-
-
由 dzhwinter 提交于
* "Need to re-design LoD " * "add lod design" * "fix lod gpu ptr pointer" * "removed commented code" * "fix CI" * "remove set lod in pybind" * "fix style check" * "fix CI" * "fix long type template error" * "pybind reorder to use Place" * "fix ci" * "fix ci" * fix ci * "sperate as a new file" * "fix CI" * "fix ci" * small fix * "add test" * "fix adam op" * "fix lstmp op" * "fix adam op" * "follow comments" * "fix ci"
-
- 18 1月, 2018 1 次提交
-
-
由 Yancey1989 提交于
-
- 09 1月, 2018 1 次提交
-
-
由 Yiqun Liu 提交于
* Add Seq2BatchFunctor, which will be used in WarpCTCOp. * Implement WrapCTCFunctor and WrapCTCKernel. * Add unittest of warpctc_op. * Modify the check_output inferface in python unittest framework to allow check a subset of outputs. * Use absolute offset lod in warpctc_op and related functors. * Refine the comments of warpctc_op. * The new python unittest supports checking a subset of the outputs, so revoke the previous change. * Rename the transform from LoDTensor to Tensor with shape [max_sequence_length, num_sequences, sequence_width] to PaddingSequenceFunctor. * Update to the newest codes. * Rename the PaddingSequenceFunctor to PaddingLoDTensorFunctor and remove the computation of dimensions out of the functos.
-