Commit Graph

464 Commits (87ba6cbf2094de4231cecb18db31218094ef1560)

Author SHA1 Message Date
hedaoyuan b1bca06667 Refine the ExpandConvLayer.
9 years ago
hedaoyuan e4c340e4e7 Bug fix.
9 years ago
hedaoyuan 88b31422b3 Delete ExpandConvBaseLayer.cpp and ExpandConvBaseLayer.h
9 years ago
hedaoyuan 3616ef7739 Remove ExpandConvBaseLayer.
9 years ago
hedaoyuan b3a50d53c9 Remove useless code.
9 years ago
hedaoyuan 2a110af309 Use Matrix::addBias.
9 years ago
tensor-tang b0d9b68a5f unify functions of mkldnn_fc and refine comments
9 years ago
Tao Luo 654344b94c Merge pull request #4032 from tensor-tang/mkldnn-conv
9 years ago
tensor-tang f2317b67f7 separate resetFwd and resetBwd to some sub functions
9 years ago
tensor-tang 66fdbd0cee add some comment and simplify some code
9 years ago
chengduoZH e76eb8534d fix SwitchOrderLayer forward
9 years ago
tensor-tang f3a23b6840 add MKLDNNConvLayer
9 years ago
Tao Luo 171fee2c9e Merge pull request #4011 from tensor-tang/refine
9 years ago
tensor-tang 7f7fa32528 use CPU_DEVICE instead of magic number
9 years ago
tensor-tang 4f0869bef3 add some necessary params for reset functions
9 years ago
chengduo d131152b28 Merge pull request #4021 from chengduoZH/fix_DeConv3D_switch_imgSize_and_output_
9 years ago
chengduoZH e9a1f2ad8b fix DeConv3D switch(imgSize*_, output*_)
9 years ago
tensor-tang 94ea8ee0e5 refine MKLDNNLayer logical: move forward and backward to MKLDNNLayer and remove copyOutputInfoToOtherDevice
9 years ago
tensor-tang f40d5f580d remove syncOutputGrad, rename syncInputValue to updateInputData
9 years ago
tensor-tang d4c0734840 remove convertOutputToOtherDevice
9 years ago
tensor-tang d74fe78040 refine MKLDNNMatrix, solid data handle, rename updateData to setData
9 years ago
gaoyuan 38e7ad799c Set detection output to NULL
9 years ago
Yuan Gao 4343be3309 Update DetectionUtil.cpp
9 years ago
Yuan Gao dade4272c7 Update DetectionUtil.cpp
9 years ago
wenshilei a510377024 Fix ssd bugs.
9 years ago
chengduo 0be349496f Merge pull request #3594 from chengduoZH/Adapting_to_the_BatchNorm_structure_to_support_3D_data
9 years ago
chengduoZH 91a0c11b19 Adaptive data structure for SwitchOrderLayer
9 years ago
wanghaoshuang fa54d9d8c0 Rename attribute name in proto
9 years ago
wanghaoshuang bb56b58376 Fix warning log in switch order layer
9 years ago
hedaoyuan 0146e8bfc5 Merge pull request #3843 from Xreki/build_android_clang
9 years ago
wanghaoshuang de145b0aa5 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pixel_softmax_layer
9 years ago
chengduoZH 4373a4a74d fix redeclaration of 'paddle::StatPtr __stat'
9 years ago
chengduoZH 5500153a6d fix cudnnBatchNorm for 3D data
9 years ago
wanghaoshuang 3d490d030e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pixel_softmax_layer
9 years ago
qingqing01 f2f839af27 Merge pull request #3874 from chengduoZH/fix_Conv3d_DeConv3d
9 years ago
chengduoZH cdae0c754e fix Conv3d, DeConv3d (bias shape)
9 years ago
whs a162ebce8b Merge branch 'develop' into pixel_softmax_layer
9 years ago
Liu Yiqun 2fc012c54c Merge branch 'develop' into build_android_clang
9 years ago
chengduoZH fb69d38c4b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into Adapting_to_the_BatchNorm_structure_to_support_3D_data
9 years ago
caoying03 ba1aa60700 fix the problem that long message will be truncated.
9 years ago
Liu Yiqun 8b15ac82fa Move the definition of hl_cpu_gru_forward and hl_cpu_gru_backward to function/GruFunctor.h.
9 years ago
Yiqun Liu 92c293aca8 Merge pull request #3794 from Xreki/fix_mac_compiling_std_move
9 years ago
Liu Yiqun 988e49defa Fix clang compiling error of "moving a temporary object prevents copy elision" causing by std::move, and fix some warnings.
9 years ago
chengduoZH a55dd22649 fix conflict
9 years ago
chengduoZH 6374831966 fix conflict
9 years ago
chengduoZH a357bd6fe5 Fix conflict and Add test_pooling3D_layer.protostr
9 years ago
chengduoZH 455d2bd7b1 fix conflict
9 years ago
chengduoZH 536dbc0cb6 fix conflict
9 years ago
caoying03 36f0aa7390 fix code style to pass CI.
9 years ago
caoying03 3d1b87193d Merge branch 'develop' into cross_entropy_over_beam
9 years ago