Commit Graph

949 Commits (5913e735be6301215bbc6f4400833faa77a1ad62)

Author SHA1 Message Date
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
chengduoZH 5500153a6d fix cudnnBatchNorm for 3D data
8 years ago
wanghaoshuang 3d490d030e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pixel_softmax_layer
8 years ago
qingqing01 f2f839af27 Merge pull request #3874 from chengduoZH/fix_Conv3d_DeConv3d
8 years ago
chengduoZH cdae0c754e fix Conv3d, DeConv3d (bias shape)
8 years ago
caoying03 a523bea8e5 fix getType.
8 years ago
whs a162ebce8b Merge branch 'develop' into pixel_softmax_layer
8 years ago
caoying03 0b478e991c follow comments.
8 years ago
caoying03 faa4da4835 fix ctc edit distance in v2 API.
8 years ago
Liu Yiqun 2fc012c54c Merge branch 'develop' into build_android_clang
8 years ago
chengduoZH fb69d38c4b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into Adapting_to_the_BatchNorm_structure_to_support_3D_data
8 years ago
caoying03 ba1aa60700 fix the problem that long message will be truncated.
8 years ago
Liu Yiqun 8b15ac82fa Move the definition of hl_cpu_gru_forward and hl_cpu_gru_backward to function/GruFunctor.h.
8 years ago
Yiqun Liu 92c293aca8 Merge pull request #3794 from Xreki/fix_mac_compiling_std_move
8 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.
8 years ago
chengduoZH a55dd22649 fix conflict
8 years ago
chengduoZH 6374831966 fix conflict
8 years ago
chengduoZH a357bd6fe5 Fix conflict and Add test_pooling3D_layer.protostr
8 years ago
chengduoZH 455d2bd7b1 fix conflict
8 years ago
chengduoZH 536dbc0cb6 fix conflict
8 years ago
caoying03 36f0aa7390 fix code style to pass CI.
8 years ago
caoying03 3d1b87193d Merge branch 'develop' into cross_entropy_over_beam
8 years ago
caoying03 09e903eb94 fix v2 infer interface.
8 years ago
chengduoZH 0c273ff41e fix conflict
8 years ago
qijun 2563e32bb1 fix clang build error
8 years ago
chengduoZH 43da7675b3 fix conflict
8 years ago
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
guosheng 3cf01b5d52 refine ROIPoolLayer
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
guosheng c07cbf7daf Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-ROIPooling
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
hedaoyuan ff8262e283 Merge branch 'develop' into ImageExpandFunction
8 years ago
wanghaoshuang c94b275553 fix conv layer reshape
8 years ago
guosheng 687b3749b4 fix bug on GPU test
8 years ago
guosheng 1c00767731 fix ci bug on andriod building
8 years ago
guosheng d5384e640f refine layer gradient test of ROIPoolLayer
8 years ago
guosheng 0f4c733296 add ROIPooling for Fast(er) R-CNN
8 years ago
wanghaoshuang ec236f4624 fix code format
8 years ago
xzl 4d6be9741c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mobilenet_gpu
8 years ago
xzl 1f516fa0ef modify format, and modify the layer grad test, op test
8 years ago
xzl 81998868f0 fuse interface of depthwise to expandconv
8 years ago
wanghaoshuang baae8447ac Fix SwitchOrderLayer grad bugs by reshape output.grad
8 years ago
wanghaoshuang 60a788933b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_layer
8 years ago
wanghaoshuang 3e7819c276 1. Reading image shape from input data instead of image_config
8 years ago
wanghaoshuang fa02963659 Delete debug log
8 years ago
wanghaoshuang e8ee07f31f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pixel_softmax_layer
8 years ago
wanghaoshuang 1cdf149b6f 1. delete PixelSoftmaxLayer and add SwitchOrderLayer
8 years ago
xzl d50c71f3e2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mobilenet_gpu
8 years ago
emailweixu 84a0d6d898 Merge pull request #2572 from skylian/error_clipping
8 years ago
xzl 44927bf70a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mobilenet_gpu
8 years ago
xzl 11588b3670 support inputchannels != outputchannels of depthwiseconv
8 years ago
liaogang 569f7e83a6 FIX: cppint code style
8 years ago
caoying03 4c134c7c7d add comments.
8 years ago
hedaoyuan 010adb99b4 Remove useless empty pointer check.
8 years ago
caoying03 a7c4d0c0ea Merge branch 'develop' into print_attention_weight
8 years ago
caoying03 56a722a1d0 output all beam search results in layer group.
8 years ago
xzl ccd46d1bf6 modify format accored with clang-format 3.8
8 years ago
xzl 198164adef use the expandconvlayer forward and backward, add the explain for class
8 years ago
xzl 064dc888ef add the comments for .h file and code tiny modify
8 years ago
wanghaoshuang 3aa679814f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pixel_softmax_layer
8 years ago
wanghaoshuang 29f25fbe03 Add pixel softmax layer for FCN model
8 years ago
caoying03 82801f24e5 save log probabilty for every generated words.
8 years ago
xzl 36e7800aa1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mobilenet_gpu
8 years ago
xzl f4e7ae5540 add mobilenet gpu grad test, the test is ok
8 years ago
xzl efae51ce24 add the mobilenet gpu acceleration, cpu is in the process
8 years ago
wanghaoshuang 0b788ef75b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_layer
8 years ago
Yu Yang 1b366dc2ff Fix CI error on test_LayerGrad.LSTM
8 years ago
wanghaoshuang d378e0a0cd Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_layer
8 years ago
Yang yaming f21e3f731f Merge pull request #2247 from pkuyym/fix-2240
8 years ago
yangyaming c37da0bd3b Remove hasParamInitialValue flag.
8 years ago
Tao Luo 7f380c1be3 Merge pull request #2701 from luotao1/stride
8 years ago
yangyaming 2bf4f1bbc1 make adding eps more clear
8 years ago
yangyaming 7ed6463ee9 fix bugs for CrossChannelNormLayer
8 years ago
Luo Tao e7b071f33a update annotation with comments
8 years ago
wanghaoshuang 5e6e1f636a Add grad test and python wrapper for crop layer
8 years ago
wanghaoshuang d1d70ec831 Refine configure option of crop layer
8 years ago
wanghaoshuang e10040ca8a add crop layer
8 years ago
Yang yaming 312ce8b419 Merge pull request #2497 from pkuyym/ssd_outloss
8 years ago
zlx eeb17c26fd add depthwise operation and depthwise conv layer
8 years ago
yangyaming 86543f7f6a Follow comments.
8 years ago
Luo Tao 3b073fdc2b fix error in test_LayerGrad
8 years ago
Luo Tao 0e61730039 stride pooling for max and average layer
8 years ago
hedaoyuan 84c3523c5a Merge pull request #2625 from hedaoyuan/nnpack_lib
8 years ago
hedaoyuan 47f1031fb7 Modify the type of alog parameter.
8 years ago
hedaoyuan b5514602b6 Add the use_nnpack parameter in ExpandConvLayer, so that the convolution calculation can be switched to the NNPACK function.
8 years ago
Yu Yang c8e56d31f2 Merge pull request #2653 from reyoung/feature/protobuf_lib
8 years ago
yangyaming b5ab4b69bc Follow comments, mainly use std::copy to simplify logic.
8 years ago
Yu Yang 64b78b1656 Fix TravisCI
8 years ago
Yu Yang b1a311c44d Add pb_cc_library in generic.cmake
8 years ago
dangqingqing b93e863a1c Fix bug in MultiGradientMachine.
8 years ago
hedaoyuan a7ff11404d Change the ImageFunction name to BlockFunction(Consistent with the name of Layer).
8 years ago
hedaoyuan 49e87ee327 Change the CpuMatrix::copyFrom and CpuVector::copyFrom with the stream parameter to the synchronous interface.
8 years ago
qiaolongfei 9f05a0f802 use GradientMachine::start and finish
8 years ago
qiaolongfei 55684af208 fix MultiGradientMachine train and infer
8 years ago
Yu Yang a7865a3776 Fix macos compile
8 years ago
lianxiaochen 5e87e27c75 fix error clipping
8 years ago
Yang yaming f551c271af Merge pull request #2467 from pkuyym/ssd_map
8 years ago
Cao Ying 6b3c33d051 Merge pull request #2523 from emailweixu/rnn_evaluator
8 years ago
Cao Ying 6fa84d40f4 Merge pull request #2521 from emailweixu/fix_rnn_gen
8 years ago
hedaoyuan 1a53cba6bf Merge branch 'develop' of https://github.com/baidu/Paddle into ImageExpandFunction
8 years ago
xuwei06 b691052918 Fix bug of ScatterAgentLayer for generation
8 years ago
xuwei06 02cc7d90a6 Evaluator for recurrent group
8 years ago
xuwei06 3438d650ed Fix bugs for rnn generation
8 years ago
xuwei06 61222578b4 Allow printer layer to print user provided message
8 years ago
qingqing01 8266546eb2 Merge pull request #2480 from emailweixu/repeat_layer
8 years ago
emailweixu 09f34c4b1f Merge pull request #2479 from emailweixu/mixed_input_rnn
8 years ago
hedaoyuan 69271c92d5 Merge branch 'develop' of https://github.com/baidu/Paddle into ImageExpandFunction
8 years ago
yangyaming 5f924d5d53 Follow comments.
8 years ago
hedaoyuan 17fe832209 Merge pull request #2282 from hedaoyuan/convolution
8 years ago
yangyaming b233ed1353 Set FLAGS_use_gpu in test_DetectionOutput.
8 years ago
yangyaming 65969dad64 Add DetectionOutputLayer and MultiBoxLossLayer.
8 years ago
xuwei06 ef61288f9e Clean-up recurrent group related python code
8 years ago
xuwei06 fc0ad9048a Repeat layer for column vector
8 years ago
xuwei06 17994e38aa RecurrentGroup with mixed input sequence types
8 years ago
yangyaming 2207659250 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ssd_map
8 years ago
yangyaming a421f479a2 Follow comments.
8 years ago
yangyaming 597a58c3ef Add DetectionMAPEvaluator.
8 years ago
yangyaming 78dae3c591 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ssd_util
8 years ago
hedaoyuan bf6dfc1ff2 Remove some of the code that has been commented out.
8 years ago
hedaoyuan f8ef8c174c Add the GPU version implementation of ImageExpandGrad function.
8 years ago
hedaoyuan 152bd2f9c8 Add the GPU version implementation of ImageExpand function.
8 years ago
hedaoyuan 2acb84fe70 Add ImageExpandGrad Function.
8 years ago
yangyaming 5b5346ecc7 Follow comments.
8 years ago
hedaoyuan 1e0cc74145 Merge branch 'develop' of https://github.com/baidu/Paddle into convolution
8 years ago
hedaoyuan 61aa1098fd BlockExpandLayer based on the ImageExpand Function.
8 years ago
dangqingqing f18d83f3c4 follow comments
8 years ago
hedaoyuan e039410eb7 Remove the code of ExpandConvTransLayer.
8 years ago
hedaoyuan 784e21848f Fix the error of group convolution.
8 years ago
hedaoyuan 7aac38c794 Refactoring the code implementation of exconv adn exconvt layer with GemmConvFunction.
8 years ago
dangqingqing 18cd1f2558 Fix bug and Python API.
8 years ago
dangqingqing b783e08ea0 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into row_conv
8 years ago
yangyaming e7ac28895c Abstract BBox and provide general functions
8 years ago
qingqing01 42f47d49ad Merge pull request #2267 from pkuyym/fix-2265
8 years ago
dangqingqing cb6436b50c CPU implementation of row convolution
8 years ago
yangyaming 7ee942bba8 Add scale factor for smoothL1 and smoothL1Bp
8 years ago
Luo Tao 3ae7541ad3 rename AggregateLevel and ExpandLevel
8 years ago
emailweixu ba333e8a02 Merge pull request #2219 from emailweixu/sqrt-reciprocal
8 years ago
xuwei06 a0a3a68551 Add Sqrt and Reciprocal activation
8 years ago
yangyaming f3eb9cb36a Override getValueImpl and revise document
8 years ago
yangyaming 8411a73e87 overload several virtual functions to make ChunkEvaluator output multiple metrics
8 years ago
liaogang 6dc58cdd25 modify float precision in img_conv2
8 years ago
liaogang eef91cd811 clang-format
8 years ago
liaogang 96b33e1e6a update file name
8 years ago
liaogang b99891325a update file name
8 years ago
liaogang e9ddff0047 modify img_conv2 unit test
8 years ago
liaogang 886e4becc2 fix gpu_img_conv2 float precision issue
8 years ago
gangliao d10f6cfbed Merge pull request #1958 from gangliao/gfortran
8 years ago
Luo Tao c810e6a7c0 Merge branch 'develop' into release/0.10.0
8 years ago
liaogang 6237f6f57a revert clang-format
8 years ago
liaogang f27fd9dc28 follow comments
8 years ago