- 11 6月, 2021 1 次提交
-
-
由 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 5 次提交
-
-
由 Wangzheee 提交于
-
由 Shibo Tao 提交于
* fix: paddle.static.default_main_program. test=develop * add normalize_program to __all__. test=develop
-
由 Pei Yang 提交于
* fix conv2d_transpose trt bugs (#33242) * fix jetson arch when compiling with single arch (#33269)
-
由 TeslaZhao 提交于
* Fix two english api documents, transpose and strided_slice * OP:strided_slice_op supports bool type inputs
-
由 Chen Long 提交于
* Fix comments in framework (#32861) * Fix comments in framework * Update framework.py * fix code style Co-authored-by: NWenyu <wenyu.lyu@gmail.com>
-
- 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
-
- 03 6月, 2021 2 次提交
- 02 6月, 2021 1 次提交
-
-
由 Chen Weihang 提交于
* fix spawn default nprocs get error * polish error message
-
- 01 6月, 2021 4 次提交
-
-
由 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
-
由 Aurelius84 提交于
Cherry-pick (#33213)
-
- 31 5月, 2021 2 次提交
-
-
由 Aurelius84 提交于
[cherry-pick][CustomOP]Set GLIBCXX_USE_CXX11_ABI=1 to fix potential GCC ABI problem (#33153) (#33185) * Add GLIBCXX_USE_CXX11_ABI flag * fix typo * fix typo
-
由 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
-
- 24 5月, 2021 1 次提交
-
-
由 zhiboniu 提交于
-
- 21 5月, 2021 1 次提交
-
-
由 tianshuo78520a 提交于
Change Paddle CI-Cverage Python3.8 Cherry-pick 32515
-
- 20 5月, 2021 4 次提交
-
-
由 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 提交于
* BugFix with ParseInputDataType from LodTensorArray * BugFix with ParseInputDataType from LodTensorArray
-
由 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 3 次提交
-
-
由 tianshuo78520a 提交于
Change Paddle CI-Cverage Python3.8 Cherry-pick 32515
-
由 Chen Weihang 提交于
cherry-pick of #32972
-
由 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
-