Commit Graph

529 Commits (e7b3e139594d2dfc6d195614acc30b340d40fd88)

Author SHA1 Message Date
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
Yu Yang 4725b1c0cb Fix compile
8 years ago
Yu Yang 2ac8e6a518 Try to remove ParallelParameter.
8 years ago
Yu Yang da2adea964 Fix unittest
8 years ago
Yu Yang c6a8e23a9e Fix unittests
8 years ago
dangqingqing 7f3e576e41 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into smoothl1_loss
8 years ago
dangqingqing 6dd90f47c3 Change the size in test_LayerGrad and pass unit test
8 years ago
jacquesqiao 5f9240073f Merge pull request #1782 from jacquesqiao/support-remote-updater
8 years ago
dangqingqing 4d23a942c7 fix code format
8 years ago
dangqingqing 1fd00758ac SmoothL1 loss
8 years ago
qiaolongfei 68c1efdd9c fix the bug of use sparse_remote_update with MultiGradientMachine
8 years ago
dangqingqing 2c2947f80e Fix a bug for TransLayer and add unit testing.
8 years ago
qijun 486c6c555f fix build error with clang
8 years ago
Luo Tao e6366e3496 update with comments
8 years ago
Luo Tao ba68ce1a1a Merge branch 'develop' into stride
8 years ago
Yiqun Liu d324ed7fff Merge pull request #1698 from Xreki/build_arm
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