gangliao
|
3064ae3304
|
Merge pull request #3180 from reyoung/feature/MeanOpGrad
Add Gradient Operator for mean
|
8 years ago |
qingqing01
|
017182c6b1
|
Merge pull request #3124 from qingqing01/rnn_infershape
Refine InferShape for recurrent_network_op
|
8 years ago |
dzhwinter
|
0478780c5c
|
Merge pull request #3166 from dzhwinter/no_gradient
"add no gradient"
|
8 years ago |
qingqing01
|
0a62c528c0
|
Merge pull request #3185 from kuke/check_cudnn_dev
Add the check of cudnn version in cudnnBatchNorm
|
8 years ago |
Zhaolong Xing
|
94cee3d6a7
|
Merge pull request #3163 from NHZlX/fix_conv_1x1
ignore im2col if not necessary in conv 1 * 1
|
8 years ago |
gangliao
|
28db149187
|
Merge pull request #3179 from gangliao/eigen_refine
Refine compute code in operators
|
8 years ago |
liaogang
|
43528c4c08
|
fix conflicts
|
8 years ago |
gangliao
|
c46aed57b3
|
Merge pull request #3190 from wangkuiyi/dockerfile-gcc4.8
Install GCC 4.8 in Dockerfile so to work with Eigen GPU code
|
8 years ago |
Guo Sheng
|
0c181c6387
|
Merge pull request #3112 from guoshengCS/add-ClipLayer
Add ClipLayer
|
8 years ago |
Qiao Longfei
|
cc6c33b8b2
|
export Backward to python (#3174)
* export Backward to python
|
8 years ago |
Yi Wang
|
eed1a0dd54
|
Constraint GCC version to 4.8 in Dockerfile so to be compatible with Eigen GPU code
|
8 years ago |
Guo Sheng
|
b7b956f0ba
|
Merge branch 'develop' into add-ClipLayer
|
8 years ago |
Yibing Liu
|
abcb1e1023
|
add the check of cudnn version in cudnnBatchNorm
|
8 years ago |
Guo Sheng
|
5cb29a8fbf
|
Merge pull request #3083 from guoshengCS/add-L2NormLayer
add RowL2NormLayer
|
8 years ago |
liaogang
|
a5f0081c3d
|
remove unroll
|
8 years ago |
Yi Wang
|
691a00e3d2
|
Merge pull request #3178 from reyoung/feature/GetEigenDeviceReturnReference
Return Reference Instead Pointer to GetEigenDevice
|
8 years ago |
Yi Wang
|
26675bc644
|
Merge pull request #3172 from luotao1/wget
add wget in docker production image
|
8 years ago |
QI JUN
|
6824c09d5d
|
Merge pull request #3050 from QiJune/op_gpu_test
enable operator gpu unittest
|
8 years ago |
guosheng
|
5d644994d3
|
Add test_clip_layer.protostr for ClipLayer python unit test
|
8 years ago |
guosheng
|
3fe9e48f36
|
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-L2NormLayer
|
8 years ago |
guosheng
|
17e16c2548
|
Refine RowL2NormLayer and add python unit test for it
|
8 years ago |
Yu Yang
|
18d924173f
|
Add Gradient Operator for mean
|
8 years ago |
liaogang
|
b36205e296
|
Refine compute code in operators
|
8 years ago |
dangqingqing
|
7c49a4f31c
|
resovle conflicts.
|
8 years ago |
Yu Yang
|
02655a229e
|
Return Reference Instead Pointer to GetEigenDevice
|
8 years ago |
qijun
|
043e983b7d
|
pass pre commit
|
8 years ago |
xzl
|
fa10677aed
|
modify skipIm2col to need2col, delete useless variable colBuffer
|
8 years ago |
Luo Tao
|
8f88972d53
|
add wget in docker production image
|
8 years ago |
qijun
|
341d1880ee
|
Merge remote-tracking branch 'baidu/develop' into op_gpu_test
|
8 years ago |
QI JUN
|
bfaea91082
|
Merge pull request #3161 from gangliao/testtest
Fix pre-commit
|
8 years ago |
guosheng
|
d1a691733b
|
fix bug on ClipLayer test in test_LayerGrad
|
8 years ago |
dongzhihong
|
340627c230
|
"remove rowwise_add no_gradient"
|
8 years ago |
dongzhihong
|
c90d751ec1
|
"add no gradient"
|
8 years ago |
guosheng
|
82911cecb6
|
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-ClipLayer
|
8 years ago |
guosheng
|
d19355a532
|
Refine ClipLayer and add unit test for it
|
8 years ago |
xzl
|
5229df52a5
|
ignore im2col if not necessary in conv 1 * 1
|
8 years ago |
liaogang
|
61f3d12d99
|
test precommit
|
8 years ago |
liaogang
|
9d5c3d246c
|
test
|
8 years ago |
gangliao
|
7e60706b51
|
Merge pull request #3135 from gangliao/mean_op_op
cpu/gpu mean op and its unit test
|
8 years ago |
qijun
|
81cc7a3227
|
merge baidu/develop
|
8 years ago |
dangqingqing
|
99b835cc15
|
resolve conficts.
|
8 years ago |
gangliao
|
f70e807756
|
Merge pull request #3136 from jacquesqiao/refine-context
add check in OperatorContext Input/Output
|
8 years ago |
liaogang
|
6e0661cf9c
|
Change ContextKernel to ExecutionKernel
|
8 years ago |
qiaolongfei
|
6b2323cd6d
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine-context
|
8 years ago |
liaogang
|
426f099932
|
Remove duplicate fc_op
|
8 years ago |
liaogang
|
c36a093c5e
|
Fix conflict
|
8 years ago |
Yu Yang
|
53616fd1fb
|
Merge pull request #3134 from reyoung/feature/backtrace_for_enforce
Add Backtrace for enforce
|
8 years ago |
Yu Yang
|
2646ef6570
|
Merge pull request #3068 from reyoung/feature/backward
Feature/backward
|
8 years ago |
dangqingqing
|
18aa0dcb2b
|
resolve conflicts.
|
8 years ago |
Yancey
|
ec9d4d527e
|
Add start_record interface (#3128)
* add start_record interface
* call master client in reader
* update
* add demo code in comments
* update comments
* delete unittest for recordio reader
|
8 years ago |