- 13 9月, 2021 2 次提交
-
-
由 chentianyu03 提交于
This reverts commit ae93d9c2.
-
由 JYChen 提交于
-
- 11 9月, 2021 1 次提交
-
-
由 王明冬 提交于
-
- 10 9月, 2021 3 次提交
-
-
由 Guoxia Wang 提交于
-
由 sunzhongkai588 提交于
* fix warning error , test=document_fix * fix warning error , test=document_fix * fix warning error , test=document_fix * fix warning error , test=document_fix * fix warning error , test=document_fix * fix warning error , test=document_fix * fix warning error , test=document_fix
-
由 huangxu96 提交于
This PR supports gradient clip (ClipGradByGlobalNorm) when training with AMP(auto mixed precision).
-
- 07 9月, 2021 4 次提交
-
-
由 Zeng Jinle 提交于
* fix scatter_nd_add doc, test=document_fix * update test=document_fix
-
由 wangxinxin08 提交于
* add conv op check for illegal input or attributes
-
由 XiangGao 提交于
* add AsExtra in data_norm op * pass data_layout from python to data_norm op * fix data_layout in data_norm op Co-authored-by: Nroot <root@bjyz-sys-gpu-kongming9.bjyz.baidu.com>
-
由 wawltor 提交于
* transfer the static.accurcay to v2 api * remove the unused code
-
- 01 9月, 2021 2 次提交
-
-
由 WeiXin 提交于
* fix bug:When axes in paddle.sile is a tuple, an error occurs. * polish code.
-
由 Aurelius84 提交于
* Support append method and initialized value for List in ControlFlow * polish error msg and en doc * fix code style
-
- 27 8月, 2021 1 次提交
-
-
由 WeiXin 提交于
* polish the error message of paddle.slice. * polish code.
-
- 25 8月, 2021 1 次提交
-
-
由 Adam Osewski 提交于
* Enable BF16 for creating global tensor and reduce_mean. * Functional test with small model.
-
- 20 8月, 2021 1 次提交
-
-
由 shangliang Xu 提交于
-
- 19 8月, 2021 1 次提交
-
-
由 parap1uie-s 提交于
-
- 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
-
- 16 8月, 2021 2 次提交
-
-
由 Li Min 提交于
* Fix typos in english docs for diag and diagflat.
-
由 shangliang Xu 提交于
* fix dice_loss bug
-
- 09 8月, 2021 1 次提交
-
-
由 wangzhen38 提交于
-
- 04 8月, 2021 1 次提交
-
-
由 sunzhongkai588 提交于
* fix paddle.optimizer test=document_fix * fix paddle.optimizer test=document_fix * fix bugs in paddle.nn.functional document test=document_fix * fix bugs in paddle.nn.functional document test=document_fix * fix bugs in paddle.nn.functional document test=document_fix * fix bugs in paddle.nn.functional document test=document_fix
-
- 27 7月, 2021 1 次提交
-
-
由 Aurelius84 提交于
Revert "Revert "[Dy2Stat] Refactor ExecutorCache logic and pre-support BuildStrategy for pass (#34181)" (#34348)" (#34384) This reverts commit 577fdde5.
-
- 23 7月, 2021 2 次提交
-
-
由 Aurelius84 提交于
Revert "[Dy2Stat] Refactor ExecutorCache logic and pre-support BuildStrategy for pass (#34181)" (#34348) This reverts commit 609f8225.
-
由 will-jl944 提交于
* logical ops support int8, int16, int32, int64, float, double * update docs of logical ops * fix npu and xpu logical ops * fix npu and xpu logical ops * fix bug in xpu logical op code * update test_logical_op_npu and test_logical_op_xpu * correct error type
-
- 22 7月, 2021 2 次提交
-
-
由 Aurelius84 提交于
* modify into program_id * fix cache_info declare problem * fix python int to C long problem * modify point to reference * add ENVS
-
由 wangguanzhong 提交于
-
- 20 7月, 2021 1 次提交
-
-
由 Thomas Young 提交于
* fix crop_tensor op doc * update code example test=document_fix
-
- 19 7月, 2021 1 次提交
-
-
由 Chen Long 提交于
* update readme test=document_fix * update while loop docs test=document_fix
-
- 15 7月, 2021 1 次提交
-
-
由 wanghuancoder 提交于
* cache core.ops, test=develop * refine, test=develop
-
- 14 7月, 2021 1 次提交
-
-
由 Huihuang Zheng 提交于
As the title, add Python helper function to get block Inputs/Outputs. This function is helpful to distributed computing for sharding.
-
- 09 7月, 2021 1 次提交
-
-
由 wanghuancoder 提交于
* opt dygraph python code, test=develop * refine, test=develop
-
- 08 7月, 2021 1 次提交
-
-
由 Hao Lin 提交于
* opt dygraph python API, test=develop * Fix unbind bug in manipulation.py
-
- 29 6月, 2021 1 次提交
-
-
由 liu zhengxi 提交于
* add returns for beamsearchdecoder doc, test=document_fix
-
- 24 6月, 2021 1 次提交
-
-
由 CtfGo 提交于
As the title
-
- 22 6月, 2021 1 次提交
-
-
由 Ren Wei (任卫) 提交于
* using argparse to handle selections * 2 TODOs * 先不更改pipeline配置,这里强制改成GPU版本 * sorted the all_names * exec gpu sample codes tests incrementally * get all apis from the pr.spec file * condition with WITH_GPU WITH_GPU == ON save * delete the useless codes * delete the useless codes. test=document_fix * echo the diff result test=document_fix * dont reuse the variables * rename fun to _func not work. put it into the skiplist https://github.com/PaddlePaddle/Paddle/commit/038ffc795025170e8cda74bcd473b46301b9a1c0 test=document_fix * skip it in check api approvals test=document_fix save * skip the private _variables * print signatures wrong. now rename it to _func test=document_fix
-
- 21 6月, 2021 1 次提交
-
-
由 tianshuo78520a 提交于
* del py2 code2 * fix test timeout
-
- 16 6月, 2021 1 次提交
-
-
由 Zhou Wei 提交于
-
- 15 6月, 2021 2 次提交
-
-
由 Leo Chen 提交于
* use SparseSoftmaxCrossEntropyWithLogits * fix * test_slice * revert test_slice * add backprob for npu kernel * fix typo * fix ut * fix ut * refine comments * return softmax
-
由 jiangcheng 提交于
* add reduce_sum_op by add self-kernel * set all ReduceKernel MPType for accuracy * add float16 test script which input is integer number * solve reduce sum float16 check_grad problem * solve conflict and change test script for CI * change kernel register for CI * remove all useless template
-
- 11 6月, 2021 1 次提交
-
-
由 ronnywang 提交于
-