Commit Graph

198 Commits (d7bf372d2682b4951308da47fcc444265ac80510)

Author SHA1 Message Date
chengduoZH 31dc0193c9 fix ContextProjectFunctor parameter order
7 years ago
chengduoZH e25bfc7508 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_im2col
7 years ago
chengduoZH 356d695404 follow comments
7 years ago
chengduoZH 2160497786 fix pooling functor parameter order
7 years ago
dzhwinter 23b9bc0a6f
"fix ci failed" (#5567)
7 years ago
emailweixu 58b4c9af34 Fixing duplicate struct name TensorSetConstant. (#5532)
7 years ago
chengduoZH 7d73b8fc8e fix unit test (conv3d)
7 years ago
chengduoZH 271fc9c119 Add dilation for vol2col
7 years ago
chengduoZH 93551bd232 refine unit test (Add dilation)
7 years ago
Tao Luo 03fa1edc20
Merge pull request #5512 from luotao1/intel
7 years ago
Luo Tao 7835d49384 remove PADDLE_USE_MKL
7 years ago
dangqingqing 4098ce730b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lstm_fix
7 years ago
chengduoZH 97e9dd7237 add dilation for im2col
7 years ago
Yu Yang b4e1824363 Fix CI
7 years ago
Yu Yang 0708a1550c Fix CI
7 years ago
Yu Yang aadb098138 Add `op::math::set_constant` without template
7 years ago
qingqing01 58db07b7bb Check errors for the cuda kernel calls. (#5436)
7 years ago
dangqingqing ed2d30b5f9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lstm_fix
7 years ago
dangqingqing d94c936bd5 Enhance unit testing.
7 years ago
dangqingqing 7abd1bdfff Fix cmake error when building with WITH_AVX=OFF.
7 years ago
dangqingqing d851dafed5 Update and resolve conflicts.
7 years ago
dangqingqing 0c70bd28aa Enable initial hidden state and cell state in LSTM Operator.
7 years ago
Tao Luo 0977cbfb41
Merge pull request #5310 from qingqing01/fix_max_pool
7 years ago
guosheng e3d15eee12 Add TODO in the GRU Operator related
7 years ago
guosheng 56bae5c3da Fix activation_functions in gru_gpu_kernel
7 years ago
guosheng c4f7f3a562 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-GRUOp-dev
7 years ago
guosheng 1d85b2bd17 Refine GRU Operator according to activation_functions
7 years ago
dangqingqing 4c9be1a997 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_max_pool
7 years ago
guosheng 4b8bcf320f Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-GRUOp-dev
7 years ago
guosheng faad835166 Refine GRU Operator by following comments
7 years ago
dangqingqing 1c004a4913 Resolve conflicts.
7 years ago
dangqingqing afc6343e6f Refine sequence max-pooling and add unit testing of gradient check.
7 years ago
dangqingqing 29a9f9b5ea Refine code format and fix threads number.
7 years ago
dangqingqing 5a4cdbb3df Fix check bug.
7 years ago
dangqingqing 1f53a72f10 Reduce the threads number in the LSTM backward kernel to fix the error occurred in GPU GTX 1080.
7 years ago
guosheng 23a631d462 Fix End of Files in GRU Operator
7 years ago
guosheng 83b48ebcb7 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-GRUOp-dev
7 years ago
dangqingqing c0005d5862 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lstm_fix
7 years ago
dangqingqing 7061e0139f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lstm_bp
7 years ago
dangqingqing 1c8a0c4bd4 Refine activation function pointer for LSTM operator.
7 years ago
guosheng 9162629b04 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-GRUOp-dev
7 years ago
guosheng b87eabae56 Add GRU Operator
7 years ago
chengduo 0f9858a1c9
Merge pull request #5130 from chengduoZH/fix_sequence_conv_op
7 years ago
chengduoZH b08ae0b1dc fix code format and doc
7 years ago
dangqingqing 1d7c03e789 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lstm_bp
7 years ago
dangqingqing b50c33fd00 Use fixed activation in the lstm kernel, since there is some bug in the activation function pointer. It will be fixed later.
7 years ago
QI JUN 008f40ce09
support sparse output for lookup table grad op (#5145)
7 years ago
chengduoZH b9edcc4a1b sss
7 years ago
QI JUN 7f8574c0f5 add sparse support for sum op (#5093)
7 years ago
chengduoZH db1bb8224a follow comments
7 years ago