Commit Graph

764 Commits (a4b172252bb4f547a87b0db1809350292b55276f)

Author SHA1 Message Date
Tao Luo 322d9ad81b Merge pull request #3712 from tensor-tang/merge
8 years ago
hedaoyuan b45d020faf Merge pull request #3718 from hedaoyuan/convolution
8 years ago
tensor-tang c5183caa04 rename
8 years ago
hedaoyuan 168707cadd Fix a small bug.
8 years ago
chengduoZH 4dcc533206 fix conflict
8 years ago
tensor-tang bfbd066fdd refine
8 years ago
Luo Tao b709af616f HuberTwoClassification only support one dimension
8 years ago
chengduoZH 6053f7e36b fix previous comments(c++)
8 years ago
Luo Tao e63ad0a6bd HuberRegressionLoss and HuberTwoClassification support multi-dimension data
8 years ago
hedaoyuan 34a92ab41a ExpandConvLayer adds support of arm-neon acceleration.
8 years ago
Luo Tao acd8a22ed1 Merge branch 'develop' into huber_loss
8 years ago
tensor-tang 2efac83aaa Merge remote-tracking branch 'upstream/develop' into merge
8 years ago
tensor-tang 98b7c67364 add todo
8 years ago
caoying03 3d12a610ca Merge branch 'develop' into cross_entropy_over_beam
8 years ago
tensor-tang 4cc57836f3 enable reorder
8 years ago
Cao Ying 14194ba08d Merge pull request #3679 from lcy-seso/fix_bug_of_seq_slice_layer
8 years ago
caoying03 aa28d046fb fix a bug of sequence_slice layer when batch_size=1
8 years ago
caoying03 7a42c92d49 fix a bug that memory does not clean.
8 years ago
Cao Ying db39935b77 Merge pull request #3647 from yu239/fill_gen_output
8 years ago
chengduoZH 860bf192c9 Add maxPoolIdx
8 years ago
Luo Tao 7596191821 Merge branch 'develop' into huber_loss
8 years ago
chengduoZH 790379f147 fix above comments
8 years ago
wanghaoshuang e286b950a5 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dilate_conv
8 years ago
Yu Yang 11f4283f09 Merge pull request #3634 from reyoung/feature/minus_op
8 years ago
Qiao Longfei 7fdf5c831e Merge pull request #3645 from jacquesqiao/reduce-warning
8 years ago
Yu Yang dee4c832cc Merge branch 'develop' of github.com:baidu/Paddle into feature/minus_op
8 years ago
caoying03 74d3ca8bab Merge branch 'develop' into cross_entropy_over_beam
8 years ago
Cao Ying ab6b3c481a Merge pull request #3367 from lcy-seso/add_sequence_slice_layer
8 years ago
haonanyu 3b6069b7f5 fix ids reverse order in fillGenOutputs
8 years ago
qiaolongfei 72d29186bb reduce some compile warning
8 years ago
caoying03 5e59ca7ccc fix config helper.
8 years ago
wanghaoshuang 057694aac9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dilate_conv
8 years ago
wanghaoshuang e3342ff8e7 Fix android build error.
8 years ago
tensor-tang 780c8d969e make downSpatial work, and remove hasSpatial_
8 years ago
tensor-tang 48d87e5e91 pass test, support input CPU device
8 years ago
caoying03 377401fb0c fix a bug.
8 years ago
caoying03 bc6bae8d53 Merge branch 'develop' into add_sequence_slice_layer
8 years ago
caoying03 82e4fab4e3 follow comments.
8 years ago
wanghaoshuang 2c8b3c4430 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dilate_conv
8 years ago
wanghaoshuang d8cd67dd1e Make cudnn convolution layer and projection support for dilation.
8 years ago
caoying03 3bf440023a follow comments.
8 years ago
caoying03 fc2e6f1ca0 Merge branch 'develop' into print_attention_weight
8 years ago
caoying03 25083de998 Merge branch 'develop' into cross_entropy_over_beam
8 years ago
caoying03 8f4ca2d12f add implementations.
8 years ago
tensor-tang 4eecd0c2d5 use MKLDNNMatrix in fc backward
8 years ago
武毅 6eab5638f0 Fix remote large update core (#3518)
8 years ago
xuwei06 93539093f4 Allow boot_bias for recurrent group to be static
8 years ago
chengduoZH 2377d71947 Add3DPooling
8 years ago
Luo Tao 73ab2d4678 fix backward error of huber_regression_cost
8 years ago
tensor-tang 4bffbd30f0 use MKLDNNMatrix in fc forward
8 years ago
chengduoZH 5d98b6f217 Adapting to the BatchNorm structure to support 3D data
8 years ago
chengduoZH d5768ebc89 fix above comments
8 years ago
guosheng 8e4dcf8b7f Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-ShiftLayer
8 years ago
guosheng 0af1c4a9fe Follow comments and refine annotations on ScaleShiftLayer
8 years ago
guosheng 83abbce8eb Follow comments and refine ScaleShiftLayer
8 years ago
dangqingqing 29d8825caf tune relative precision for unit test img_conv2 in test_NetworkCompare.cpp.
8 years ago
Luo Tao 1c0a1a076d Merge branch 'develop' into huber_loss
8 years ago
Luo Tao 3065cb2625 add huber_regression_cost
8 years ago
chengduoZH 38cc5dadcc modified bias shape of ConvLayer
8 years ago
tensor-tang 62e6dac402 add MKLDNNMatrix files
8 years ago
chengduoZH c792ef7d5a fix DeConv3D, Conv3D
8 years ago
chengduoZH 424b325d08 add unit test DeConv3D, Conv3D, col2vol, vol2col
8 years ago
guosheng 7d2ef02a99 Add ScaleShiftLayer
8 years ago
tensor-tang 07d16e3e13 refine comments
8 years ago
Luo Tao 27a99bfb14 Add base class for huber_regression_cost and huber_classification_cost
8 years ago
tensor-tang e08651f9b5 remove flag use_mkldnn_wgt
8 years ago
caoying03 a037b099f7 finish unittest.
8 years ago
Luo Tao 3321dd034b Merge branch 'develop' into huber_loss
8 years ago
Luo Tao e6db484d15 make clear that current huber_cost is for two-classification
8 years ago
caoying03 1e828dc1de Merge branch 'develop' into cross_entropy_over_beam
8 years ago
caoying03 05e8a26b4b add unittest.
8 years ago
caoying03 759a9d3ab5 follow comments.
8 years ago
caoying03 9c448be51e enable self-defined index data in testLayerGrad.
8 years ago
chengduoZH 23cf0c61e0 Add DeConv3DLayer
8 years ago
chengduoZH 11975b4f91 Add Conv3DLayer
8 years ago
chengduoZH 5d7f6dde52 Add depth dimension information to ConvBaseLayer
8 years ago
caoying03 b7359ee3ce Merge branch 'develop' into add_sequence_slice_layer
8 years ago
caoying03 936de12b85 Merge branch 'develop' into delete_useless_codes_in_softmax
8 years ago
caoying03 b97f020f9c fix unittest error.
8 years ago
caoying03 cac4ad4449 delete useless codes in softmax backward.
8 years ago
Yiqun Liu 2e87d747bd Merge pull request #3337 from tensor-tang/merge
8 years ago
Yi Wang 2ca13944b6 Merge pull request #3378 from gangliao/proj_name
8 years ago
tensor-tang 2d4c66d4b2 add comments and todo lists
8 years ago
tensor-tang a475a57d9b rename files and classes, use uppercase of Mkldnn and Cpu
8 years ago
liaogang 7a56d46a8a Rename PROJ_ROOT to PADDLE_SOURCE_DIR and PROJ_BINARY_ROOT to PADDLE_BINARY_DIR
8 years ago
dangqingqing 024243fee0 Fix typo error.
8 years ago
caoying03 7ff689f55a Merge branch 'develop' into add_sequence_slice_layer
8 years ago
tensor-tang b2bd67133a rename and refine functions
8 years ago
caoying03 26bc5b1259 add implementations.
8 years ago
dangqingqing 32e756ca03 fix test_KmaxSeqScore for only CPU compile.
8 years ago
tensor-tang f6a940936b remove unused comments, refine and rename
8 years ago
Yi Wang 6c66044ce0 Fix more warnings about comparison between signed and unsigned values
8 years ago
Yi Wang 4480115681 Fix some build warnings
8 years ago
tensor-tang abc49f74af Merge remote-tracking branch 'upstream/develop' into merge
8 years ago
tensor-tang e18fbd8208 skip reset mkldnn when input size does not change
8 years ago
tensor-tang 6373291c77 add test case use_mkldnn_wgt
8 years ago
caoying03 34ff75221f Merge branch 'develop' into add_sequence_slice_layer
8 years ago
caoying03 2988a58ef0 add unittest.
8 years ago
caoying03 92b2b1bd73 Merge branch 'develop' into kmax_score_layer
8 years ago
Cao Ying d9f97b023d Merge pull request #3297 from lcy-seso/add_nest_sequence_select
8 years ago
tensor-tang 0c951176bd pass mkldnn gtest
8 years ago
dangqingqing 7da1db053b update cuda kernel.
8 years ago
caoying03 59a8ebc62a Merge branch 'develop' into kmax_score_layer
8 years ago
dangqingqing 3e4c671cd4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into bn_infer
8 years ago
dangqingqing bf08e5d985 modify code comments.
8 years ago
dangqingqing 73192bb12a add a batch norm inference kernel.
8 years ago
caoying03 94686c5751 Merge branch 'develop' into add_nest_sequence_select
8 years ago
caoying03 98a83cd280 follow comments.
8 years ago
caoying03 42c102a0b3 follow comments.
8 years ago
tensor-tang ec9009f320 add mkldnn tester
8 years ago
caoying03 ffafc5c911 fix the SubNestedSequenceLayer implementations.
8 years ago
liaogang 3ce497ca5a enhance cpplint cmake
8 years ago
tensor-tang 1203ebc498 add mkldnn fc backward
8 years ago
tensor-tang 90d5be7417 add mkldnn fc forward
8 years ago
tensor-tang 94b172a7e8 fix mkldnn lib bug, and mkldnnbase
8 years ago
caoying03 29fa73bc40 fix unittest.
8 years ago
qingqing01 455ad5b5b2 Merge pull request #3141 from hedaoyuan/nnpack
8 years ago
Yi Wang fe04175ed3 Fix comparison between signed and unsigned values
8 years ago
Yi Wang 2357aee368 Merge pull request #3250 from lcy-seso/seq_softmax_in_sub_seq_mode
8 years ago
liaogang d1e754336e Merge branch 'clang-format' of https://github.com/gangliao/Paddle; branch 'develop' of https://github.com/PaddlePaddle/Paddle into clang-format
8 years ago
caoying03 89ea288c87 Merge branch 'develop' into kmax_score_layer
8 years ago
caoying03 00b6d26684 Merge branch 'develop' into add_nest_sequence_select
8 years ago
caoying03 927adb4a41 Merge branch 'develop' into kmax_score_layer
8 years ago
xuwei06 3c798828a9 SKip cpplint if source is not changed.
8 years ago
Cao Ying 78a772ea64 Merge pull request #3234 from lcy-seso/define_subseq_data_in_gradient_check
8 years ago
caoying03 855ae59d44 add KmaxSeqScoreLayer implementation.
8 years ago
tensor-tang 3c3a11a0dc add use_mkldnn flag
8 years ago
caoying03 6bb970b52b enable defining sub-sequence data in test layer gradients.
8 years ago
tensor-tang def959a890 add mkldnn fc files
8 years ago
liaogang 1d4fa2433c ClangFormat for proto and cuda
8 years ago
caoying03 aa0ca57a6b add unittest.
8 years ago
Luo Tao 86d184ed5a Merge branch 'develop' into save_log_prob
8 years ago
caoying03 5d4d8120cf add gradient check for sequence softmax activation.
8 years ago
caoying03 6e291b34c3 Merge branch 'develop' into add_nest_sequence_select
8 years ago
Guo Sheng b7b956f0ba Merge branch 'develop' into add-ClipLayer
8 years ago
guosheng 3fe9e48f36 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-L2NormLayer
8 years ago
guosheng 17e16c2548 Refine RowL2NormLayer and add python unit test for it
8 years ago
caoying03 d3e30146e4 Merge branch 'develop' into add_nest_sequence_select
8 years ago
caoying03 4b39f92bd8 add implementation of SubNestedSequenceLayer.
8 years ago
guosheng d1a691733b fix bug on ClipLayer test in test_LayerGrad
8 years ago
guosheng 82911cecb6 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-ClipLayer
8 years ago
guosheng d19355a532 Refine ClipLayer and add unit test for it
8 years ago
hedaoyuan 74f8ede976 Fix when use_nnpack and isDeconv == true.
8 years ago
hedaoyuan bfdd9a1ced Add a unit test for concat and slice network in test_NetworkCompare.cpp
8 years ago
hedaoyuan d456c28609 Fix some bug.
8 years ago
hedaoyuan 4b1bc6815e Fix comments of slice_projection, and add unit test of SliceProjection.
8 years ago
hedaoyuan 0cca0fcf11 Add SliceProjection.
8 years ago
guosheng 23a8d015e0 add ClipLayer
8 years ago
guosheng 84660653f8 add RowL2NormLayer
8 years ago
Yu Yang f4e57b4b28 Fix bug in SequenceSoftmax
8 years ago