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 |
Yu Yang
|
ddf2448484
|
Update Input/Output of Op
|
8 years ago |
Yu Yang
|
dc643a3352
|
Hot fix unittest
|
8 years ago |
Yu Yang
|
bddb40609d
|
Buggy code
|
8 years ago |
fengjiayi
|
f5aa8b4d7e
|
Update namespace of pybind/protobuf.cc and .h
|
8 years ago |
fengjiayi
|
6db6475460
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/pybind_for_protobuf_desc
|
8 years ago |
fengjiayi
|
ee547f6ac9
|
Add unittests
|
8 years ago |
superjom
|
b545b5b86b
|
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into feature/recurrent_op_backward_fix
|
8 years ago |
caoying03
|
30bfaab36e
|
Merge branch 'develop' into optimize_cross_entropy_kernel
|
8 years ago |
gongweibao
|
f99841dd2a
|
Elementwise operator. (#4139)
Elementwise operator add/sub/mul/div
|
8 years ago |
dangqingqing
|
efb56db770
|
tune max_relative_error in test_cos_sim_op.
|
8 years ago |
qingqing01
|
7831b1d9ea
|
Merge branch 'develop' into attr_bool
|
8 years ago |
Yu Yang
|
618884dd69
|
Complete unittest for ProgramDesc
|
8 years ago |
Yu Yang
|
70f398e207
|
Update
|
8 years ago |
dangqingqing
|
0dce16a697
|
Use bool type for attr in cross_entropy_op.
|
8 years ago |
Yibing Liu
|
85a5d38446
|
Merge branch 'develop' of upstream into multiplex_op_dev
|
8 years ago |
Luo Tao
|
0449b9c89e
|
Merge branch 'develop' into seq_pool
|
8 years ago |
dangqingqing
|
58e3ad0a70
|
Fix conflicts.
|
8 years ago |
caoying03
|
f1d5fb3b9a
|
support soft labels.
|
8 years ago |
dangqingqing
|
6e2782e958
|
update to develop branch.
|
8 years ago |
caoying03
|
a2a0d6f82a
|
Merge branch 'develop' into softmax_with_cross_entropy_op
|
8 years ago |
hedaoyuan
|
0ee967b513
|
Merge pull request #4288 from hedaoyuan/fix_bug
Bug fix for get device_context in conv2d op.
|
8 years ago |
hedaoyuan
|
ccbb285311
|
Increase the max_relative_error in TestConv2dOp.
|
8 years ago |
QI JUN
|
8c3b8af31e
|
Merge pull request #4071 from QiJune/activation_ops
Implement activation related operators
|
8 years ago |
Yibing Liu
|
d827359c71
|
Merge pull request #4098 from kuke/rank_loss_op_dev
Add rank loss operator
|
8 years ago |
whs
|
da2aabb628
|
Merge pull request #3906 from wanghaoshuang/crop_op
Add crop op
|
8 years ago |
superjom
|
27aaee1181
|
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into feature/recurrent_op_backward_fix
|
8 years ago |
Yibing Liu
|
cf4b2db758
|
change the dims of input of rank_loss_op
|
8 years ago |
whs
|
e53dc8a2e4
|
Merge pull request #3937 from wanghaoshuang/clip_op
Add clip op
|
8 years ago |
X.Dragon
|
c003895c1c
|
Merge pull request #3920 from NHZlX/op_transpose
add the transpose op
|
8 years ago |
superjom
|
0da8133224
|
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into feature/recurrent_op_backward_fix
|
8 years ago |
superjom
|
6a0c342874
|
make RecurrentOp's backward work
|
8 years ago |
hedaoyuan
|
7a891a3321
|
Merge pull request #4042 from hedaoyuan/conv_op
Convolution operator
|
8 years ago |
Yan Chunwei
|
b5e67fce70
|
RNNOp remove alias (#4274)
* remove alias
|
8 years ago |
wanghaoshuang
|
bc632df822
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_op
|
8 years ago |
wanghaoshuang
|
c7b6d2c46d
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into clip_op
|
8 years ago |
superjom
|
68399ab921
|
Merge remote-tracking branch 'origin/rnn-backward-python' into feature/recurrent_op_backward_fix
|
8 years ago |
Zhuoyuan
|
40e49c3f8b
|
update python test
|
8 years ago |
superjom
|
075e0e3c5d
|
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into rnn_remove_alias
|
8 years ago |
superjom
|
3c29224ef3
|
remove alias
|
8 years ago |
zchen0211
|
7883227716
|
lstm
|
8 years ago |
caoying03
|
a3a8a0900d
|
optimize cross entropy kernel by using reduce.
|
8 years ago |
Yibing Liu
|
9da5192f77
|
adapt multiplex_op to the dev of framework
|
8 years ago |
Yang yaming
|
51f1148921
|
Merge pull request #3987 from pkuyym/fix-3923-c
Add modified huber loss operator
|
8 years ago |
Yibing Liu
|
18dc201bd9
|
merge multiplex_op with the latest upstream
|
8 years ago |
dangqingqing
|
39cf2e217d
|
update to develop branch.
|
8 years ago |
dangqingqing
|
b65709e403
|
Share LoD between input and output of each opeators.
|
8 years ago |
Yibing Liu
|
ece329100a
|
refine rank_loss_op
|
8 years ago |
yangyaming
|
308ce9ac55
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-3923-c
|
8 years ago |
yangyaming
|
4e3ba65f19
|
Refine doc.
|
8 years ago |
yangyaming
|
12596a16ec
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-3789
|
8 years ago |
xzl
|
1792e58f20
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into op_transpose
|
8 years ago |
xzl
|
0cd9b8c0aa
|
modify the input\output name to X\Out
|
8 years ago |
Yibing Liu
|
f2cfa32411
|
Merge branch 'develop' of upstream into rank_loss_op_dev
|
8 years ago |
wanghaoshuang
|
3f3848cdf7
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into clip_op
|
8 years ago |
dangqingqing
|
72ba02701b
|
Add bool type for attribute and use it in dropout_op.
|
8 years ago |
superjom
|
b818e64720
|
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into rnn_remove_alias
|
8 years ago |
superjom
|
0d7e4294fc
|
remove alias
|
8 years ago |
dangqingqing
|
7ee916b0d3
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into attr_bool
|
8 years ago |
dangqingqing
|
2aa4d326ec
|
Fix unit testint in test_prelu_op.
|
8 years ago |
wanghaoshuang
|
a3c3b7866e
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into clip_op
|
8 years ago |
wanghaoshuang
|
ce709b75b3
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_op
|
8 years ago |
qingqing01
|
5b42d2b21b
|
Merge pull request #4081 from xinghai-sun/soft_label_cross_entropy
Add soft-label support for cross-entropy operator.
|
8 years ago |
Tao Luo
|
de8aaf6c00
|
Merge pull request #4192 from qingqing01/fix_prelu
Fix compile error in prelu_op.
|
8 years ago |
qingqing01
|
5882c1f6f0
|
Remove test_prelu_op since it failed and will be fixed later.
|
8 years ago |
Xinghai Sun
|
19de8ae141
|
Fixed a error in mnist unitest.
|
8 years ago |
Luo Tao
|
1b01f1ea7b
|
implement framework of seq_pool_op and its unitest
|
8 years ago |
Xinghai Sun
|
d8046da0cd
|
Use soft_label attribute for cross-entropy.
|
8 years ago |
Xinghai Sun
|
c7f91a94ec
|
Merge pull request #3817 from xinghai-sun/dropout
Add dropout operator.
|
8 years ago |
wanghaoshuang
|
a4b1abe5c4
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_op
|
8 years ago |
dangqingqing
|
fad48fa6b1
|
Add bool type for attr.
|
8 years ago |
Xinghai Sun
|
8e7fe8cae5
|
Merge branch 'develop' into soft_label_cross_entropy
|
8 years ago |
Xinghai Sun
|
ffeeef82f3
|
Remove unnecessary mask operations in test phase for dropout operator.
|
8 years ago |
Zhuoyuan
|
f86c1ccdbe
|
Merge pull request #4121 from zchen0211/develop
Prelu with forward, backward and python test passed
|
8 years ago |
wanghaoshuang
|
fa4908dc10
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_op
|
8 years ago |
xzl
|
a9a7ba3cff
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into op_transpose
|
8 years ago |
xzl
|
9de45e113a
|
fixed bug when dims.size == 1, modify the variable naming, add judgement when input_grad is null
|
8 years ago |
Xinghai Sun
|
a2798ff25f
|
Merge branch 'develop' into dropout
|
8 years ago |
zchen0211
|
154d88c261
|
fix gradient not stable
|
8 years ago |
zchen0211
|
3c3a6d90ae
|
prelu finalize
|
8 years ago |
zchen0211
|
4a2378845e
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
|
8 years ago |
Xinghai Sun
|
585d12a307
|
Add is_training attr and testing phrase compuation to dropout operator.
Change type of dropout_prob to template typename.
|
8 years ago |
hedaoyuan
|
f3669ca3f1
|
Support input_grad = null or filter_grad = null.
|
8 years ago |
xzl
|
35967e8658
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into op_transpose
|
8 years ago |
xzl
|
5ede6fd434
|
delete cuda impl, complete comments, modify variable naming
|
8 years ago |
Liu Yiqun
|
466d48fd23
|
Check and only check the output varibles specified by self.outputs.
|
8 years ago |
Yancey
|
56b1b70142
|
Split operator with CPU kernel (#4046)
Split Op CPU Kernel
|
8 years ago |
wanghaoshuang
|
8d9d537b9f
|
remove op_test_util.py
|
8 years ago |
wanghaoshuang
|
44224f4b5b
|
remove gradient_checker.py
|
8 years ago |
wanghaoshuang
|
3102a52a67
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into clip_op
|
8 years ago |
wanghaoshuang
|
a345b7195e
|
1. Add CUDA stream when launching kernel.
2. Fix unitest.
3. Fix comments and some issues.
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into clip_op
|
8 years ago |
Yiqun Liu
|
ec9a55aea4
|
Merge pull request #3927 from Xreki/core_add_fc_op
Port fully connected operator
|
8 years ago |
武毅
|
8580dce308
|
Refine accuracy_op CUDA kernel (#4097)
* refind accuracy_op
* follow comments
* follow comments
|
8 years ago |
wanghaoshuang
|
57a3b8b69e
|
1. Implement GPUCrop kernel instead of eigen.
2. Fix unitest
|
8 years ago |
Yibing Liu
|
26b393f911
|
Merge branch 'develop' of upstream into rank_loss_op_dev
|
8 years ago |
hedaoyuan
|
5a4138b66b
|
Add test with groups=1.
|
8 years ago |
qijun
|
87ba6cbf20
|
merge baidu/develop
|
8 years ago |
wanghaoshuang
|
2321a37b3c
|
fix issues
|
8 years ago |
caoying03
|
8f8ea005fe
|
fix implementations.
|
8 years ago |