Commit Graph

43 Commits (d23bae7b560561281235635a2be0fed8c96fedeb)

Author SHA1 Message Date
hedaoyuan 1e6c917ecc fix unit test of paramRelu
8 years ago
xutianbing ec6b13dbfc clean up unused code.
8 years ago
tianbingsz 42e121791e Merge pull request #854 from hedaoyuan/cmrnorm
8 years ago
xutianbing 4fbf94993b Refactor MUL functions, pass object reference instead of shared_ptr.
8 years ago
xutianbing 706c572424 Matrix API refactor, when passing parameters, convert shared_ptr (MatrixPtr) to
8 years ago
hedaoyuan d11e2b4013 Remove some useless code
8 years ago
hedaoyuan 529f24c262 cpu cmrnorm
8 years ago
Yi Wang e9549cbb78 Change "Baidu, Inc" into "PaddlePaddle Authors"
8 years ago
Luo Tao 80c68d38ff clang format .cc .h .cpp .c and .hpp file
8 years ago
xuwei06 bf6f690f31 Add ScalingProjection
8 years ago
Haonan 5591292b7a modifications according to comments
9 years ago
Haonan 069d0004dc multi_binary_cross_entropy when ids vector is provided
9 years ago
qijun 9dd588b414 fix merge conflicts
9 years ago
gangliao 8295eb91bf Merge pull request #287 from gangliao/bilinear
9 years ago
qijun 61444d903d Merge remote-tracking branch 'baidu/develop' into feature/sppnet
9 years ago
liaogang bc2b521c24 Follow comments
9 years ago
Liang Zhao 992ac8f9a1 Implement setDiag() with BaseMatrix::assign()
9 years ago
Liang Zhao 8c40bfd0fc Make matrix well-conditioned when unittest inverse
9 years ago
qijun 3553576e6e Merge remote-tracking branch 'baidu/develop' into feature/sppnet
9 years ago
liaogang cc04a7d7ab Merge branch 'develop' of https://github.com/baidu/Paddle into bilinear
9 years ago
liaogang db1757556e Follow comments
9 years ago
qijun db569f293e fix merge conflict
9 years ago
hedaoyuan a07da94939 fix floating-point overflow problem of tanh (#355)
9 years ago
qijun 5ece5c96ad add python wrap for sppLayer
9 years ago
liaogang 724d6dd40a Replace outputH to batchSize
9 years ago
liaogang d373c10091 Fix bilinear interp bug
9 years ago
liaogang bd38facada Fix conflict
9 years ago
liaogang 57348806b5 Follow comments
9 years ago
lzhao4ever 5f2059db05 Add matrix inverse (#240)
9 years ago
qijun 766a61c374 fix conflict with baidu/develop
9 years ago
qingqing01 45c81a414f Add job=time in trainer, refine cudnn_conv to reduce gpu memory and speed up training. (#218)
9 years ago
qijun cdac60f616 add SpatialPyramidPoolLayer c++ support
9 years ago
liaogang 460320a41c fix type unmatch on gcc
9 years ago
liaogang fd4eeaf59c Merge conflict with maxout layer
9 years ago
liaogang ddfff3a7fd Add bilinear interpolation layer
9 years ago
luotao1 3dd8c9bea4 add maxout layer, including interface and unittest (#229)
9 years ago
luotao1 91df606280 remove some copyfrom in AgentLayer and ExpandLayer, fix warning in seq2seq config (#183)
9 years ago
qingqing01 191fafe355 support rectangle padding, stride, window and input for PoolProjection (#115)
9 years ago
liaogang a8df411192 Replace random_shuffle using shuffle.
9 years ago
Haonan 688eeefab3 fixed issues with synchronizing streams when copy from gpu to cpu
9 years ago
dangqingqing 54d4968d38 Refine code and comments for CRMNormLayer.
9 years ago
dangqingqing 7857d7f74b Bug fix for image classification demo and ResNet model zoo when using CPU.
9 years ago
zhangjinchao01 b72beee4f0 fix dash and space bug,
9 years ago