- 10 10月, 2019 14 次提交
-
-
由 Double_V 提交于
* Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into api_fix * test=release/1.6, test=document_fix
-
由 huangjun12 提交于
-
由 Liufang Sang 提交于
* fix en api doc test=develop test=document_fix test=document_preview * update api.spec test=develop test=document_fix test=document_preview * fix some details test=develop test=document_fix test=document_preview * update API.spec test=document_fix test=document_preview test=develop
-
由 liym27 提交于
[cherry-pick]fix English document of expand/pow/reshape/slice. test=release/1.6, test=document_fix (#20280) (#20356)
-
由 zhang wenhui 提交于
* fix api 1.6 doc bpr, data_norm teacher_student
-
由 chengjuntao 提交于
-
由 LielinJiang 提交于
* Polish english apis' doc (#20198) * refine Normal Uniform documnet * refine eng doc, test=release/1.6, test=document_fix
-
由 xiaoting 提交于
* polish en api,test=develop,test=document_fix * modified api.spec, test=develop,test=document_fix * modified ops for arc,test=develop,test=document_fix * update for 1.6, test=develop,test=document_fix * update API.spec * Update API.spec test=develop,test=document_fix * Update API.spec test=develop,test=document_fix
-
由 Aurelius84 提交于
* refine fc/seq_conv/seq_concat en doc test=develop, test=document_fix * refine seq_pool/reshape/reverse test=develop, test=document_fix (#20233) * fix en_doc api of one-hot and embedding (#20187)
-
由 Yibing Liu 提交于
* Add detailed error messages for nce layer * Fix some problems * Fix unit test coverage test=release/1.6
-
由 Zhang Ting 提交于
* [cherry-pick] modified doc of group_norm, test=release/1.6, test=document_fix (#20234) * [cherry-pick] modified doc of crop_tensor, test=release/1.6, test=document_fix (#20203)
-
由 lvmengsi 提交于
* Update apiexample (#20247), test=develop, test=document_fix * update api example, test=develop, test=document_fix * update api.spec, test=release/1.6, test=document_fix
-
由 wangguanzhong 提交于
-
- 09 10月, 2019 6 次提交
-
-
由 JesseyXujin 提交于
* fix APIs,test=develop,test=document_fix * fix conflict, test=develop, test=document_fix * fix confict, test=develop, test=document_fix * fix confict, test=develop, test=document_fix * fix API.spec, test=develop, test=document_fix * change fluid.layers.data to fluid.data,test=develop, test=document_fix * fix bug on example code, test=develop, test=document_fix * fix API.spec, test=develop, test=document_fix
-
由 danleifeng 提交于
-
由 ShenLiang 提交于
-
由 wangchaochaohu 提交于
* fix the error message for reduce_mean and reduce_sum op (#20063) * fix the error message for reduce_mean and reduce_sum op test=develop * fix typo test=develop * fix according review advice test=develop * fix the test test=develop * fix test=develop * Fill constant error message fix (#20075) * fix the constant error message test=develop * fix typo test=develop * fix typo test=develop * fix code style test=develop * fix comment and bugs test=develop * fix the bug test=develop * fix and add unittest test=develop * fix the typo test=develop * add support for the fill_constant op test=develop * add test for ci coverage test=develop
-
由 Zeng Jinle 提交于
-
由 lvmengsi 提交于
test=release/1.6, test=document_fix * update en doc
-
- 08 10月, 2019 2 次提交
-
-
由 lvmengsi 提交于
* add error log
-
由 Zhang Ting 提交于
-
- 07 10月, 2019 1 次提交
-
-
由 Yibing Liu 提交于
* Update crf_decoding api & example * Update api spec * Fix linear chain crf api * Avoid sharing data pointer with input * Simplify the logic in linear_chain_crf_decoding * Add unittest for crf_decoding when label & path both are set * Update API spec * Add unittest for layers && correct infer_shape in chunk_eval test=release/1.6
-
- 03 10月, 2019 1 次提交
-
-
由 liym27 提交于
1.support asymmetric padding; 2.support padding algorithm:"SAME" and "VALID"; 3.support channel_last: data_format NHWC and NDHWC; 4.change doc of python API and c++; test=release/1.6
-
- 29 9月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
* refine doc, test=document_fix * add API.spec,test=develop,test=document_fix
-
- 28 9月, 2019 2 次提交
-
-
由 silingtong123 提交于
* test=develop, argument shape support tensor and tensor in list * test=develop,Increasing the coverage of CI tests * test=develop, modify the document and update API.spec * test=develop, modify the doc and update API.spec * test=develop, modify the doc and update API.spec * test=develop, modify the interface of UniformInitializer * test=develop, modify the interface of XavierInitializer and MSRAInitializer * test=develop, modify based on review's comments * test=develop, modify based on review's comments * test=develop, modify based on review's comments
-
由 liym27 提交于
* fix pool2d pool3d: 1. support asymmetric padding; 2. support padding algorithm:"SAME" and "VALID"; 3. support channel_last: data_format NHWC and NDHWC; 4. support inferring shape when input with negative dims in compile time; 5. change doc of python API and c++; 6. fix bug in cuda kernel when Attr(adaptive) is true. test=develop,test=document_preview * fix 'tensors' to 'Tensors'. test=develop,test=document_preview * add test for converage ValueError.test=develop,test=document_preview * resolve conflict in test_pool2d. test=develop
-
- 27 9月, 2019 2 次提交
-
-
由 Zeng Jinle 提交于
* fix en docs of apis, test=develop, test=document_fix * follow chunwei's comments, test=develop
-
由 danleifeng 提交于
Polish English docs of elementwise_add/sub/mul/div
-
- 26 9月, 2019 2 次提交
-
-
由 gongweibao 提交于
Polish elementwise max min pow document to add more examples
-
由 Zeng Jinle 提交于
-
- 25 9月, 2019 6 次提交
-
-
由 chengjuntao 提交于
* refine doc, test=develop, test=document_preview
-
由 wangchaochaohu 提交于
* add support tensor and tensorlist for strided_slice OP test=develop * fix the commnet test=develop * fix test=develop * fix the bug test=develop * delete log test=develop * fix API.spec test=develop * fix test=develop
-
由 lvmengsi 提交于
* update API.spec
-
由 Liufang Sang 提交于
* refine ctc align op with padding * refine api sample code
-
由 Tao Luo 提交于
* add input type and dtype check for softmax_op test=develop * refine error message test=develop
-
由 Aurelius84 提交于
* Removing last dims constraints of seq_pad and seq_unpad test=develop * fix test_layer api code test=develop * fix sequence_pad_op.cc conflict test=develop * remove test_analyzer_mm_dnn test=develop * fix vectorize bug test=develop * fix vectorize<int> test=develop
-
- 24 9月, 2019 1 次提交
-
-
由 Yi Liu 提交于
test=develop test=document_fix
-
- 23 9月, 2019 2 次提交
-
-
由 Zhang Ting 提交于
-
由 wopeizl 提交于
* optimize the error information when the input for while op has a wrong shape test=develop
-