- 04 9月, 2021 1 次提交
-
-
由 Zhanlue Yang 提交于
* Add function to disable paddle signal handler Paddle used google::InstallFaultSignalHandler to handle selected system signals, mainly for debugging and bug report purposes. However, this can be conflicted with other python packages whoever captures similar signals. Such python package involves tvm and more To resolve this issue, we support a function to disable signal handler * Remove signal test from WIN32 platform * Remove redundant return from disable_signal_handler() function * Add detailed messages to en_doc
-
- 03 9月, 2021 1 次提交
-
-
由 danleifeng 提交于
* fix flatten infershape; test=develop * fix flatten infershape; test=develop
-
- 30 7月, 2021 1 次提交
-
-
由 zhiboniu 提交于
-
- 29 7月, 2021 2 次提交
-
-
由 Roc 提交于
-
由 jiangcheng 提交于
SliceGradKernel的need_pad_num == 0判断有问题,直接跳过导致没有分配合适的空间,删去该判断逻辑后运行就正常了。
-
- 27 7月, 2021 2 次提交
-
-
由 wuhuachaocoding 提交于
-
由 Aurelius84 提交于
[cherry-pick][Dy2Stat]supplet several interface of static Variable to consistent with dygraph Tensor (#33330) #34401 As the title [cherry-pick][Dy2Stat]supplet several interface of static Variable to consistent with dygraph Tensor (#33330)
-
- 26 7月, 2021 2 次提交
-
-
由 xiongkun 提交于
[Dy2Stat]Support non-tensor type in input_spec
-
由 Kaipeng Deng 提交于
* fix DataLoader memory leak. test=develop * fix unittest abort. test=develop * enable test_dataloader_dataset & skip GPU tensor break. test=develop
-
- 23 7月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 22 7月, 2021 1 次提交
-
-
由 lzzyzlbb 提交于
* fix the order of unfold parameters (#34156) * fix the order of unfold parameters * fix the order of unfold parameters (#34156) * fix the order of unfold parameters * fix unfold
-
- 21 7月, 2021 5 次提交
-
-
由 Peihan 提交于
* Update paddle_build.bat to remove op grad when build windows inference lib (#33800) 1. check status of remove op grad shell scripts 2. Update paddle_build.bat to remove op grad when build windows inference lib 3. add inference demo test after build finish * Update paddle_build.sh for remove op grad when compile c++ inference lib (#33798) * fix zip inference library bug (#34025) Co-authored-by: Zhou Wei <1183042833@qq.com>
-
由 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
-
- 19 7月, 2021 2 次提交
- 15 7月, 2021 1 次提交
-
-
由 WeiXin 提交于
修复《jit.save在Mac系统上保存的模型,在Linux平台上无法对模型进行重训练》的问题。 原始PR: #34027
-
- 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 3 次提交
-
-
由 Kaipeng Deng 提交于
-
由 Chen Weihang 提交于
[Cherry-pick] Up cxx11 check to cxx14 #34034
-
由 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)
-
- 05 7月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 02 7月, 2021 4 次提交
-
-
由 iducn 提交于
将关于approve相关的修改cherry-pick到2.1分支
-
由 TCChenLong 提交于
-
由 zhouweiwei2014 提交于
cherry-pick #33818
-
由 Aurelius84 提交于
[Dy2Stat] Support Python3 type hint (#33745)
-
- 01 7月, 2021 3 次提交
-
-
由 Leo Chen 提交于
fix bug when the cuda kernel config exceeds dims max
-
由 王明冬 提交于
-
由 Aurelius84 提交于
cherry-pick Specify gast version in requirements.txt
-
- 28 6月, 2021 1 次提交
-
-
由 wenbin 提交于
-
- 22 6月, 2021 4 次提交
-
-
由 Roc 提交于
-
由 jiangcheng 提交于
解决windows cmd和powershell显示乱码的问题
-
由 ceci3 提交于
-
由 Pei Yang 提交于
-