zhaoyuchen2018
5296294dae
Fix elementwise performance poor issue ( #19278 )
...
For small case use 1D block is better than 2D block.
Refer to this issue: #19275
6 years ago
Tao Luo
6527a7df67
replace part of PADDLE_ASSERT to PADDLE_ENFORCE ( #19285 )
...
* replace part of PADDLE_ASSERT to PADDLE_ENFORCE
test=develop
* remove unused fallback_alloc_size_
* add unit-test of CUDAPinnedAllocator
test=develop
6 years ago
xiaoting
62facc7e47
fix yolo_box python example ( #18925 )
...
test=develop, test=document_preview
6 years ago
Yihua Xu
b920395842
Use sparse matrix to implement fused emb_seq_pool operator ( #19064 )
...
* Implement the operator with sprase matrix multiply
* Update the URL of mklml library.
test=develop
* Disable MKLML implematation when using no-linux.
test=develop
* Ignore the deprecated status for windows
test=develop
6 years ago
wangchaochaohu
6e326ca2c6
optimize the realization of cuda dropout ( #19136 )
...
* cuda optimie for dropout
* remove tmp swp file
* fix compile error test=develop
* test=develop optimize the cuda realization of dropout op
* remove unsed code test=develop
* remove tmp file test=develop
6 years ago
danleifeng
0865b5a9a0
distribute launch : add use_paddlecloud argument ( #19273 )
...
distribute launch : add use_paddlecloud argument
6 years ago
Zhaolong Xing
76c95af000
Fix BUG: Mask RCNN inference diff When using AnalysisPredictor. ( #19213 )
...
* fix mask rcnn bug:
1. affine channel fuse (diff)
2. condition block op (memory leak)
3. merge lod tensor op (diff)
4. memroy optim (diff)
test=develop
* fix ci aboud PADDLE_ENFOCE
fix merge lod infer op ut
test=develop
6 years ago
qingqing01
5fc8de449a
Remove warning in batch_norm_op ( #19260 )
6 years ago
lvmengsi
d08d5ab519
Fix the mistake of convolution ( #19274 )
6 years ago
Aurelius84
78a3d837f8
Add match_matrix_tensor op ( #18525 )
...
* add matrch_matrix_tensor op test=develop
* fix ignore unittest if with_mkl=off test=develop
* clean code and rm is_test param test=develop
* modify API.spec test=develop
* rm useless code in search_compute.h test=develop
* modify api.spec test=develop
* modify default_grad.spec test=develop
* Add API test code test=develop
* clean code in search_computer.h
* modify PADDLE_ENFORCE and clean search_compute.h test=develop
* fix code style test=develop
6 years ago
Zeng Jinle
5b6673c44d
merge develop to solve conflict, also fix API doc, test=develop ( #18823 )
6 years ago
liuwei1031
50582071dc
fix compilation issue in windows vs2017 ( #19183 )
...
* fix compilation issue in windows vs2017, test=develop
* fix gtest lib not found issue, test=develop
6 years ago
zhang wenhui
539c870753
add fl_listen_and_serv &fl_transpiler,test=develop ( #19091 )
...
add fl_listen_and_serv op for Federated_learning and fl_distribute_transpiler add this op to pserver program . This op just listen the endpoint and sum&scale.
6 years ago
juncaipeng
5368b36512
remove the warning for reminding user to avoid using the OriginProgram method, test=develop ( #19244 )
...
This log information may annoy users who don't need to care about it.
6 years ago
kh2se2013
27e85625b8
add python coverage launch when WITH_COVERAGE=ON ( #19264 )
...
add python coverage launch when WITH_COVERAGE=ON
6 years ago
silingtong123
af0fbd9012
change PADDLE_ENFORCE to PADDLE_ENFORCE_CUDA_SUCCESS ( #19205 )
...
* print error code if cuda related API fails
6 years ago
zhouwei25
2f0dc8463a
fix the bug that PYTHON_EXECUTABLE not exists ( #19225 )
...
* test=develop,fix the inference library compilation bug on windows
* test=develop,Fix the inference library compilation bug on windows
* test=develop,fix the bug that PYTHON_EXECUTABLE not exists
6 years ago
silingtong123
1cbbf9f1ef
correct the sample usage of diff_api.py ( #19248 )
...
* correct then sample command of diff_api.py to align with paddle_build.sh
6 years ago
Zeng Jinle
91a0911ca3
Make PADDLE_ENFORCE_EQ support types that cannot be converted to std::string ( #19243 )
...
* make PADDLE_ENFORCE_EQ support cannot to string types, test=develop
* follow huihuang's comments, test=develop
6 years ago
chengduo
8a89ca94ce
Fix REGISTER_OP_WITHOUT_GRADIENT ( #19251 )
...
* fix REGISTER_OP_WITHOUT_GRADIENT
test=develop
6 years ago
gongweibao
fd4b15a2f6
Unset unittests http_proxy env to avoid timeout. ( #19269 )
...
Unset unittests http_proxy env to avoid timeout.
6 years ago
silingtong123
a94a25867d
imporve the doc of decorate_reader API ( #19206 )
...
* imporve the doc of decorate_reader API, test=develop
* udpate API.spec, test=develop
6 years ago
gongweibao
86f0591175
Remove node_num function. ( #19167 )
...
node_num is not needed for users, so remove them and fix the bugs about it!
6 years ago
zhongpu
c27b081397
modify paddle/scripts/fast_install.sh about mac installation, test=develop ( #19187 )
...
modify checkMacPython2 and checkMacPython3 function to ensure python version used for paddle installation is EQ/GT than 2.7.15 on MacOS; modify checkMacPaddleVersion function to ensure paddle version is release version, because paddle don't have develop version on MacOS.
6 years ago
Kaipeng Deng
2848cb791e
fix temporal_shift OP PADDLE_ENFORCE. test=develop ( #19161 )
...
* fix temporal_shift OP PADDLE_ENFORCE. test=develop
* fix HasInput/HasOutpu ENFORECE. test=develop
6 years ago
Tao Luo
2f8c7e021f
remove unused inference_transpiler unit-tests ( #19130 )
...
* remove unused inference_transpiler unit-tests
test=develop
* remove InferenceTranspiler usage in quantize_transpiler.py
test=develop
6 years ago
Zeng Jinle
708bd9798d
move_flags_to_unified_files_for_management, test=develop ( #19224 )
6 years ago
Zeng Jinle
002f325dcd
add PADDLE_ENFORCE_CUDA_SUCCESS, test=develop ( #19211 )
6 years ago
lidanqing
07a4d8f8d6
Fix mAP problem in unit test of int8 object detection test ( #18946 )
...
* change the top1 comparison to mAP comparison
test=develop
* change the mobilenet-ssd tester demo data and batch_size settings
test=develop
6 years ago
zhaoyuchen2018
0c71c839ec
Fix recurrent op not update grade issue ( #18581 )
...
* Fix recurrent op fails
For the variable used in outter block,
copy sub block's grad variable to outter block
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
* Fix unicode error
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
* Refine test code
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
* Fix seq2seq case fails
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
* remove unreasonable code.
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
* Refine code according to comment
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
6 years ago
Hao Wang
d53fa53b65
CI - Improve example code check ( #19170 )
...
* add exception exit on error example codes test=develop
6 years ago
Adam
b837689e97
Add generalized Conv+Activation MKLDNN fuse pass creation ( #19072 )
...
test=develop
6 years ago
Yibing Liu
50b1cab122
Add padding support for crf_decoding ( #19057 )
...
* Add padding support for crf_decoding
* Fixes in comupte kernel
test=develop
* Update API Spec
test=develop
* Update API.spec
test=develop
* Avoid using paddle_enforce
test=develop
* Fix enforce
test=develop
6 years ago
Aurelius84
45fb031f6b
remove is_test param of FC test=develop ( #19209 )
...
Remove is_test parameter of FC op. The parameter is_test is not used anywhere.
6 years ago
wuzewu
6fc1defd77
Fix compatibility issue of fluid.io.save_vars on windows platform ( #19181 )
6 years ago
liym27
c8cdef37b2
change the default value of summarize from -1 to 20 in Print API to improve ease of use ( #18738 )
...
* change the default value of summarize from -1 to 20 in Print op to improve ease of use, test=develop
* change the doc of API Print to make the document easier to understand, test=develop
6 years ago
LielinJiang
1331c9e1f8
fix distributions unittest bug, test=develop ( #19012 )
6 years ago
Yiqun Liu
77572b70cb
Enhance the error message when GrapOpMaker is null. ( #19070 )
...
* Enhance the error message when GrapOpMaker is null.
test=develop
* Call Proto() instead of directly using proto_ pointer.
test=develop
* Rollback to use proto_ directly, because some sepecial grad ops, such some double grad ops, donot have proto.
test=develop
6 years ago
lvmengsi
c6f163cd7a
add description of sync_bn ( #19056 )
6 years ago
chengduo
b5ba801ef0
Fix gather op bug ( #19168 )
...
* fix gather op bug
test=develop
6 years ago
Zeng Jinle
0f9b33954a
move python reader api to fluid.io module, test=develop ( #19143 )
6 years ago
jiaqi
b86be13c15
fix default value ( #19193 )
...
* fix default value in ps_pb2.py: delta_keep_days 30 -> 16
* test=develop
6 years ago
Leo Chen
80eab822c1
Remove unused DefaultGradOpDescMaker in REGISTER_OPERATOR() ( #19166 )
...
* remove unused DefaultGradOpDescMaker in REGISTER_OPERATOR(), test=develop
* remove SplitIdsOpGradMaker since it is buggy and not tested, update spec file, test=develop
6 years ago
chengduo
c70a97f46e
Use CUDAPinnedPlace in buffered_reader ( #19112 )
...
Use CUDAPinnedPlace in buffered_reader
6 years ago
zhouwei25
ef46918ad1
Fix the inference library compilation bug on windows ( #19190 )
...
* test=develop,fix the inference library compilation bug on windows
6 years ago
Tao Luo
32a670badc
remove WITH_FAST_MATH option ( #19149 )
...
test=develop
6 years ago
jiaqi
b104ea0684
add get_last_save_xbox_base/get_last_save_xbox ( #19122 )
...
* add get_last_save_xbox_base/get_last_save_xbox
* fix fleet_util bug of load paddle model
* add doc string in fleet api
6 years ago
jiaqi
bfd514c730
fix default value of fleet desc ( #19176 )
...
* fix default value of fleet desc, default values are same with jingpai
* print log when save model
6 years ago
joanna.wozna.intel
492a00f53e
Add conv reqantize squash ( #18754 )
...
* Add requantize squash
test=develop
* Add more precise tests
test=develop
* REname and REfactor tester
test=develop
6 years ago
lidanqing
c548e370f1
UT coverage for guassian_mkldnn_op and batch_norm_mkldnn_op ( #19011 )
...
* integrations problem
test=develop
* add batch_norm_mkldnn_op backward-reuse test and guassian seed=0 test
test=develop
6 years ago