- 20 5月, 2021 1 次提交
-
-
由 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
-
- 18 5月, 2021 3 次提交
-
-
由 WeiXin 提交于
* doc of paddle.save/load * polish doc of paddle.save/load
-
由 tianshuo78520a 提交于
Fix CI Python3 on release/2.1 #32930
-
由 houj04 提交于
-
- 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 11 次提交
-
-
由 Shang Zhizhou 提交于
* implement MHA order same as training * fix fp16 compile issue on old architecture Co-authored-by: Nzlsh80826 <rewang@nvidia.com>
-
由 zhiboniu 提交于
* remove packages in __all__ * create new public api level paddle.callbacks;paddle.hub;paddle.utils.unique_name
-
由 huangjun12 提交于
-
由 Jiawei Wang 提交于
-
由 LielinJiang 提交于
* fix compile error on jetson platform * remove unused head file * rm decode_jpeg op on jetson platform
-
由 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>
-
由 lilong12 提交于
-
由 xiemoyuan 提交于
* Add deprecated warning info. * Add unittest for deprecated decorator. * Add warning info for tensor.grad
-
由 WeiXin 提交于
修复了py_layer_op由于没有析构PyLayerContext造成内存(显存)泄露的问题。 原始pr:#32707
-
由 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 11 次提交
-
-
由 tianshuo78520a 提交于
* revert data_generator * add setup.py
-
由 Adam Osewski 提交于
-
由 jakpiase 提交于
* base changes for fix * minor change * fix for bwd kernel * removed unnecessary import * implemented reviewers suggestions * CI fix
-
由 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
-
由 Wenyu 提交于
* add to_grayscale, normalize * add rotate * add vfip and hflip * add crop center_crop * add utils * add utils * update utils, add raise for some cases * add padding, support constant, reflect, replicate, circular same as paddle.pad * update rotate * using utils func in [v|h]flip * add get-image-[n,c,w,h] axis utils * add get-image-[n,c,w,h] axis utils * align * update * remove default value in utils func * add assert for pad * update assert paddle image * support rotate fill func * raise valueerror for pad * remove typing, py2 dont support * init uinttest for transforms tensor * add resize op * register [normalize hflip crop center_crop resize transpose] imagenet * register [normalize hflip crop center_crop resize transpose] imagenet * fix bugs, (w, h) getter and import * add _get_image_size for tensor image * add pad vflip for tensor image * add unittest for tensor transforms * update transforms unittest for converage CI probelms, test=develop * update * update * update * fix `get_shape` for tensor backend * update * update * add more resize tests * update * update for ci test * update * remove redundancy code * update uinttest, and set tensor image to hwc by default * add tensor backend * fix copyright doc, rm comment code, add pil unittest * update data_format to `chw` for tensor * coverage notest,test=coverage * update * update
-
由 Wenyu 提交于
-
由 littletomatodonkey 提交于
-
由 lilong12 提交于
-
由 Zhou Wei 提交于
cherry-pick #32561
-
由 Huihuang Zheng 提交于
Dy2stat failed when user writes return paddle.to_tensor(xxx), the reason is that visit_Expr doesn't work when the Expr is in return. Some other statements may trigger same bug. To fix it, we re-wrote a transformer to transform paddle.to_tensor to paddle.assign for all Call nodes.
-
- 05 5月, 2021 3 次提交
- 04 5月, 2021 1 次提交
-
-
由 Baibaifan 提交于
-
- 01 5月, 2021 2 次提交
- 30 4月, 2021 2 次提交
-
-
由 XiangGao 提交于
-
由 pangyoki 提交于
* add relu6_ hardsigmoid_ leaky_relu_ Inplace APIs * add softmax_with_cross_entropy_ Inplace API * add clip_ scale_ add_ subtract_ Inplace APIs * add wlist * fix parameter of scale api * add add_n_ Inplace API and remove log_ Inplace API * fix elementwise_add_ and elementwise_sub_ broadcast problem * elementwise inplace api give error message before run the op * use broadcast_shape in elementwise inplace op * add 8 inplace apis that is auto generated * add unittest for all inplace apis * add decorator for inplace apis in static mode * fix windows blas fail of exp inplace api, change array_equal to allclose * add flatten inplace api * add flatten unittest * fix flatten unittest * add decorator * fix grad.numpy in test_pylayer_op * unsupport softmax_with_cross_entropy_ * add test_inplace_softmax_with_cross_entropy to static_mode_white_list * delete __all__ in inplace_utils * delete activation inplace function and add Tensor.inplace_func * change paddle.inplace_ to Tensor.inplace_ * fix little problem * add paddle in inplace_utils
-