- 18 6月, 2021 4 次提交
-
-
由 Wilber 提交于
* [XPU] Update cmake options for xpu. (#33450) * patch in inference third_party
-
由 wuhuanzhou 提交于
cherry-pick #32815
-
由 Pei Yang 提交于
-
由 tianshuo78520a 提交于
cherry-pick 32784
-
- 17 6月, 2021 3 次提交
-
-
由 Wilber 提交于
[Inference Tensorrt] Add attr for trt engine and handle the input seq problem for ernie var len. (#33575) (#33622)
-
由 Zhou Wei 提交于
修复Windows CI的一些突发新增的不稳定现象: 清理服务器后台未正常退出的进程 支持外部手动修改cache缓存目录
-
由 wangguanzhong 提交于
* cherry-pick fix_output_padding_conv * add repr unittest for conv
-
- 16 6月, 2021 6 次提交
-
-
由 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 提交于
-
由 lidanqing 提交于
* [oneDNN] First fix to #33021 (#33174) * - First fix to #33021 * [oneDNN] Second fix to #33021 (#33471) * use older download_data function Co-authored-by: NJacek Czaja <jacek.czaja@intel.com>
-
由 Shang Zhizhou 提交于
* 1, remove layernorm dynamic fp16; 2, let reshape out in dynamic shape (#33535)
-
- 15 6月, 2021 8 次提交
-
-
由 wawltor 提交于
-
由 Peihan 提交于
* add win_capi_tar in paddle_build.bat * tar capi lib for publish * add in gen_fluid_lib func
-
由 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
-
由 wenbin 提交于
-
- 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 7 次提交
-
-
由 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
-
由 Ren Wei (任卫) 提交于
[cherry-pick] use the required instruction to determine if the environment fits the sample code's required. (#32766) (#33451) 1 put a instruction # required: gpu(for example) in the sample code 2 this piece of code will only run in the GPU-equipped CI pipelines, and be omitted in other pipelines. 3 the CI pipelines can specify its capacity by shell environment variable SAMPLE_CODE_TEST_CAPACITY 2.1 文档改版方案 see #32766 for more infomation
-
由 Lijunhui 提交于
使用op benchmark时发现,当输入数据量小于某个值时,python 端 log_softmax 接口的输入值经过计算过后 会被改变为nan。输出正常。 cherry-pick自 #32937
-
- 10 6月, 2021 7 次提交
-
-
由 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
-
由 wangguanzhong 提交于
-
由 王明冬 提交于
-
- 09 6月, 2021 3 次提交
-
-
由 s.feng 提交于
-
由 Wilber 提交于
-
由 wangguanzhong 提交于
-
- 08 6月, 2021 1 次提交
-
-
由 Wangzheee 提交于
-