Commit Graph

77 Commits (84b8baf1967e327712269e7632235438d09759d9)

Author SHA1 Message Date
chengduoZH 2d8a5b97cc fix unit test
8 years ago
chengduoZH df59889984 remove conflict
8 years ago
Liu Yiqun 8bafdda0ad Merge branch 'develop' into core_add_sequence_softmax_op
8 years ago
qijun b611a479fc fix gpu build error
8 years ago
chengduoZH e1e3859e88 remove custom attr checker and fix code format
8 years ago
qijun 84ff7e9784 refine SoftmaxFunctor
8 years ago
qijun 79def5e634 refine CrossEntropyFunctor
8 years ago
qijun c634a8480a add SetConstant method in math_function.h
8 years ago
Liu Yiqun 05ed8ee8ab Add SoftmaxGradFunctor, and use SoftmaxGradFunctor in softmax_op instead.
8 years ago
chengduoZH 3c0f079333 remove conflict and fix InferShape function
8 years ago
qiaolongfei 325ee63746 fix SoftmaxWithCrossEntropyOp
8 years ago
caoying03 97509b68e7 cross entropy as a functor to avoid duplicated codes.
8 years ago
chengduoZH 30a586df0c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into Add_pool_op
8 years ago
caoying03 3d77360b89 add negative clipping for softmax.
8 years ago
chengduoZH dfc8d3c1c1 Fix (According to the review)
8 years ago
caoying03 360bde9a70 Merge branch 'develop' into softmax_with_cross_entropy_op
8 years ago
caoying03 8b8ad6b164 fix implementations of supporting soft labels.
8 years ago
chengduoZH f6e69d7412 fix maxpool backward functor
8 years ago
chengduoZH 905a462d3c Merge branch 'fix_maxpool_backward_functor_temp' into Add_pool_op_temp
8 years ago
chengduoZH b72854389e Fix (According to the review)
8 years ago
chengduoZH 9b1431b8d9 fix maxpool backward functor and add unit test
8 years ago
Guo Sheng e114aad882 Merge pull request #4238 from guoshengCS/add-gemm-with-step
8 years ago
caoying03 bb58b63b6c Merge branch 'develop' into softmax_with_cross_entropy_op
8 years ago
chengduoZH b0a47b149d remove CHECK in *.cu
8 years ago
chengduoZH 0417e4e4bf fix framework::LoDTensor => Tensor
8 years ago
chengduoZH 84a2512b90 fix parameter name and function define
8 years ago
caoying03 f1d5fb3b9a support soft labels.
8 years ago
caoying03 a2a0d6f82a Merge branch 'develop' into softmax_with_cross_entropy_op
8 years ago
chengduoZH 3416f5e0f8 fix function define
8 years ago
chengduoZH a8477381ac Add pooling2d(max, ave) and pooling3d(max, ave) Op
8 years ago
hedaoyuan c42e2049a2 Refine code.
8 years ago
hedaoyuan 659f2f71ac Bug fix for get device_context.
8 years ago
guosheng 9ffa79cd91 Add gemm with stride
8 years ago
chengduoZH 9e7c0b5ef7 Add pooling2d(max, ave) and pooling3d(max, ave) functor
8 years ago
Yu Yang 81d56ca86b Remove lazy-initialization in device_context
8 years ago
caoying03 8f8ea005fe fix implementations.
8 years ago
caoying03 c6366c819e softmax as functor.
8 years ago
caoying03 2507bcaa29 Merge branch 'develop' into softmax_with_cost_op
8 years ago
caoying03 c0cef849b6 softmax as function.
8 years ago
dangqingqing 372ede1527 update and fix conflicts.
8 years ago
dangqingqing d0dbc0610f Correctly use host_vector in LoDTensor and expose LoDTensor to Python.
8 years ago
qiaolongfei 02bf1375e6 fix im2col_test.cc on cpu only machine
8 years ago
hedaoyuan ebe8966e06 Add im2col_test.
8 years ago
hedaoyuan 32d7e61880 Fix some bugs.
8 years ago
hedaoyuan 1a615b486f Gpu test of im2col.
8 years ago
hedaoyuan 3f555001db Add im2col test.
8 years ago
hedaoyuan f807807ed1 Fix the namespace of the im2col functor.
8 years ago
hedaoyuan 45c8f9b282 Add context parameter and math namespace.
8 years ago
hedaoyuan 2d707e32c8 Refine the comments.
8 years ago
hedaoyuan e967645c15 Refine the gpu code.
8 years ago