zchen0211
|
b6347fb6c0
|
prelu fix
|
8 years ago |
zchen0211
|
4a2378845e
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
|
8 years ago |
Tao Luo
|
b5a448f350
|
Merge pull request #4154 from luotao1/avg_pool
refine avg-pooling, which is exclusive. refine related code.
|
8 years ago |
Luo Tao
|
780e26826d
|
remove unused CHECK in matrix.cpp
|
8 years ago |
Luo Tao
|
cc7a7557a2
|
set CudnnPooling don't include padded values in default
|
8 years ago |
Luo Tao
|
73da97207e
|
fix AvgPoolBackward and using CaffeMode in test_AvgPoolFwdBwd
|
8 years ago |
hedaoyuan
|
d59295f2c9
|
Merge pull request #4150 from hedaoyuan/mobile
Add a `neon::relu` activation function.
|
8 years ago |
Yancey
|
56b1b70142
|
Split operator with CPU kernel (#4046)
Split Op CPU Kernel
|
8 years ago |
Yiqun Liu
|
ec9a55aea4
|
Merge pull request #3927 from Xreki/core_add_fc_op
Port fully connected operator
|
8 years ago |
Luo Tao
|
8067a42bef
|
refine avg-pooling, which is exclusive. refine related code.
|
8 years ago |
武毅
|
8580dce308
|
Refine accuracy_op CUDA kernel (#4097)
* refind accuracy_op
* follow comments
* follow comments
|
8 years ago |
Yan Chunwei
|
59c48f9831
|
block design (#3708)
* add block
|
8 years ago |
Cao Ying
|
8c71e0939e
|
Merge pull request #4034 from peterzhang2029/my-paddle
refine doc in network.py.
|
8 years ago |
Yu Yang
|
cd85be4aec
|
Merge pull request #4141 from PaddlePaddle/revert-4138-feature/do_not_invoke_gpu_method_when_use_gpu_off
Revert "Do not invoke GPU method when use_gpu=false"
|
8 years ago |
Yu Yang
|
b012013a58
|
Revert "Do not invoke GPU method when use_gpu=false"
|
8 years ago |
peterzhang2029
|
fc3b129b08
|
delete the unused comments
|
8 years ago |
peterzhang2029
|
1d4a028bca
|
Merge branch 'my-paddle' of https://github.com/peterzhang2029/Paddle into my-paddle
|
8 years ago |
peterzhang2029
|
e0d591c71e
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my-paddle
|
8 years ago |
peterzhang2029
|
5e2da7ac58
|
update notation in networks.py roughly
|
8 years ago |
zchen0211
|
c165d23322
|
prelu fix
|
8 years ago |
zchen0211
|
f5516b5907
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
|
8 years ago |
zchen0211
|
86afb85907
|
prelu with gpu
|
8 years ago |
Yu Yang
|
490482aeb1
|
Do not invoke GPU method when use_gpu=false
|
8 years ago |
zchen0211
|
1b2374ad3b
|
new prelu with functor
|
8 years ago |
Yi Wang
|
0b373f8f63
|
Merge pull request #4138 from reyoung/feature/do_not_invoke_gpu_method_when_use_gpu_off
Do not invoke GPU method when use_gpu=false
|
8 years ago |
Yu Yang
|
17e1aa8d43
|
Do not invoke GPU method when use_gpu=false
|
8 years ago |
zchen0211
|
c7dfec11ef
|
fix
|
8 years ago |
zchen0211
|
384368f42c
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
|
8 years ago |
hedaoyuan
|
7fe03f7b3a
|
Bug fix for add<float32x4_t>.
|
8 years ago |
hedaoyuan
|
7bcb1fc3bd
|
Merge pull request #4129 from hedaoyuan/convolution
Refine ExpandConvLayer
|
8 years ago |
peterzhang2029
|
6f81fcc597
|
Merge branch 'my-paddle' of https://github.com/peterzhang2029/Paddle into my-paddle
|
8 years ago |
peterzhang2029
|
e7cc863980
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my-paddle
|
8 years ago |
peterzhang2029
|
bfba756b48
|
update the version of pre-commit0.13.2
|
8 years ago |
hedaoyuan
|
b1bca06667
|
Refine the ExpandConvLayer.
|
8 years ago |
qingqing01
|
43ec735bed
|
Merge pull request #4130 from qingqing01/seq_op_test
Enhance unit testing framework for the operators with LoDTensor.
|
8 years ago |
dangqingqing
|
05680d0d5a
|
Add unit testing for sequence average pool operator.
|
8 years ago |
dangqingqing
|
90886443b4
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into seq_op_test
|
8 years ago |
dangqingqing
|
d6a0280eb9
|
Enhance unit testing framework for operator with LoDTensor.
|
8 years ago |
hedaoyuan
|
e4c340e4e7
|
Bug fix.
|
8 years ago |
Liu Yiqun
|
dae249b1cb
|
Delete USE_OP statements and add more ENFORCE statements to check the inputs and outputs in FCOp.
|
8 years ago |
hedaoyuan
|
88b31422b3
|
Delete ExpandConvBaseLayer.cpp and ExpandConvBaseLayer.h
|
8 years ago |
peterzhang2029
|
419735920b
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my-paddle
|
8 years ago |
peterzhang2029
|
9e74b89877
|
update notation in networks.py roughly
|
8 years ago |
hedaoyuan
|
3616ef7739
|
Remove ExpandConvBaseLayer.
|
8 years ago |
Liu Yiqun
|
6ce4bf3645
|
Merge branch 'develop' into core_add_fc_op
|
8 years ago |
Yiqun Liu
|
bc55c20fd8
|
Merge pull request #4126 from Xreki/core_fix_segfault
Add the check of inputs and outputs in all operators, to avoid SegFault.
|
8 years ago |
hedaoyuan
|
b3a50d53c9
|
Remove useless code.
|
8 years ago |
Liu Yiqun
|
eef1ccbf08
|
Add the check of inputs and outputs in all operators.
|
8 years ago |
hedaoyuan
|
2a110af309
|
Use Matrix::addBias.
|
8 years ago |
Tao Luo
|
752f29a3ab
|
Merge pull request #4122 from tensor-tang/merge
unify functions of mkldnn_fc and refine comments
|
8 years ago |