- 27 4月, 2021 11 次提交
-
-
由 Guanghua Yu 提交于
* fix cross_entropy calculation error * add unittest and fix static
-
由 Ren Wei (任卫) 提交于
* UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1788: ordinal not in range(128) test=document_fix str(doc) in python2 test=document_fix * update md5 function in count_api_without_core_ops.py str in py2 is different. test=document_fix
-
由 xiemoyuan 提交于
* Support list and tuple for parameters of layer_norm, multiprocess_reader, DatasetFolder and ImageFolder. * add unittest for layer_norm. * add require gpu for example.
-
由 Pei Yang 提交于
-
由 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 1 次提交
-
-
由 lilong12 提交于
* add pp dygraph, test=develop
-