- 14 10月, 2019 5 次提交
-
-
由 JesseyXujin 提交于
* add expand_as op, test=develop * add expand_as op,test=develop * add expand_as op,test=develop * add nn.py, test=develop * delele paddle_enforce, test=develop
-
由 石晓伟 提交于
* add data type check, test=develop * polish error messages, test=develop * polish error messages, test=develop * Remove support for the CPU architecture matmul, test=develop * fix syntax bug, test=develop
-
由 Zhang Ting 提交于
* modified group_norm's unittest for pass statement, test=develop * fix group_norm's bug: scale or bias is None which causes segmentation fault, test=develop
-
由 Zhang Ting 提交于
fix conv_transpose's bug: compatible with Anylayout setting: cherry-pick 20589
-
由 chengduo 提交于
* fix recurrent bug test=develop * Fix while op bug test=release/1.6 * add unit test test=release/1.6
-
- 13 10月, 2019 7 次提交
-
-
由 Guo Sheng 提交于
* Add seq2seq api related code (#19820) * fix expand bug (#20340) * fix expand bug test=develop * fix style test=develop * fix style test=develop * fix style test=develop * fix style test=develop * Fix the assign data check (#20564) * Fix the assign data check. test=develop * Fix test_assign_op.py. test=develop * Update API.spec
-
由 Yuan Shuai 提交于
Refine error message of transpose. fix en doc about unsqueeze, unstack, transpose, multiplex. test=develop, test=document_preview, test=document_fix (#20594)
-
由 Double_V 提交于
* support reshape doubel grad, test=develop * fix reshape double grad, pass converage, test=develop * fix review, test=develop
-
由 liym27 提交于
1. fill_constant support Tensor; 2. fix bug in backward.py: using fill_constant instead of fill_constant_batch_size_like 3. fix bug in ExpandGradOp. test=release/1.6 (#20521)
-
由 zhaoyuchen2018 提交于
* Add input check and refine error message * Refine test case and comments test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
-
由 lvmengsi 提交于
* fix_conv_grad_grad * fix_bug, test=develop
-
由 wangchaochaohu 提交于
-
- 12 10月, 2019 7 次提交
-
-
由 danleifeng 提交于
* fix error message for elementwise_add/mul;test=develop * edit error message;test=develop
-
由 JesseyXujin 提交于
* add input type and dtype check for accuracy_op * add input type and dtype check for accuracy_op * modify python error on accuracy_op,add test=develop * modify details on accuracy_op, test=develop * test float16, test=develop * add warning, test=develop
-
由 zhaoyuchen2018 提交于
Fix api doc example bug and polish square doc (#20491) test=develop test=document_fix * Refine topk stack squeeze api en doc test=develop test=document_fix * refine api.spec and returns test=develop test=document_fix Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
-
由 hong19860320 提交于
test=develop, test=release/1.6, test=document_fix * refine eng doc for hard_sigmoid op test=develop test=document_fix * refine the description of hard_sigmoid test=develop test=document_fix * update API.spec test=document_fix * Refine the decription of parameters of HardSigmoid op test=develop, test=document_fix * Update API.spec for hard_sigmoid op test=develop, test=document_fix
-
由 hong 提交于
* fix elementwise floordiv mod; test=develop * restore nn.py; test=release/1.6 * change floordiv, mod doc; test=release/1.6
-
由 zhupengyang 提交于
* fix APIs: relu, relu6, hash test=develop test=document_fix * fix relu6 doc test=develop test=document_fix * fix API.spec test=develop test=document_fix * add description link for hash test=develop test=document_fix
-
由 Aurelius84 提交于
-
- 11 10月, 2019 11 次提交
-
-
由 qingqing01 提交于
-
由 GaoWei8 提交于
* fix API:cos, exp, ceil, elu, brelu English doc test=develop test=document_fix
-
由 wopeizl 提交于
* cherry-pick fix prroi op test=develop test=release/1.6
-
由 zhouwei25 提交于
-
由 Chengmo 提交于
* Fix transpiler en doc (#20149) * test=develop,test=document_fix,fix transpiler doc,add API.spec * test=develop,test=document_fix,fix transpiler doc,add API.spec
-
由 FDInSky 提交于
-
由 Wilber 提交于
modify en api doc - leaky_relu - less_than - log - logical_and - logical_or - logical_xor - logical_not
-
由 tangwei12 提交于
-
由 huzhiqiang 提交于
Cherrypick en doc: reorder_lod_tensor_by_rank , map_reader, WeightNormParamAttr, io.compose (#20463) * modify map_reader en doc (#20229) * modify WeightNormParamAttr en doc (#20218) * modify reorder_lod_tensor_by_rank en doc * modify compose en doc (#20217)
-
由 Aurelius84 提交于
* add api check in fc test=develop * enforce shape error info of sum op test=develop * fix spelling test=develop * print x_dims info test=develop * enhance shape error info test=develop
-
由 Yibing Liu 提交于
test=release/1.6, test=document_fix
-
- 10 10月, 2019 10 次提交
-
-
由 SunGaofeng 提交于
test=release/1.6, test=document_fix
-
由 Pei Yang 提交于
-
由 Kaipeng Deng 提交于
* refine en doc. test=develop. test=document_fix
-
由 liym27 提交于
enhance shape error messages for reshape op. test=release/1.6
-
由 liym27 提交于
-
由 liuwei1031 提交于
-
由 liuwei1031 提交于
-
由 Double_V 提交于
* Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into api_fix * test=release/1.6, test=document_fix
-
由 liym27 提交于
* Delete PadFuntion, include padding.h instead. * move function(IsSymmetricPadding) from conv_cudnn_op.cu/conv_transpose_cudnn_op.cu to padding.h.
-
由 Yibing Liu 提交于
* Add detailed error messages for nce layer * Fix some problems * Fix unit test coverage test=release/1.6
-