- 29 12月, 2021 1 次提交
-
-
由 Shang Zhizhou 提交于
-
- 24 12月, 2021 1 次提交
-
-
由 Aurelius84 提交于
[CustomOp]Add RWLock to protect loading module under multi-thread and multi-process (#38128) (#38271) [Cherry-pick][CustomOp]Add RWLock to protect loading module under multi-thread and multi-process (#38128)
-
- 23 12月, 2021 2 次提交
-
-
由 Guanghua Yu 提交于
* fix clip_extra when QAT export model * clear up unittes modify
-
由 Guanghua Yu 提交于
-
- 21 12月, 2021 1 次提交
-
-
由 huangxu96 提交于
Add python interface of subgraph: 1. all_sub_graphs() 2. get_sub_graph(idx)
-
- 16 12月, 2021 2 次提交
- 15 12月, 2021 1 次提交
-
-
由 chentianyu03 提交于
Issue37932 反馈 layer.to 不支持paddle.dtype类型的问题,新增了对这类型的支持。详情见:#38018 同时,也一并cherry-pick了遗漏的 PR 36779 的commit。 修改内容: Cherry-pick #36779 cherrry-pick #38018
-
- 13 12月, 2021 4 次提交
-
-
由 Shang Zhizhou 提交于
-
由 0x45f 提交于
动转静时,将函数中的注释行进行删除。 有函数体外的注释行,使用gast库进行func2ast转换时会导致出错,本PR之后将注释行(#开头的行)进行了删除
-
由 zhangbo9674 提交于
优化layer.to实现逻辑,相关pr: Remove additional warnning in layer.to ( #36700) Refine param conversion logic in layer.to ( #36862) Fix Layer.to() of device bug ( #37156)
-
由 Wangzheee 提交于
* fix_ele_convert: IElementWiseLayer can broadcast * fix_ele_convert
-
- 10 12月, 2021 3 次提交
-
-
由 Shang Zhizhou 提交于
fix: when ceil_model==true && Padding_algo!=SAME, (x-size)/stride != int, this convert is wrong (#37929) (#38033) Co-authored-by: Nfeng_shuai <fengshuai03@baidu.com>
-
由 Guanghua Yu 提交于
-
由 Guanghua Yu 提交于
-
- 09 12月, 2021 1 次提交
-
-
由 0x45f 提交于
Polish for zip in dy2stat
-
- 08 12月, 2021 1 次提交
-
-
由 wenbin 提交于
-
- 07 12月, 2021 2 次提交
-
-
由 Aurelius84 提交于
Fix default behavior if block=None in static mode (#37827)
-
由 Aurelius84 提交于
Fix cflags D_GLIBCXX_USE_CXX11_ABI takes no effect problem in customized op
-
- 06 12月, 2021 1 次提交
-
-
由 Webbley 提交于
-
- 03 12月, 2021 2 次提交
- 01 12月, 2021 1 次提交
-
-
由 kuizhiqing 提交于
* py2 to py3 bug and iface fix for pslib (#36102) * avoid setting logging.basicConfig (#37031)
-
- 30 11月, 2021 1 次提交
-
-
由 Jiawei Wang 提交于
-
- 29 11月, 2021 3 次提交
-
-
由 smallv0221 提交于
* fix dropout static when axis != None * update dropout test * add dropout test * fix test * Update test_dropout_op.py * Update test_dropout_op.py * fix testcase * fix testcase * Update test_dropout_op.py * fix testcase * fix testcase * optimize perf * add new test * fix testcase
-
由 wuhuanzhou 提交于
cherry-pick #37536 修复pass_desc.proto在编译时产生依赖问题。
-
由 Li Min 提交于
cherry-pick of PR #37566: Based on #37411, this PR: Continue to fix the bugs when bias add is none in static graph for fused_attention op. Polish and improve the unittests in test_fused_attention_op_api.py.
-
- 28 11月, 2021 1 次提交
-
-
由 zmx 提交于
-
- 26 11月, 2021 4 次提交
-
-
由 zyfncg 提交于
slice_grad op在选择kernel过程中出现错误,问题原因是在获取use_mkldnn属性时,map中未找到该键值,所以抛出out_of_range异常 本PR在map获取use_mkldnn属性数据前增加了是否存在该键值的判断逻辑,从而避免出现上述异常
-
由 zhouweiwei2014 提交于
cherry-pick #36714
-
由 zmx 提交于
* fix. test=develop * fix. test=develop * fix. test=develop * fix. test=develop * fix. test=develop * [heterps]bug fix for _run_from_dataset * fix heter_server.cc * fix launch_utils.py * fix heter_section_worker.cc * fix. test=develop * fix. test=develop
-
由 LielinJiang 提交于
-
- 25 11月, 2021 4 次提交
-
-
由 Steffy-zxf 提交于
* fix data parallel when VOCAB var in program * fix ci coverage
-
由 kuizhiqing 提交于
-
由 zhangkaihuo 提交于
目前的fused_attention_op不支持attn_mask=None的输入,本PR对此进行了补充,并补充了相应的单测逻辑。
-
由 pangyoki 提交于
Cherry-pick PR 37420, fix inplace bug when the first grad_var(loss_grad) is inplace var (#37420) (#37488) fix inplace bug,Cherry pick PR #37420
-
- 24 11月, 2021 1 次提交
-
-
由 Li Min 提交于
Add support for bias is none for fused_attention op.
-
- 23 11月, 2021 3 次提交
-
-
由 lilong12 提交于
-
由 zmx 提交于
* bug fix for DeserializeSelectedRows. test=develop (#36520) * fix SerializeSelectedRows (#36543) * bug fix for DeserializeSelectedRows. test=develop * fix bug for SerializeSelectedRows. test=develop * update. test=develop * [Heterps]Refactor Heter Pipeline Parameter Server (#36845) * change username * fix * fix * fix * fix * fix * update * update * update unittests * fix * update * fix * update * fix * fix * fix * update * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update send_and_recv op. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * update. test=develop * fix. test=develop * fix. test=develop * fix. test=develop * fix. test=develop * fix ut. test=develop * fix unit. notest,test=coverage * fix ut. notest, test=coverage * update. notest,test=coverage * fix ut. notest, test=coverage * fix ut. notest, test=coverage * fix. notest, test=coverage * fix. notest, test=coverage * fix ut. notest, test=coverage * fix ut. notest, test=coverage * fix ut. notest, test=coverage * fix ut. notest, test=coverage * add func. notest, test=coverage * fix ut. notest, test=coverage * fix. test=develop * fix. test=develop * Fix unit test for send_and_recv_cpu & send_and_recv_gpu (#37129) * [heterps]fix ut for heter_pipeline_trainer.cc (#37136) * fix ut. test=develop * fix ut. test=develop * [heterps]bug fix for local training with --heter_worker_num (#37166) * fix. test=develop * fix. test=develop * fix. test=develop * fix. test=develop * fix. test=develop * fix ut. test=develop * fix ut. test=develop * fix ut. test=develop * [heterps]Refactor heterogenous worker (#37244) * fix. test=develop * fix. test=develop * fix. test=develop * fix. test=develop * fix. test=develop * fix ut. test=develop * fix ut. test=develop * fix ut. test=develop * refactor heter trainer. test=develop * fix. test=develop * fix ut. test=develop * fix ut. test=develop * fix ut. test=develop * fix ut. test=develop * fix ut. test=develop * fix ut. test=develop * fix ut. test=develop * fix ut. test=develop * fix. test=develop * fix. test=develop * fix. test=develop * fix. test=develop * fix ut. test=develop * fix ut. test=develop * fix ut. test=develop * [heterps]add heterps mode judgement (#37298) * [heterps]change default executor for heter trainer (#37314) * fix pslib. test=develop * add device to train_from_dataset. test=develop * refine fleet.stop_worker. test=develop * fix ut. test=develop * fix ut. test=develop * fix executor & ut. test=develop * fix executor & ut. test=develop * fix executor & ut. test=develop * [heterps]remove api for heter pipeline ps (#37396) * fix api. test=develop * fix api. test=develop * fix code style. test=release/2.2 * fix CMakeLists. test=develop (#37454)
-
由 zhupengyang 提交于
-