Commit Graph

54 Commits (ef5e483ca408d29b25969633e1e65c862e17b751)

Author SHA1 Message Date
qijun 9dd588b414 fix merge conflicts
8 years ago
gangliao 8295eb91bf Merge pull request #287 from gangliao/bilinear
8 years ago
qingqing01 cfc965d52c Merge pull request #269 from wangyang59/deconv
8 years ago
qijun 61444d903d Merge remote-tracking branch 'baidu/develop' into feature/sppnet
8 years ago
wangyang59 af7a50c0d4 minor changes on deconv implementation and add protostr test for deconv layer
8 years ago
wangyang59 53e1629a43 Refactored imageSize in ConvBaseLayer to MathUtil
8 years ago
liaogang bc2b521c24 Follow comments
8 years ago
Liang Zhao 992ac8f9a1 Implement setDiag() with BaseMatrix::assign()
8 years ago
Liang Zhao 8c40bfd0fc Make matrix well-conditioned when unittest inverse
8 years ago
qijun 3553576e6e Merge remote-tracking branch 'baidu/develop' into feature/sppnet
8 years ago
liaogang cc04a7d7ab Merge branch 'develop' of https://github.com/baidu/Paddle into bilinear
8 years ago
liaogang db1757556e Follow comments
8 years ago
hedaoyuan 125c19a3c3 fix some nvcc compile options (#392)
8 years ago
qijun db569f293e fix merge conflict
8 years ago
hedaoyuan a07da94939 fix floating-point overflow problem of tanh (#355)
8 years ago
qijun 5ece5c96ad add python wrap for sppLayer
8 years ago
liaogang 5a1e7dbc6a Fix conflict
8 years ago
luotao1 e802471c58 abstract outputSize function in CNN-related layers (#314)
8 years ago
liaogang 724d6dd40a Replace outputH to batchSize
8 years ago
liaogang d373c10091 Fix bilinear interp bug
8 years ago
liaogang bd38facada Fix conflict
8 years ago
liaogang 57348806b5 Follow comments
8 years ago
lzhao4ever 36bda94eb4 include mkl_lapacke.h (#359)
8 years ago
lzhao4ever 5f2059db05 Add matrix inverse (#240)
8 years ago
qijun 766a61c374 fix conflict with baidu/develop
8 years ago
qingqing01 45c81a414f Add job=time in trainer, refine cudnn_conv to reduce gpu memory and speed up training. (#218)
8 years ago
qijun cdac60f616 add SpatialPyramidPoolLayer c++ support
8 years ago
liaogang 460320a41c fix type unmatch on gcc
8 years ago
liaogang fd4eeaf59c Merge conflict with maxout layer
8 years ago
liaogang ddfff3a7fd Add bilinear interpolation layer
8 years ago
backyes 46bd5f53e3 add input sparse data check for sparse layer at runtime (#247)
8 years ago
luotao1 3dd8c9bea4 add maxout layer, including interface and unittest (#229)
8 years ago
luotao1 91df606280 remove some copyfrom in AgentLayer and ExpandLayer, fix warning in seq2seq config (#183)
8 years ago
qingqing01 191fafe355 support rectangle padding, stride, window and input for PoolProjection (#115)
8 years ago
Yu Yang cbb904356c Remove main function in some unittest.
8 years ago
liaogang a8df411192 Replace random_shuffle using shuffle.
8 years ago
liaogang b8d26ff4d7 fix float except bugs
9 years ago
liaogang 536bf7d87f fix poolAllocator unordered_map bug on Mac OS X
9 years ago
liaogang 92ca98d5f5 Merge remote-tracking branch 'upstream/master'
9 years ago
liaogang 1f8c21978d replace fabsf() using std::abs
9 years ago
liaogang d8366a67fa fix bug on thread barrier
9 years ago
Haonan 688eeefab3 fixed issues with synchronizing streams when copy from gpu to cpu
9 years ago
liaogang b2d65384e9 Merge remote-tracking branch 'origin/master'
9 years ago
liaogang 1df0c7b149 avoid link failed on unit test for mac os
9 years ago
Yu Yang 55a1a7588b Disable a unittest will use large memory by grep
9 years ago
Yu Yang a238b11f83 Fix linux compile
9 years ago
liaogang 58f74e2ca1 Add main entry for unit test files and replace memalign by posix_memalign
9 years ago
liaogang 3f5ce64cab fix StorageEngine::singleton and std::function<void()> type unmatched.
9 years ago
liaogang 445d1e8201 Support MAC OS for PaddlePaddle
9 years ago
He 903d5c7ec0 bug fix for hl_matrix_classification_error
9 years ago