Yu Yang
dad5421afe
Remove enforce demangle
...
It is buggy in some Linux because the unique_ptr will be free however
the std::string trying to use that char*.
Moreover, it is no need to demangle for error log by Paddle.
Just use `c++filt` or other shell utilities to do this.
8 years ago
qingqing01
0f05fded23
Merge pull request #3991 from Noplz/develop
...
Fixed some ssd bugs.
8 years ago
dangqingqing
372ede1527
update and fix conflicts.
8 years ago
Luo Tao
74de8c0c76
make docker can configure with_mkldnn and with_mklml
8 years ago
dangqingqing
d0dbc0610f
Correctly use host_vector in LoDTensor and expose LoDTensor to Python.
8 years ago
gaoyuan
1eb5e56f38
Add comment to the PythonAPI
8 years ago
gaoyuan
38e7ad799c
Set detection output to NULL
8 years ago
QI JUN
c1696696a3
Merge pull request #3882 from QiJune/refactor_op_py_test
...
Refactor operator python test framework and add sum operator
8 years ago
wanghaoshuang
a251956d7d
Add activation to output of switch layer
8 years ago
wanghaoshuang
253b19ed9a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_warning
8 years ago
wanghaoshuang
5bd3fbeef8
Fix switch layer attribute name
8 years ago
Yibing Liu
02da0d1bb2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into reshape_op_dev
8 years ago
Yuan Gao
4343be3309
Update DetectionUtil.cpp
8 years ago
Yuan Gao
dade4272c7
Update DetectionUtil.cpp
8 years ago
wenshilei
a510377024
Fix ssd bugs.
8 years ago
chengduoZH
fa5cb7104d
fix switchOrderLayer
8 years ago
chengduo
0be349496f
Merge pull request #3594 from chengduoZH/Adapting_to_the_BatchNorm_structure_to_support_3D_data
...
Adapting to the BatchNorm structure to support 3D data
8 years ago
chengduo
2fefaa1c94
Merge pull request #3977 from PaddlePaddle/Adaptive_data_structure_for_SwitchOrderLayer
...
Adaptive data structure for switch order layer
8 years ago
qingqing01
a225bfa38f
Merge pull request #3982 from PaddlePaddle/fix_batch_norm_parameter_share
...
fix batch_norm parameter share
8 years ago
chengduoZH
80a8e91fb8
fix order
8 years ago
chengduoZH
aea05b6e95
add param mean_var_names
8 years ago
chengduoZH
26638e9cab
fix batch_norm parameter share
8 years ago
helinwang
99e3d1ec53
Merge pull request #3747 from helinwang/dist_op
...
Design doc: operator based parameter server.
8 years ago
chengduoZH
91a0c11b19
Adaptive data structure for SwitchOrderLayer
8 years ago
qingqing01
8f6aaf7cf4
Merge pull request #3980 from qingqing01/lookup-table-fix
...
Fix name in test_lookup_table
8 years ago
qingqing01
4c68405c95
Fix name in test_lookup_table
8 years ago
qijun
c0192889cc
fix code style
8 years ago
qijun
15627e48d8
fix gou test bug
8 years ago
qijun
090b8114e6
merge baidu/develop
8 years ago
qijun
f50e36e285
follow comments
8 years ago
fengjiayi
544458e011
Merge pull request #3888 from Canpio/dev_add_axis
...
Add axis for `mul_op` and `rowwise_add_op`
8 years ago
dzhwinter
d7079cead2
Merge pull request #3963 from dzhwinter/fix_back_typo
...
rewrite backward graph
8 years ago
dongzhihong
9669ddd920
Merge remote-tracking branch 'origin/develop' into backward
8 years ago
Yi Wang
7cae3adc68
Merge pull request #3962 from PaddlePaddle/wangkuiyi-patch-1
...
Update functions_operators_layers.md
8 years ago
fengjiayi
856611cc15
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_axis
8 years ago
Yiqun Liu
6e6f18bdfe
Merge pull request #3959 from hedaoyuan/android-16
...
Fix android-16 compile.
8 years ago
Yi Wang
3149147e1e
Merge branch 'develop' of https://github.com/paddlepaddle/paddle into wangkuiyi-patch-1
8 years ago
Yu Yang
c9e59a03ec
Merge pull request #3966 from reyoung/feature/fix_travis_ci
...
Fix error on TravisCI
8 years ago
Yu Yang
640aa5fad8
Fix error on TravisCI
...
It seems that Travis change the running image. The /usr/local/ is
not writable in new images. Use `sudo` for pip to resolve this.
8 years ago
fengjiayi
b6a46667de
test
8 years ago
Yi Wang
1d79380406
Update functions_operators_layers.md
8 years ago
dongzhihong
0e4b60acdb
polish english and graph
8 years ago
dongzhihong
41e57e8f0d
polish english and graph
8 years ago
fengjiayi
f6e72c93c7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_axis
8 years ago
武毅
3fbb692d4b
Add topk op ( #3760 )
...
* init add
* add topk op
* someupdate
* fix style check
* add test py file
* update top k cuda kernel
* follow comments
* remove debug print
* fix casting error
* fix casting error
* fix casting error
* fix rename bug...
* fix travis
8 years ago
hedaoyuan
4966174608
Fix android-16 compile.
8 years ago
qingqing01
a2a69f2a54
Add function to get element count from tensor.
8 years ago
Yibing Liu
899c7d6b35
pass unit test
8 years ago
whs
2f40da0923
Merge pull request #3955 from wanghaoshuang/fix_warning
...
Fix warning log in switch order layer
8 years ago
wanghaoshuang
fa54d9d8c0
Rename attribute name in proto
8 years ago