- 15 6月, 2021 2 次提交
-
-
由 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 1 次提交
-
-
由 Chen Weihang 提交于
Support diff dataset tensor place in single process dataloader cherry-pick of #33470
-
- 10 6月, 2021 4 次提交
-
-
由 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
-
由 lilong12 提交于
* update, test=develop
-
由 wangguanzhong 提交于
-
- 09 6月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 08 6月, 2021 3 次提交
- 07 6月, 2021 2 次提交
- 04 6月, 2021 1 次提交
-
-
由 wawltor 提交于
* fix compare op in for in the cuda device * fix the paddle compare op for the broadcast
-
- 02 6月, 2021 1 次提交
-
-
由 Chen Weihang 提交于
* fix spawn default nprocs get error * polish error message
-
- 01 6月, 2021 3 次提交
-
-
由 whs 提交于
-
由 Qi Li 提交于
-
由 WeiXin 提交于
paddle.save paddle.static.save protocol的默认值改为4(原默认值为2)。 pickle protocol=4相交于protocol=2: protocol=4时保存/加载大于4G的单个numpy.ndarray 等。 protocol=4时保存/加载的速度有明显提升。 Python2 不支持protocol=4(paddle2.1主要支持Python3,不再考虑Python2)。 兼容问题:pickle版本(protocol)会写到文件里面,pickle load的时候会自动识别到protocol,paddle2.1(paddle.save pickle默认版本为2)可以加载paddle2.1.1的模型(paddle.save pickle默认版本为4)。 原始PR:#32904
-
- 31 5月, 2021 1 次提交
-
-
由 wenbin 提交于
-
- 26 5月, 2021 2 次提交
-
-
由 ShenLiang 提交于
* [HybridParallel]Fix pipeline in dygraph (#33007) * fix pipeline * fix mp pp dp * fix utest of hybrid parallel * add utest for tuple * fix utest (#33108)
-
由 Aurelius84 提交于
* Support convert sublayers in Sequential Container * remove paddle.jit.set_code_level
-
- 25 5月, 2021 1 次提交
-
-
由 ShenLiang 提交于
* fix precision of mp * fix bug of seed * fix dp * print group
-
- 21 5月, 2021 1 次提交
-
-
由 tianshuo78520a 提交于
Change Paddle CI-Cverage Python3.8 Cherry-pick 32515
-
- 20 5月, 2021 3 次提交
-
-
由 Aurelius84 提交于
* [Dy2Static]Add param_guard in ParameterList to support @to_static * [Dy2Static] Refactor param_guard logic of @to_static (#32867) * Add param_guard in ParameterList to support @to_static * Refactor param_guard of @to_static * fix unittest failed * add more unittest
-
由 Aurelius84 提交于
* [Custom Op]Remove PADDLE_WITH_MKLDNN in custom_op (#32903) * [Dy2Stat]BugFix StaticAanlysis with gast.Subscript (#32969) * BugFix StaticAanlysis with gast.Subscript * remove codes
-
由 WeiXin 提交于
test_paddle_save_load 单测随机挂:使用np.ndarray生成随机数组,可能生成nan,造成做对比时结果不匹配(nan != nan)。改为np.random.randn生成随机数组。 test_paddle_save_load_binary随机挂: 如果一个字符串不能解析为Program,windows上会有超时风险。解决方法:不在windows平台不加载'不能解析为Program的字符串'。 原始PR:#32949
-
- 19 5月, 2021 1 次提交
-
-
由 danleifeng 提交于
* cherrypick for #32640 :add profile and fix dataset hang in heterps;test=develop * cherrypick for #32640 :add profile and fix dataset hang in heterps;test=develop * cherrypick for #32640 :add profile and fix dataset hang in heterps;test=develop
-
- 17 5月, 2021 1 次提交
-
-
由 cc 提交于
-
- 12 5月, 2021 1 次提交
-
-
由 Kaipeng Deng 提交于
* fix dataloader exit hang when join re-enter. test=develop * double check _shutdown. test=develop
-
- 11 5月, 2021 1 次提交
-
-
由 ShenLiang 提交于
fix error log for reducer fix doc fix bug of utest fix spawn fix converage
-
- 07 5月, 2021 5 次提交
-
-
由 huangjun12 提交于
-
由 Zhou Wei 提交于
[CHERRY-PICK2.1]Remove paddle_custom_op dynamic libraries, and link to FLUID_CORE on windows (#32583) (#32769) * Remove paddle_custom_op dynamic libraries, change link to FLUID_CORE on windows, and check copy_to * fix CI
-
由 lidanqing 提交于
* Add casting initializers for bf16 training * Changes after review * Correct test and add comment Co-authored-by: Njoanna.wozna.intel <joanna.wozna@intel.com>
-
由 xiemoyuan 提交于
* Add deprecated warning info. * Add unittest for deprecated decorator. * Add warning info for tensor.grad
-
由 WeiXin 提交于
* clear 'BasicEngine' when an exception occurs in the backward. (#32546) * clear 'BasicEngine' when an exception occurs in the backward. * deal with conflict. * deal with conflict. * forward return any type. (#32661)
-
- 06 5月, 2021 4 次提交
-
-
由 tianshuo78520a 提交于
* revert data_generator * add setup.py
-
由 Adam Osewski 提交于
-
由 chajchaj 提交于
cherry-pick:change softmax_with_cross_entropy_op's parameter name from softmax_switch to use_softmax (#32750) * change parameter name from softmax_switch to use_softmax, test=develop * cherry-pick:change parameter name from softmax_switch to use_softmax, test=develop
-
由 Feiyu Chan 提交于
avoid polluting logging's root logger
-