- 27 4月, 2021 7 次提交
-
-
由 tianshuo78520a 提交于
This reverts commit 4b7242b0.
-
由 Aurelius84 提交于
-
由 XiangGao 提交于
Co-authored-by: NYang Zhang <yangzhang@live.com>
-
由 ShenLiang 提交于
* fix amp bug * fix name of wordsize
-
由 zhiboniu 提交于
-
由 zhiboniu 提交于
-
由 zhiboniu 提交于
-
- 26 4月, 2021 28 次提交
-
-
由 lilong12 提交于
* add sendrecv, test=develop
-
由 WeiXin 提交于
-
由 ShenLiang 提交于
-
由 zhangchunle 提交于
-
由 Zhou Wei 提交于
* clear CUDA compile environment on windows * fix Windows CI * fix Windows CI * fix Windows CI
-
由 jiangcheng 提交于
* new optimize for where_index_op with prefix sum version. * write a scan prefix sum kernel with stream for where index op. * optimize where_index by using cub::DeviceScan::InclusiveSum instead of imperfect self-kernel. * remove CheckTrue struct and rename stide_array for readable. * optimize variable name for readable. * optimize function name and annotation.
-
由 Thunderbrook 提交于
* optimize pull sparse * optimize pull sparse * change macro * format
-
由 ceci3 提交于
* fix bn docs * fix unittest
-
由 Huihuang Zheng 提交于
A follow up PR of #32420, we changed the doc of python/paddle/fluid/layers/tensor.py in that PR and we are changing python/paddle/tensor/creation.py in this PR.
-
由 zhiboniu 提交于
-
由 xiemoyuan 提交于
* Modified params of some APIs to support tuple and list. * fixed bug.
-
由 xiemoyuan 提交于
* Modified the return value of tensor.grad from numpy as tensor. * Modify unittests. * fixed bugs. * Add warning info for x.grad * fixed unittests which used x.grad * fixed bug.
-
由 Kaipeng Deng 提交于
* fix dataloader exit error if user exit program when dataloader is still iterating. test=develop
-
由 Yiqun Liu 提交于
* Unset ReserveSpace for inference program. * Support training from an inference program.
-
由 WangXi 提交于
-
由 Leo Chen 提交于
* change prepend to append * fix ut * add testcase * fix ut * fix test_custom_relu_model
-
由 ShenLiang 提交于
* fix model parallel * rm parallel_help.py * add embedding
-
由 石晓伟 提交于
-
由 WeiXin 提交于
* support backward return None. * edit unittest. * edit code according to CI * Improve error information
-
由 Kaipeng Deng 提交于
-
由 jiangcheng 提交于
* optimize slice op and slice grad op, test=develop * optimize variable name and annotation information, test=develop
-
由 Jiaqi Liu 提交于
-
由 Leo Chen 提交于
* skip op has no fp16 kernel * add ut
-
由 Leo Chen 提交于
-
由 Double_V 提交于
* add norm_by_times param to ctc_loss * fix doc,test=develop
-
由 Huihuang Zheng 提交于
paddle.to_tensor will be translated to paddle.assign in Dy2stat, however paddle.assign doesn't support int, float, bool. This PR added the supports.
-
由 Shang Zhizhou 提交于
-
由 Zhong Hui 提交于
* [DOC] Clarify the difference between paddle.norm and np.linalg.norm
-
- 25 4月, 2021 5 次提交
-
-
由 lilong12 提交于
* add pp dygraph, test=develop
-
由 JZ-LIANG 提交于
* Dygraph reocmpute * unitest for Dygraph reocmpute * dy recompute remove unitest for win and mac
-
由 Huihuang Zheng 提交于
`range` API set its output shape in dygraph but not in static graph, which can cause Dy2stat error. This PR set the shape of `range` API when possible.
-
由 Pei Yang 提交于
* fix airank bert emb order * move input num check to converter * add input num check * add unused var check white list
-
由 Ren Wei (任卫) 提交于
* update testcases * remove unused codes * update the docstring for samcd_processor * no need to import the six module * 我也不知道为何有一个前导空格,但现在有单元测试,取消这个空格没啥问题 * add unittests for print_signatures; add the first case for 'required' mechanism when executing sample code testing * there is no paddle installed in PR-CI-APPROVAL test=document_fix
-