- 21 7月, 2021 4 次提交
- 
- 
由 HexToString 提交于
- 
由 HexToString 提交于
- 
由 chentianyu03 提交于Add more information to tensor.grad warning message. 
- 
由 0x45f 提交于* support Nest sequtial container * rename model path 
 
- 
- 20 7月, 2021 1 次提交
- 
- 
由 Chen Long 提交于* update readme test=document_fix * update while loop docs test=document_fix 
 
- 
- 12 7月, 2021 2 次提交
- 
- 
由 WeiXin 提交于* Save all the information of 'ParamBase' in 'Layer'. (#33500) * Save all the information of 'ParamBase' in 'Layer'. * edit unittest * delete the function of saving layer object. (#33697) * delete the function of saving layer object. * edit doc of paddle.save/load and polish error message 
- 
由 taixiurong 提交于* update xpu cmake for kunlun (#33328) * xpu support amp (#33809) * fix bug DLTP-31078 (#33877) * update xpu cmake (#33906) * [xpu] add dropout & amp ops in xpu place (#33891) Co-authored-by: NTTerror <tangzhiyi11@users.noreply.github.com>
 
- 
- 09 7月, 2021 2 次提交
- 
- 
由 Kaipeng Deng 提交于
- 
由 Jacek Czaja 提交于[oneDNN] Fix to #33282 , added support of X input broadcasting to oneDNN elementwise ops (#33549) (#33845) * - fix to #33282 * - Increased threshold for elementwise_mul_bf16 grad * -disabled faulty UT * - fix to approval 
 
- 
- 07 7月, 2021 1 次提交
- 
- 
由 tianshuo78520a 提交于* del python2 code * cherry-pick 33556 
 
- 
- 06 7月, 2021 1 次提交
- 
- 
由 Aurelius84 提交于Bug fixes, [Cherry-pick][Dy2Stat] Fix unique_name in create_static_variable_gast_node (#33963) 
 
- 
- 02 7月, 2021 2 次提交
- 
- 
由 zhouweiwei2014 提交于cherry-pick #33818 
- 
由 Aurelius84 提交于[Dy2Stat] Support Python3 type hint (#33745) 
 
- 
- 01 7月, 2021 1 次提交
- 
- 
由 Aurelius84 提交于cherry-pick Specify gast version in requirements.txt 
 
- 
- 22 6月, 2021 2 次提交
- 
- 
由 jiangcheng 提交于解决windows cmd和powershell显示乱码的问题 
- 
由 ceci3 提交于
 
- 
- 18 6月, 2021 1 次提交
- 
- 
由 Wilber 提交于* [XPU] Update cmake options for xpu. (#33450) * patch in inference third_party 
 
- 
- 17 6月, 2021 1 次提交
- 
- 
由 wangguanzhong 提交于* cherry-pick fix_output_padding_conv * add repr unittest for conv 
 
- 
- 16 6月, 2021 5 次提交
- 
- 
由 TTerror 提交于* fix gather op and add logsumexp op on kunlun * update xpu depence * update tests and fix elementwise_add 
- 
由 lilong12 提交于* Add raw program meta optimizer (#32597) * add raw program, test=develop * add precision unitest for executor all reduce (#33339) * fix dp (#33297) Co-authored-by: NYuang Liu <liuyuang@baidu.com> Co-authored-by: N李季 <2042519524@qq.com> 
- 
由 lilong12 提交于
- 
由 lilong12 提交于
- 
由 Shang Zhizhou 提交于* 1, remove layernorm dynamic fp16; 2, let reshape out in dynamic shape (#33535) 
 
- 
- 15 6月, 2021 6 次提交
- 
- 
由 wawltor 提交于
- 
由 ShenLiang 提交于* Fix gather infer shape using axis (#33413) * fix gather shape bug * fix None * fix topo * Fix hang of hybrid parallel in new_group (#33141) * fix hang of hybrid parallel * fix new_group for hang problem * fix hang 
- 
由 JZ-LIANG 提交于
- 
由 liym27 提交于[cherry-pick] Polish code for setitem/getitem and support index for list/Tensor/None/Ellipsis/bool (#33528) * [cherry-pick 2.1] Polish code for _getitem_impl_ (#32868) * [cherry-pick] Polish code for setitem and getitem (#32911) * [slice getitem] Support getitem idx is Tensor or List (#33000) * [getitem] Support index is None for getitem in static mode (#33001) * [Static getitem] Support static Variable getitem for Ellipsis index (#32876) * [static getitem]Support index is list bool for getitem in static mode (#33298) 
- 
由 Kaipeng Deng 提交于* add warning log for DataLoader output format imcompatible upgrade. test=develop * add unittest. test=develop * fix ci converage. test=develop * fix ci coverage. test=develop 
- 
由 WeiXin 提交于修复pylayer 返回to_tensor时触发段错误的bug。 原因: 如果在Python端修改了stop_gradient属性,c++ 端InnerSetOverridedStopGradient 无法修改stop_gradient属性,在c++端调用SetOverridedStopGradient修改stop_gradient属性。 to_tensor产生的tensor的grad var的DataType为默认值(-1),在backward的过程中grad var的DataType不能为默认值(-1),因此在调用ForwardDataType设置grad var的DataType。 原始PR:#33303 
 
- 
- 12 6月, 2021 1 次提交
- 
- 
由 zhiboniu 提交于* Eliminate numerical differences of LayerNorm; fix LayerNorm Nan Bug while large data input * fix bug while large shape of data input 
 
- 
- 11 6月, 2021 5 次提交
- 
- 
由 zhoujun 提交于
- 
由 zhiboniu 提交于* update 2.0 public api in all left files * reverse device.py all list; fix some flake8 errors 
- 
由 zhiboniu 提交于* update 2.0 public api in vision * fix some flake8 errors 
- 
由 liuyuhui 提交于* add unit8 for concat (#32850) * add bool type for tril api (#33402) 
- 
由 Chen Weihang 提交于Support diff dataset tensor place in single process dataloader cherry-pick of #33470 
 
- 
- 10 6月, 2021 5 次提交
- 
- 
由 LielinJiang 提交于
- 
由 Zhang Ting 提交于fuse L2Decay and momentum when param.regularizer is set cherry-pick #32845 
- 
由 Kaipeng Deng 提交于* add random state generate in DataLoader worker. test=develop * fix license and __all__. test=develop * fix unittest. test=develop 
- 
由 Wenyu 提交于* fix retry in download when exception occurs * add test_retry_exception 
- 
由 lilong12 提交于* update, test=develop 
 
- 
 
