- 27 4月, 2021 21 次提交
-
-
由 zhiboniu 提交于
* update 2.0 public api in nn * replace Chinese character cause error in ci;synchronization with pr:#32588 to avoid 'ascii' codec in python2 * numbers used in paddle.nn.functional.norm but not imported
-
由 zhiboniu 提交于
Co-authored-by: NXiaoguangHu <46782768+XiaoguangHu01@users.noreply.github.com>
-
由 WeiXin 提交于
* edit paddle.save/load API * Update io.py edit doc * delete cpython-37.pyc * Update io.py edit doc * Update io.py recommit * Update io.py recommit * Update io.py recommit * Update io.py recommit
-
由 WeiXin 提交于
* clear 'BasicEngine' when an exception occurs in the backward. * deal with conflict. * deal with conflict.
-
由 wenbin 提交于
-
由 Zhong Hui 提交于
* [OPs] Bug fix, fix the segment mean for illegal syncthreads usage.
-
由 Zhang Zheng 提交于
-
由 Baibaifan 提交于
-
由 WeiXin 提交于
* jit.save/load support function. * delete unnittest test_jit_load_model_incomplete. * edit code according to CI * Modify the documentation. * add note to doc.
-
由 xiemoyuan 提交于
* fixed docs. * Fixed docs. test=document_fix code bak. fixed docs. test=document_fix * Revert to previous version of python/paddle/fluid/backward.py * fixed bugs. * test=document_fix. Fixed examples.
-
由 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 19 次提交
-
-
由 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
-