- 30 10月, 2020 3 次提交
-
-
由 Chen Weihang 提交于
* check and fix tensor and scalar type promotion * fix else branch error * fix scalar method error * fix test_math_op_path unittest * add future division for unittest * rm useless bin file
-
由 LielinJiang 提交于
* return pil image as default according backend
-
由 zhulei 提交于
* Add median api. * Add median api. * Add median api. * Add median api. * Add median api.
-
- 29 10月, 2020 9 次提交
-
-
由 lidanqing 提交于
* enable infer model running CAPI * output size should bigger than 0
-
由 wangguanzhong 提交于
* add op_function_generator for box_coder * fix format
-
由 joejiong 提交于
-
由 iducn 提交于
* 01:Modify the shell script according to the specification * 01:Modify the shell script according to the specification
-
由 wanghuancoder 提交于
* enable test_parallel_executor_fetch_isolated_var, test=develop * add enable_static, test=develop * set test_parallel_executor_fetch_isolated_var RUN_TYPE=DIST, develop=test
-
由 joanna.wozna.intel 提交于
-
由 Guanghua Yu 提交于
* Enhance multiclass_nms to support LoD for dygraph mode * fix some error in multiclass_nms * update GetLodFromRoisNum to GetNmsLodFromRoisNum
-
由 石晓伟 提交于
-
由 LielinJiang 提交于
* fix lr scheduler * fix code style
-
- 28 10月, 2020 13 次提交
-
-
由 Leo Chen 提交于
-
由 chentianyu03 提交于
* add + - * / @ [] operator to ComplexVariable, also add unittest * fix circular reference bug * fit for py2.7 * remove reverse oprators which not supported now
-
由 Zhong Hui 提交于
fix dygraph gather api
-
由 Tao Luo 提交于
-
由 Leo Chen 提交于
* set static shape for shape tensor with constant * remove debug code * fix typo * add ut * refine code * refine example
-
由 Chengmo 提交于
* fix fleetrun heter ps on paddlecloud
-
由 pangyoki 提交于
* fix AMP auto_cast and grad_scaler En doc * fix indentation problem * change Conv2d to Conv2D
-
由 Zhou Wei 提交于
-
由 Jacek Czaja 提交于
test=develop
-
由 Jacek Czaja 提交于
-
由 LiuChiachi 提交于
-
由 Zhou Wei 提交于
* fix judge bug of errorlevel * fix some error
-
由 wangxinxin08 提交于
* update matrix nms op to api 2.0 * modify code according to review
-
- 27 10月, 2020 8 次提交
-
-
由 Leo Chen 提交于
-
由 wangchaochaohu 提交于
-
由 wangchaochaohu 提交于
-
由 wangchaochaohu 提交于
-
由 liym27 提交于
[Dy2Stat-log] Call warnings.warn() to display the warning-message only once when calling StaticFunc.__call__ or ProgramTranslator().get_output (#28260)
-
由 tianshuo78520a 提交于
-
由 Zhang Ting 提交于
* add fuse_bn_add_act pass
-
由 Chen Weihang 提交于
* add multiple exception type * define all exception & polish compile pystack * mapping paddle error to python exception * polish static mode error format * fix failed unittests * fix dytostatic test_error * fix check_nan_inf failed * add unittest for coverage * revert some code try to solve compile error * refactor enforce & error change * polish code & add unittest
-
- 26 10月, 2020 7 次提交
-
-
由 Aurelius84 提交于
* Join break cond with while cond * remove usless code * refine the if code * Split into BreakTransfromOptimizer * add BreakTransformOptimizer in ast_transformer * add more comment
-
由 Aurelius84 提交于
-
由 Kaipeng Deng 提交于
* fix DataLoader return same format between static & dynamic in single mode. test=develop
-
由 Adam Osewski 提交于
-
由 Zhou Wei 提交于
-
由 cnn 提交于
* Release 2.0rc cherry pick api rename #28108 (#28184) * rename count_include_pad-->exclusive return_indices-->return_mask * remove track_running_stats * fix typo. * rename xxxd-->xxxxD * solve conflicts * 2.0rc api add all any (#28199) * reduce trt warning message (#28011) add paddle.enable_static() on sample code alias recude_all-->all, reduce_any-->any add import reduce_all and reduce_any in python/paddle/tensor/math.py import all and any in python/paddle/tensor/__init__.py remove all and any OP in python/paddle/tensor/logic.py, add all and any OP in python/paddle/tensor/math.py fix import error remove TestAllAPI temporary * fix doc of recdue_all and reduce_any, test=document_fix * fix typo * fix unittest for all and any API Co-authored-by: NPei Yang <peiyang@baidu.com> * rename conv_transposeXd-->convXd_transpose (#28198) * fix sample code of reduce_all and reduce_any Co-authored-by: NPei Yang <peiyang@baidu.com>
-
由 XiaoguangHu 提交于
-