- 09 10月, 2019 10 次提交
-
-
由 Youwei Song 提交于
-
由 danleifeng 提交于
fix code example of elementwise op in en_doc
-
由 zhaoyuchen2018 提交于
* Add input check and refine error message * Refine test case and comments test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
-
由 chengduo 提交于
test=develop
-
由 wawltor 提交于
* test=develop Add input type and dtype check for sign_op. * test=develop Fix the api text format in sign op. * test=develop Fix the api examples in sign op add update the api.spec.
-
由 liuwei1031 提交于
-
由 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
-
由 Aurelius84 提交于
* refine fc/seq_conv/seq_concat en doc test=develop, test=document_fix * modify into fluid.data test=develop, test=document_fix
-
由 liym27 提交于
* Delete PadFuntion, include padding.h instead. test=develop * move function(IsSymmetricPadding) from conv_cudnn_op.cu/conv_transpose_cudnn_op.cu to padding.h, test=develop
-
由 liym27 提交于
-
- 08 10月, 2019 6 次提交
-
-
由 liu zhengxi 提交于
* add dll to inference capi, test=develop * add if win32 in cmakelists, test=develop
-
由 Bai Yifan 提交于
-
由 lvmengsi 提交于
* update en doc
-
由 ShenLiang 提交于
* fix doc, test=document_fix test=document_preview
-
由 hong 提交于
-
由 Zeng Jinle 提交于
-
- 07 10月, 2019 8 次提交
-
-
由 Chengmo 提交于
* delete debug vlog & add rpc function & fix word2vec bug & speed GEO-SGD
-
由 zhang wenhui 提交于
-
由 Zhang Ting 提交于
-
由 tangwei12 提交于
add executor.FetchHandler for train/infer from the dataset
-
由 tangwei12 提交于
Heartbeat for distributed async training.
-
由 lvmengsi 提交于
* add error log
-
由 Yibing Liu 提交于
* Update crf_decoding api & example test=develop * Update api spec test=develop * Fix linear chain crf api test=develop * Avoid sharing data pointer with input test=develop * Simplify the logic in linear_chain_crf_decoding * Add unittest for crf_decoding when label & path both are set test=develop * Update API spec test=develop * Add unittest for layers && correct infer_shape in chunk_eval test=develop
-
由 Jiabin Yang 提交于
* test=develop, fix docker with paddle nccl problem * test=develop, Add Variable api and refine dygraph related API * test=develop, Add Variable api and refine dygraph related API * test=develop, refine test for new api and error info * test=develop, refine error info and test_layers * test=develop, add API.spec * test=devleop, fix to_string python2 and python3 compat error and refien doc * test=devleop, add API spec * test=devleop, update API spec * test=devleop, update API spec * test=develop, invoke ci * test=develop, fix example code * test=develop, update API spec * test=develop, fix auto_prune_error_on_leaf * test=develop, fix auto prune error on loss stop_gradient * test=develop, remove useless error check * test=develop, add more ut for sorted gradient
-
- 05 10月, 2019 1 次提交
-
-
由 liu zhengxi 提交于
* add capi for fluid inference api, including AnalysisConfig, AnalysisPredictor, PaddleBuf, PaddleTensor, ZeroCopyTensor
-
- 04 10月, 2019 1 次提交
-
-
由 xiaoting 提交于
-
- 03 10月, 2019 2 次提交
-
-
由 wangchaochaohu 提交于
* 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
-
由 wangchaochaohu 提交于
* 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
-
- 02 10月, 2019 1 次提交
-
-
由 zhaoyuchen2018 提交于
* Add multihead op for ernie opt test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * Refine code test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * Refine code test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * Refine code test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * Refine softmax test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * Refine kernel. test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * Refine code test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * Refine code test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * Refine code test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * Refine cuda kernel test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * Refine cuda version test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * Refine code test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com> * Refine cmake test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
-
- 30 9月, 2019 10 次提交
-
-
由 chengduo 提交于
test=develop
-
由 Chengmo 提交于
* refector geo sgd & communicator
-
由 Li Fuchen 提交于
* Set lod level of sequence_unpad's output to 1 in compile time
-
由 danleifeng 提交于
Improve elementwise operators performance in same dimensions
-
由 liuwei1031 提交于
-
由 Wilber 提交于
* fix compile with anakin bug * remove useless deps test=develop - 修复了联编anakin时,遇到的bug. - 编译test_anakin_activate 不通过 - 编译test_anakin_engine 不通过
-
由 xiteng1988 提交于
* fix next_tokens of controller
-
由 Zeng Jinle 提交于
* add deprecated memory optimize doc, test=develop, test=document_fix * merge develop to solve conflict, test=develop, test=document_fix
-
由 Zeng Jinle 提交于
-
由 silingtong123 提交于
-
- 29 9月, 2019 1 次提交
-
-
由 Huihuang Zheng 提交于
-