Commit Graph

482 Commits (a0ce05df1eb6ae394ea538f1a0bcc27fdbb1852d)

Author SHA1 Message Date
Tao Luo 4400284685 Merge pull request #4224 from tensor-tang/act
8 years ago
tensor-tang 4ec3a77a43 should run resetBwd before bwdAct
8 years ago
Yiqun Liu 8deda323cd Merge pull request #4197 from luotao1/refine_layer
8 years ago
Luo Tao 69c613fb5a refine Layer.cpp for some CostLayer
8 years ago
Yiqun Liu a9202e89cf Merge pull request #3764 from Xreki/build_ios
8 years ago
Tao Luo c15ac20257 Merge pull request #4199 from tensor-tang/mkldnn_act
8 years ago
Luo Tao 70141a73c4 remove unused XXXLayer.h in Layer.cpp
8 years ago
Yuan Gao 17bc593ca2 Update DetectionOutputLayer.cpp
8 years ago
Yuan Gao d3deb6faba Update DetectionOutputLayer.cpp
8 years ago
gaoyuan 71b3fbb18a Fix a ssd bug
8 years ago
tensor-tang 49d4b39f28 fix typo and remove some unused code
8 years ago
tensor-tang 37268dbd33 update using exclusive padding for avg-pool
8 years ago
tensor-tang cc28fb4bb3 Merge remote-tracking branch 'upstream/develop' into mkldnn_pool
8 years ago
Luo Tao cc7a7557a2 set CudnnPooling don't include padded values in default
8 years ago
tensor-tang 9d108a21a7 add unit test for mkldnn_pool and pass them
8 years ago
tensor-tang 2a98cba2d2 enable mkldnn_pool forward and backward
8 years ago
hedaoyuan b1bca06667 Refine the ExpandConvLayer.
8 years ago
hedaoyuan e4c340e4e7 Bug fix.
8 years ago
hedaoyuan 88b31422b3 Delete ExpandConvBaseLayer.cpp and ExpandConvBaseLayer.h
8 years ago
hedaoyuan 3616ef7739 Remove ExpandConvBaseLayer.
8 years ago
hedaoyuan b3a50d53c9 Remove useless code.
8 years ago
hedaoyuan 2a110af309 Use Matrix::addBias.
8 years ago
tensor-tang d3a86c673b init mkldnn_pool files
8 years ago
tensor-tang b0d9b68a5f unify functions of mkldnn_fc and refine comments
8 years ago
Tao Luo 654344b94c Merge pull request #4032 from tensor-tang/mkldnn-conv
8 years ago
tensor-tang f2317b67f7 separate resetFwd and resetBwd to some sub functions
8 years ago
Liu Yiqun 9e524fce1b Remove the generation of executable, such as paddle_trainer, when setting WITH_C_API.
8 years ago
tensor-tang 66fdbd0cee add some comment and simplify some code
8 years ago
chengduoZH e76eb8534d fix SwitchOrderLayer forward
8 years ago
tensor-tang f3a23b6840 add MKLDNNConvLayer
8 years ago
Tao Luo 171fee2c9e Merge pull request #4011 from tensor-tang/refine
8 years ago
tensor-tang 7f7fa32528 use CPU_DEVICE instead of magic number
8 years ago
tensor-tang 4f0869bef3 add some necessary params for reset functions
8 years ago
chengduo d131152b28 Merge pull request #4021 from chengduoZH/fix_DeConv3D_switch_imgSize_and_output_
8 years ago
chengduoZH e9a1f2ad8b fix DeConv3D switch(imgSize*_, output*_)
8 years ago
tensor-tang 94ea8ee0e5 refine MKLDNNLayer logical: move forward and backward to MKLDNNLayer and remove copyOutputInfoToOtherDevice
8 years ago
tensor-tang f40d5f580d remove syncOutputGrad, rename syncInputValue to updateInputData
8 years ago
tensor-tang d4c0734840 remove convertOutputToOtherDevice
8 years ago
tensor-tang d74fe78040 refine MKLDNNMatrix, solid data handle, rename updateData to setData
8 years ago
gaoyuan 38e7ad799c Set detection output to NULL
8 years ago
Yuan Gao 4343be3309 Update DetectionUtil.cpp
8 years ago
Yuan Gao dade4272c7 Update DetectionUtil.cpp
8 years ago
wenshilei a510377024 Fix ssd bugs.
8 years ago
chengduo 0be349496f Merge pull request #3594 from chengduoZH/Adapting_to_the_BatchNorm_structure_to_support_3D_data
8 years ago
chengduoZH 91a0c11b19 Adaptive data structure for SwitchOrderLayer
8 years ago
wanghaoshuang fa54d9d8c0 Rename attribute name in proto
8 years ago
wanghaoshuang bb56b58376 Fix warning log in switch order layer
8 years ago
hedaoyuan 0146e8bfc5 Merge pull request #3843 from Xreki/build_android_clang
8 years ago
wanghaoshuang de145b0aa5 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pixel_softmax_layer
8 years ago
chengduoZH 4373a4a74d fix redeclaration of 'paddle::StatPtr __stat'
8 years ago