Yu Yang
54892c0797
Simplify op_test
8 years ago
Yu Yang
61cc3ae4d1
Stablize elementwise_mul by using double precision
8 years ago
zchen0211
88a8eedda1
scatter gather gpu
...
gather scatter gpu
8 years ago
Abhinav Arora
b9336e6f8c
Adding support for the sigmoid_cross_entropy_with_logits operator ( #4448 )
...
* Adding support for the sigmoid_cross_entropy_with_logits operator
* Fixing a typo in the cuda file
* Adding Python documentation for sigmoid_cross_entropy_with_logits_op
* Correcting typos in documentation
* Adding unit tests for sigmoid_cross_entropy_with_logits_op
* Addressing code review feedback
8 years ago
Guo Sheng
ecef2e6b97
Merge pull request #4086 from guoshengCS/add-ReduceOp
...
Add reduce op
8 years ago
Yu Yang
21f63ec223
Merge pull request #4458 from reyoung/feature/compile_time_infer_shape
...
Remove OperatorBase::InferShape
8 years ago
Yancey
d7db15f3e5
Use StridedMemCpy in Concat/Split Kernel ( #4188 )
...
User StridedMemCpy in Concat/Split Op
8 years ago
guosheng
be58c6327d
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-ReduceOp
8 years ago
Yu Yang
6196209478
Remove OperatorBase::InferShape
...
InferShape in Operator should be performed in OperatorBase::Run.
* cond_op, recurrent_op and mnist might be changed in following PR
8 years ago
Yu Yang
ba4b0291ef
Follow comments, check exception message
8 years ago
Yu Yang
680c20217e
Merge branch 'develop' of github.com:baidu/Paddle into feature/make_python_catch_enforce_not_met
8 years ago
guosheng
99b8dbb14f
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-ReduceOp
8 years ago
Yu Yang
dcfd31d736
Merge pull request #4397 from reyoung/feature/pybind_for_protobuf_desc
...
Feature/pybind for protobuf desc
8 years ago
Yu Yang
de35098779
Fix CI and follow comment
8 years ago
Yu Yang
7b385ff206
Merge pull request #4407 from Canpio/fix_huber_loss_test_error
...
Fix error in unit test of ModifiedHuberLossOp
8 years ago
Yiqun Liu
29cb85634c
Merge pull request #4144 from lcy-seso/softmax_with_cross_entropy_op
...
Softmax with cross entropy op.
8 years ago
fengjiayi
36f3d0af22
Fix error in unit test of ModifiedHuberLossOp
8 years ago
Yu Yang
49697d9dab
Merge branch 'develop' of github.com:baidu/Paddle into feature/make_python_catch_enforce_not_met
8 years ago
Yu Yang
9e5de16719
Merge branch 'feature/pybind_for_protobuf_desc' of github.com:reyoung/Paddle into feature/pybind_for_protobuf_desc
8 years ago
Yu Yang
62d597c176
Merge branch 'develop' of github.com:baidu/Paddle into feature/pybind_for_protobuf_desc
8 years ago
Yu Yang
67cdd5bc61
Make PyBind support C++ exception
8 years ago
Yibing Liu
367a54e08c
Merge pull request #4360 from kuke/multiplex_modify_dev
...
Modify multiplex_op
8 years ago
caoying03
3d77360b89
add negative clipping for softmax.
8 years ago
caoying03
360bde9a70
Merge branch 'develop' into softmax_with_cross_entropy_op
8 years ago
Cao Ying
7d65321620
Merge pull request #4237 from lcy-seso/optimize_cross_entropy_kernel
...
optimize cross entropy kernel.
8 years ago
caoying03
000d75116f
fix backward op.
8 years ago
Yibing Liu
089f8e2d37
Merge branch 'develop' of upstream into multiplex_modify_dev
8 years ago
caoying03
8b8ad6b164
fix implementations of supporting soft labels.
8 years ago
fengjiayi
6915c924a4
Fix bug
8 years ago
fengjiayi
4fb106afb0
Merge branch 'feature/pybind_for_protobuf_desc' of https://github.com/reyoung/Paddle into feature/pybind_for_protobuf_desc
8 years ago
fengjiayi
5419f16b38
Add unittests
8 years ago
Yu Yang
16c5f629bd
Complete unittest for OP
8 years ago
Yu Yang
f9f910a33b
Complete op
8 years ago
Yu Yang
1cd2014007
Merge branch 'develop' of github.com:baidu/Paddle into feature/pybind_for_protobuf_desc
8 years ago
Zhuoyuan
e5a3c1d2d5
Merge pull request #4372 from reyoung/feature/stable_prelu_grad_test
...
Stabilize prelu gradient check
8 years ago
Zhuoyuan
f698a49ce3
Merge pull request #4240 from zchen0211/develop
...
lstm unit
8 years ago
Yu Yang
d54e8420be
Stabilize prelu gradient check
8 years ago
Yibing Liu
236af56612
separate index tensor from candidate tensors in multiplex_op
8 years ago
Yibing Liu
47fbc96fa1
Merge pull request #4064 from kuke/multiplex_op_dev
...
Add multiplex operator
8 years ago
Tao Luo
01bec25734
Merge pull request #4193 from luotao1/seq_pool
...
implement framework of seq_pool_op and its unitest
8 years ago
caoying03
bb58b63b6c
Merge branch 'develop' into softmax_with_cross_entropy_op
8 years ago
guosheng
1295e5ef54
Refine reduce_op unit test and add newline at end of file
8 years ago
guosheng
c8d877195b
Revise the reduce_op unit test accordingly
8 years ago
guosheng
3994e91a67
Add reduce_op
8 years ago
caoying03
201c2bcf20
delete redundant codes.
8 years ago
caoying03
6735585b0f
fix cpu kernel with soft labels.
8 years ago
Yu Yang
9fa7c9306c
Merge branch 'feature/pybind_for_protobuf_desc' of github.com:reyoung/Paddle into feature/pybind_for_protobuf_desc
8 years ago
fengjiayi
08e9900621
Fix bugs
8 years ago
Yu Yang
b941865d44
Merge branch 'feature/simplify_attr_parse' into feature/pybind_for_protobuf_desc
8 years ago
fengjiayi
57c95c7957
Merge branch 'fix_lod_tensor_dim_64' into feature/pybind_for_protobuf_desc
8 years ago