Commit Graph

949 Commits (5913e735be6301215bbc6f4400833faa77a1ad62)

Author SHA1 Message Date
peterzhang2029 9580c45077 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_bn_eq
7 years ago
caoying03 29fc94b265 Merge branch 'develop' into l2_distance
7 years ago
ranqiu92 093c526d43
Merge pull request #5724 from ranqiu92/dot_product
7 years ago
caoying03 4772b78ced add config_helper.
7 years ago
Tao Luo 56f28a0f65
Merge pull request #5732 from tensor-tang/rename
7 years ago
Tao Luo 9b56074083
Merge pull request #5705 from tensor-tang/mkldnn_concat
7 years ago
ranqiu 2e1cd3313d Update dot_prod_layer
7 years ago
tensor-tang f5df46e1a4 rename all Mkldnn to MKLDNN
7 years ago
Tao Luo ba86885456
Merge pull request #5345 from luotao1/ProtoDataProvider
7 years ago
caoying03 dfc5d1f19a add the l2 distance layer.
7 years ago
ranqiu aa2507187e add dot_prod_layer
7 years ago
tensor-tang 363f690d79 expose only one WITH_MKL to user, covering WITH_MKLDNN and WITH_MKLML
7 years ago
wangmeng28 09f4f92579 Add unitest for factorization machine layer with sparse input
7 years ago
wangmeng28 0b6afb589c Fix typo in factorization machine layer
7 years ago
peterzhang2029 8a49f7f16b add epsilon in bn
7 years ago
tensor-tang 88feb517d4 Merge remote-tracking branch 'upstream/develop' into mkldnn_concat
7 years ago
tensor-tang 19c989ac15 fix error and pass unit test
7 years ago
wangmeng28 d6e35ecdd5 Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
wangmeng28 7a1a586355 Update variable names and docs for factorization machine layer
7 years ago
tensor-tang 40a486d865 add mkldnn_concat unit test
7 years ago
tensor-tang c66b5ce2c1 add mkldnn concat layer
7 years ago
tensor-tang 9acfba82a3 add input index choice for mkldnn_concat
7 years ago
Luo Tao 212f6eae77 modify the test config for test_CompareTwoNets.cpp
7 years ago
Luo Tao 3654e1e00f Merge branch 'develop' into ProtoDataProvider
7 years ago
Yiqun Liu d3ef2543f9
Fix compiling error for Android, and installing error for cmake of low version. (#5660)
7 years ago
Luo Tao b7cb9561b0 Merge branch 'develop' into ProtoDataProvider
7 years ago
hedaoyuan 562599ecf0
Merge pull request #5252 from hedaoyuan/inference
7 years ago
Luo Tao cd6d69a95f modify the test config for test_CompareSparse.cpp
7 years ago
Zhaolong Xing d7319c2220
Merge pull request #5165 from NHZlX/add_dilation
7 years ago
hedaoyuan 4854a42b2c Merge branch 'develop' of https://github.com/baidu/Paddle into inference
7 years ago
Luo Tao 9524c7ab5a Merge branch 'develop' into ProtoDataProvider
7 years ago
hedaoyuan 9360835943 Fix UND AgentLayer.
7 years ago
xzl 469b3ad589 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_dilation
7 years ago
xzl e19b931af9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into poolmaxpool_with_mask
7 years ago
xzl 0b9c4cd7e5 fix comments
7 years ago
wangmeng28 f7941dbb74 Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
xzl 5aa3e768cd fix bug with default parameter
7 years ago
Luo Tao a0ea0d68c2 Merge branch 'develop' into ProtoDataProvider
7 years ago
Luo Tao 5eb2f7a550 fix compile warning in test_MKLDNN.cpp and ROIPoolLayer.cpp
7 years ago
xzl 471573efe4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into poolmaxpool_with_mask
7 years ago
tensor-tang 2826ccbbd3 remove unused code and fix typo
7 years ago
xzl 9e894f6b0a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into poolmaxpool_with_mask
7 years ago
guosheng 7829034da4 Refine ROIPoolLayer by following comments
7 years ago
guosheng 1ffdecf1ac Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-ROIPooling-dev
7 years ago
xzl ba2e5de662 pull develop and fix conflict
7 years ago
xzl a54565ea01 delete mask pool interface from poolprojection
7 years ago
xzl 8106f414f7 add the max pool with mask layer
7 years ago
hedaoyuan cad7bd13d2 Merge branch 'develop' of https://github.com/baidu/Paddle into inference
7 years ago
tensor-tang 0f6a7a6511 fix typo
7 years ago
yangyaming 4cd859c578 auto --> auto&
7 years ago
Tao Luo 5a38195688 reduce elasped time of test_LayerGrad (#5478)
7 years ago
Yang yaming 3b32eb9e2d
Merge pull request #5488 from pkuyym/fix-5417
7 years ago
yangyaming 04a351500f Remove MulValu* and reduce time cost for unit test.
7 years ago
tensor-tang 4fd432fdac update mkldnn tag
7 years ago
yangyaming 07f3f07ff3 MulValue --> ScaleSubRegion
7 years ago
yangyaming cfad83ce89 Add MulValueLayer.
7 years ago
Tao Luo bef92276a1
Merge pull request #5440 from tensor-tang/mkldnn_addto_withbias
7 years ago
tensor-tang 93e22e7b67 enable bias for mkldnn_addto
7 years ago
tensor-tang 945ad8d906 Merge remote-tracking branch 'upstream/develop' into resnet
7 years ago
tensor-tang d34780e193 fix issue for resnet
7 years ago
yangyaming d6f0e6c142 MemoryHandle* --> MemoryHandlePtr
7 years ago
qingqing01 2b701afaca
Merge pull request #5388 from pkuyym/fix-5335
7 years ago
yangyaming 29b3de6f97 Bugs fix and expose sub_seq_layer.
7 years ago
Tao Luo f8a6bda863
Merge pull request #5309 from tensor-tang/mkldnn_addto
7 years ago
Luo Tao 62ee11415d Merge branch 'develop' into ProtoDataProvider
7 years ago
Luo Tao b7df7f9eb1 remove usused ProtoDataProvider related codes
7 years ago
Yi Wang 1ed5ae7a14
Fix comparing between signed and unsigned values (#5328)
7 years ago
tensor-tang 3fb6451c3a add mkldnn_addto unit test and pass it
7 years ago
tensor-tang 8ff3436829 add MKLDNNAddtoLayer files
7 years ago
tensor-tang 2a77418668 refine reset input buffers, make it support more than one input.
7 years ago
武毅 cdd1da3424
Hack auc for dense vector labels (#5274)
7 years ago
wangmeng28 4172fc09c3 Add sparse input support for factorization machine layer
7 years ago
xzl 83818cd451 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_dilation
7 years ago
tensor-tang 1e8300faa5 Merge remote-tracking branch 'upstream/develop' into merge
7 years ago
Cao Ying 8401039feb
Merge pull request #5084 from lcy-seso/crf
7 years ago
tensor-tang 3eb42bfd6f move test_CompareMKLDNNandCPU to test_MKLDNN and remove unused code
7 years ago
Haonan bcdedecb57
handle non-sequence data in sequenceReshapeLayer (#5188)
7 years ago
hedaoyuan 3415e264fe Remove some layers in mobile inference library.
7 years ago
xzl 300b5094cb Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_dilation
7 years ago
caoying03 dd2be3daba Merge branch 'develop' into crf
7 years ago
Luo Tao 5513f92755 Merge branch 'develop' into expand_test
7 years ago
Luo Tao 29fe2a01bd add comments in test_Expand.cpp
7 years ago
tensor-tang 56f6e231c6 refine mkldnntester, support comparing values near zero
7 years ago
xzl e06f8fcff5 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_dilation
7 years ago
xzl f0c3c49808 test exconv layerGrad and im2col
7 years ago
xzl 7a5b38466a support exconv dilation
7 years ago
tensor-tang aecfeb7257 refine check macro
7 years ago
caoying03 4c63086921 Merge branch 'develop' into crf
7 years ago
wangmeng28 d9062cd9ee Add sparse matrix support in factorization machine layer
7 years ago
caoying03 c74107bfdc fix backward computation.
7 years ago
tensor-tang 703947928f refine comment and code
7 years ago
Luo Tao 0f67a82728 add test_Expand and simply the gserver/tests/CMakeLists
7 years ago
tensor-tang ad6b531917 add unit test for mkldnn_batch_norm layer
7 years ago
tensor-tang 64eaeba1a8 enable mkldnn_batch_norm layer
7 years ago
wangmeng28 601c1a35f3 Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
Tao Luo 48173e8599 Merge pull request #5010 from tensor-tang/merge
7 years ago
tensor-tang 386bb1fece fix crash on ds2
7 years ago
wangmeng28 822ff383e4 Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
Luo Tao 70d9d953e6 rename sparse_vector to sparse_float_vector in tests
7 years ago
Tao Luo abce9eb750 Merge pull request #4953 from tensor-tang/merge_grad_gtest
7 years ago