Commit Graph

266 Commits (1ce2fca48460f4eed91aff479265358ba40637a8)

Author SHA1 Message Date
Yang yaming f21e3f731f Merge pull request #2247 from pkuyym/fix-2240
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
Yang yaming 312ce8b419 Merge pull request #2497 from pkuyym/ssd_outloss
8 years ago
yangyaming 86543f7f6a Follow comments.
8 years ago
Luo Tao 0e61730039 stride pooling for max and average layer
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
yangyaming b5ab4b69bc Follow comments, mainly use std::copy to simplify logic.
8 years ago
hedaoyuan 49e87ee327 Change the CpuMatrix::copyFrom and CpuVector::copyFrom with the stream parameter to the synchronous interface.
8 years ago
Cao Ying 6fa84d40f4 Merge pull request #2521 from emailweixu/fix_rnn_gen
8 years ago
xuwei06 b691052918 Fix bug of ScatterAgentLayer for generation
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 17fe832209 Merge pull request #2282 from hedaoyuan/convolution
8 years ago
yangyaming 65969dad64 Add DetectionOutputLayer and MultiBoxLossLayer.
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 a421f479a2 Follow comments.
8 years ago
yangyaming 78dae3c591 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ssd_util
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
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
dangqingqing cb6436b50c CPU implementation of row convolution
8 years ago
yangyaming 7ee942bba8 Add scale factor for smoothL1 and smoothL1Bp
8 years ago
liaogang 6237f6f57a revert clang-format
8 years ago
liaogang f27fd9dc28 follow comments
8 years ago
Yu Yang 2ac8e6a518 Try to remove ParallelParameter.
8 years ago
dangqingqing 4d23a942c7 fix code format
8 years ago
dangqingqing 1fd00758ac SmoothL1 loss
8 years ago
dangqingqing 2c2947f80e Fix a bug for TransLayer and add unit testing.
8 years ago
Luo Tao e6366e3496 update with comments
8 years ago
Luo Tao c1738e29c8 Merge branch 'develop' into stride
8 years ago
Yu Yang 36524bb2fa Add Error in FuncConfig.
8 years ago
Luo Tao dd613047b1 refine annotation
8 years ago
Luo Tao a5734f7c1c Merge branch 'develop' into stride
8 years ago
Cao Ying d94e1f516c Merge pull request #1754 from lcy-seso/fix_bug_of_AgentLayer
8 years ago
caoying03 ec5bb80ddd fix a bug of AgentLayer when using scheduled sampling in
8 years ago
Liu Yiqun 1628fb7cda Add the check of image size in exconv.
8 years ago
Yu Yang a0683f60bd Fix hsigmoid layer comments.
8 years ago