Commit Graph

2803 Commits (30e47bce8b332773fa0552a2149520ef0ddfdfaa)

Author SHA1 Message Date
peizhilin 3a72a634cf Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
tensor-tang 48be9dc3e1
Merge pull request #14489 from tensor-tang/api/example
6 years ago
qingqing01 9eefd2c766
Modify some infer-shape about detection operators in compile-time. (#14483)
6 years ago
tensor-tang e3645c2708 add api example of brelu, leaky_relu and soft_relu
6 years ago
peizhilin ee0fd78c81 Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
Yu Yang f1a392a5fe
Merge pull request #13804 from sneaxiy/rewrite_allocation
6 years ago
qingqing01 fd7e643153
Convolution fusion operator. (#14449)
6 years ago
Yu Yang 98bbfc17be Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation
6 years ago
peizhilin 2ceb4ae941 Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
peizhilin a3e952f41d add the jit back
6 years ago
Qiao Longfei 05c15a0867
Merge pull request #14467 from jacquesqiao/update-trainer-retry
6 years ago
Qiao Longfei fbc529db91 update test=develop
6 years ago
Qiao Longfei 98a0437d70 optimize distribute checkport
6 years ago
Michal Gallus def272cf42 MKLDNN elementwise_mul: Revert changes to eltwise_add tests
6 years ago
Michal Gallus 99e3e36a57 MKLDNN elementwise_mul: Disable UT for CUDA
6 years ago
Michal Gallus 08f63c4d12 MKLDNN elementwise_mul: Lint changes to UT & integration
6 years ago
Michal Gallus 49b09327f6 MKLDNN elementwise_mul: Reorder on non-nchw input, fallback on non-16 divisable fm
6 years ago
Michal Gallus f820573b9c MKLDNN elementwise_mul: Add UTs
6 years ago
Michal Gallus ed31936ba1 MKLDNN elementwise_mul: Support NCHW, update UT
6 years ago
Tomasz Patejko ad09facafe MKLDNN elementwise_mul: CPU tests initially refactored. MKLDNN mul test for broadcast added
6 years ago
peizhilin 764f97deac Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
peizhilin 8580b7a130 Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
Qiao Longfei 142b5ed474
Merge pull request #14450 from jacquesqiao/fix-test-label-sentiment
6 years ago
whs 1722678258
Make nce support more distribution. (#13549)
6 years ago
Qiao Longfei 09bca67395 add check if the model does not save model
6 years ago
Qiao Longfei e4d8f47fcb change the target cost of test_label_semantic_roles to speed up test
6 years ago
peizhilin fcbd5a12b8 add create_recordio_file_reader back
6 years ago
Qiyang Min d971d5b875
Merge pull request #14431 from velconia/fix_expand_op_dim_in_compile_time
6 years ago
Wu Yi b32c13dc20
Add cudnn ctc loss (#12366)
6 years ago
peizhilin d1a1fafc4c code style
6 years ago
peizhilin 6d0d5a76eb Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
peizhilin 162f2d4109 disable the openblas multi-thread on windows since no support
6 years ago
Yu Yang c8f6e70ab4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation
6 years ago
Sylwester Fraczek 8a1eeec579 add mkldnn prop_kind phase for inference-only case to pooling and activations (#14278)
6 years ago
peizhilin d1429ac4a5 add recordio support
6 years ago
chengduo 82773477ae
Add selu (#14415)
6 years ago
minqiyang 30147d7f58 Fix expand op incorrect infer shape
6 years ago
tangwei12 7a64d48f55
fix test_save_load with pickle (#14410)
6 years ago
dzhwinter d3aed98d86
Merge pull request #14320 from wopeizl/windows/online
6 years ago
peizhilin 2202f22429 Merge branch 'windows/build' into windows/online
6 years ago
peizhilin be332a13bc Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
Xin Pan 8cfda7ee0c
Merge pull request #14382 from panyx0718/fix4
6 years ago
Tao Luo c7b3bfcdf1
Merge pull request #14376 from baojun-nervana/intel/ngraph_fusedop
6 years ago
Xin Pan bae3659714 more test
6 years ago
Qiao Longfei f8d5775564
Merge pull request #14400 from jacquesqiao/fix-prelu
6 years ago
peizhilin 30ddc07a7e Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
Qiao Longfei e65cbd3b06
Merge pull request #14387 from jacquesqiao/lookup_sparse_table_add_test_mode
6 years ago
Tao Luo 5b9c62faee
Revert "Softmax op optimization for inference "
6 years ago
Qiao Longfei 8e0616ebee fix prelu
6 years ago
Tao Luo 6490bb2765
Merge pull request #14337 from jczaja/prv-dam-softmax
6 years ago
Xin Pan 44ecf9a481 fix
6 years ago
Qiao Longfei bad0c27e6e add test_lookup_sparse_table_op
6 years ago
Shan Yi 38f499df7d
Merge pull request #14341 from tink2123/fix_example_edit_distance
6 years ago
Yibing Liu 6c7b64cc20
Support softmax return in softmax_with_cross_entropy (#14367)
6 years ago
baojun-nervana ea3538d8dd Added fused operator
6 years ago
Xin Pan 99dffb91d6 allow to repeatedly share and update BuildStrategy
6 years ago
li099 df826de76e revise tensor array to tensor op (#14368)
6 years ago
ruri 4a55fb5f5b Add density_prior_box_op (#14226)
6 years ago
Yu Yang 02631965c8 Refine
6 years ago
Qiao Longfei c27554ac33
Merge pull request #14336 from jacquesqiao/add_bilinear_tensor_product_layer
6 years ago
Yu Yang 4d546f6083
fix(pe): fix ut of dry run parallel executor (#14359)
6 years ago
peizhilin 7840d181c9 fix style issue
6 years ago
sneaxiy d231e55065 merge develop
6 years ago
peizhilin ef8a7db81e Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
Qiao Longfei 4d6f75152e optimize comment test=develop
6 years ago
Qiao Longfei 080740b340
Merge pull request #14300 from jacquesqiao/dist-table-support-optimizer-regular
6 years ago
Qiao Longfei 2d9859984d
Merge pull request #14353 from jacquesqiao/reduce-pass-num-of-test_label_semantic_roles
6 years ago
Qiao Longfei 04da1dcfb8 optimize import
6 years ago
Qiao Longfei 45eebf69e8 reduce pass num of test_label_semantic_roles to avoid test timeout
6 years ago
Qiao Longfei d03cbd1b8c follow comment test=develop
6 years ago
Jacek Czaja d332326847 - Added unit tests for softmax is_test=True op
7 years ago
peizhilin d01a26280e Merge remote-tracking branch 'upstream/develop' into windows/build
7 years ago
Xin Pan ff28b1ffc0
Merge pull request #14071 from barrierye/add_similarity_focus_op
7 years ago
li099 688ed60116 Add lod tensor array to tensor op (#13990)
7 years ago
peizhilin 81476ff3cf fix api check
7 years ago
peizhilin e768c370e8 fix api check
7 years ago
peizhilin 1b0ce151df fix API check issue
7 years ago
peizhilin 52f7644f53 Merge remote-tracking branch 'upstream/develop' into windows/build
7 years ago
qingqing01 abe209234f
Exhaustive search for cuDNN conv. (#14286)
7 years ago
Yu Yang b59a9bfb7c Clean buffered_allocator
7 years ago
Kaipeng Deng f215534ecf
Merge pull request #14205 from heavengate/nearest_interp
7 years ago
Qiao Longfei e33bf70a23 update comment test=develop
7 years ago
tink2123 1fca1a395b fix the nn.py example
7 years ago
Yu Yang fdc689142c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation
7 years ago
Qiao Longfei 319618e980 optimize comment, add unit test test=develop
7 years ago
Qiao Longfei 53781fc000 fix some bug
7 years ago
Qiao Longfei db27c5612d add comment
7 years ago
Qiao Longfei 6097b8b365 add bilinear_tensor_product layer
7 years ago
Xin Pan 9735e3016a fix test
7 years ago
peizhilin 4ffa92d4f0 Merge branch 'develop' into windows/build
7 years ago
chengduo f8b2680c53
fix test_conv2d (#14330)
7 years ago
chengduo c5b6573a5a
Fix input<tensor> (#14208)
7 years ago
Wu Yi 0627ee83cc
Merge pull request #14314 from typhoonzero/fix_pserver_weight_decay_multi_inputs
7 years ago
Xin Pan b03a44e062
Merge pull request #14026 from JiabinYang/add_reorg_op
7 years ago
peizhilin 869487a2b7 Merge remote-tracking branch 'origin/develop' into windows/build
7 years ago
dzhwinter d8425e0fa6
Merge pull request #14215 from dzhwinter/fix/sequence_pad
7 years ago
Qiao Longfei 373f64986d add comment and unit test
7 years ago
typhoonzero f3eafec19d fix pserver weight decay multi inputs test=develop
7 years ago
Qiao Longfei 67050468e1 optimize code
7 years ago
Qiao Longfei ffd5a832d8 fix code style
7 years ago