qiaolongfei
51792022c9
refine code and add debug info
8 years ago
qiaolongfei
5a8fbb7d19
add data
8 years ago
qiaolongfei
118dd1494f
can run, for debug
8 years ago
qiaolongfei
f6dd787692
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mnist
8 years ago
Qiao Longfei
0d1715daaa
Merge pull request #3604 from jacquesqiao/fix-rowwise-add
...
Fix rowwise add
8 years ago
qiaolongfei
a75a638fb1
format Copyright
8 years ago
qiaolongfei
950dbde56c
fix rowwise add grad op
8 years ago
Guo Sheng
b7a6cc9cc3
Merge pull request #3560 from guoshengCS/add-ShiftLayer
...
Add ScaleShiftLayer
8 years ago
guosheng
f6dc56aabd
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-ShiftLayer
8 years ago
Guo Sheng
9871c6db6c
Merge pull request #3602 from guoshengCS/refine-GemmFunctor
...
Change class to struct in GemmFunctor to avoid errors on special compilers
8 years ago
guosheng
117ce4cbc1
Change class to struct in GemmFunctor to avoid errors on special compilers
8 years ago
guosheng
8e4dcf8b7f
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-ShiftLayer
8 years ago
qingqing01
bcc6d14ef8
Merge pull request #3591 from qingqing01/network_compare
...
Tune relative precision for unit test img_conv2 in test_NetworkCompare.
8 years ago
guosheng
0af1c4a9fe
Follow comments and refine annotations on ScaleShiftLayer
8 years ago
hedaoyuan
a683a56f69
Merge pull request #3549 from hedaoyuan/convolution
...
Use EigenBlasGemm improve convolution computing performance in ARMv7 environment.
8 years ago
guosheng
83abbce8eb
Follow comments and refine ScaleShiftLayer
8 years ago
dangqingqing
29d8825caf
tune relative precision for unit test img_conv2 in test_NetworkCompare.cpp.
...
1. It's no problem with relative precision 1e-3 when testing several times in my local machine.
2. But the testing failed with 1e-2 in the TeamCity, and only one value's relative precision is over 1e-2. So tune it to 4e-2
8 years ago
hedaoyuan
430e0e418b
Follow comments.
8 years ago
Yi Wang
0d9846f3c0
Merge pull request #3581 from wangkuiyi/default_value_for_cudnn_root
...
Set the default cuDNN installation path
8 years ago
Yi Wang
1eb98e2fef
Set the default cuDNN installation path
8 years ago
qiaolongfei
137537b14f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mnist
8 years ago
dzhwinter
ac663353e2
Merge pull request #3379 from dzhwinter/mul_op
...
"mul op gradient"
8 years ago
dongzhihong
b59002daef
"fix math gemm lda order error"
8 years ago
dongzhihong
514398c0b1
"delete unused comment"
8 years ago
dongzhihong
0cf5bdec56
"tensor mutable data"
8 years ago
dongzhihong
2799da6634
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mul_op
8 years ago
Qiao Longfei
ab270c3899
Merge pull request #3183 from dzhwinter/add_op_gradient
...
"add rowwise add backward op"
8 years ago
qiaolongfei
82b820e97b
fix rowwise_add_grad_op
8 years ago
gangliao
8c9a7f1cd5
Merge pull request #3568 from gangliao/environ
...
Add environment variable interface
8 years ago
liaogang
b3ab15a7ab
follow comments
8 years ago
liaogang
83d0016f54
Fix undefined reference
8 years ago
liaogang
3ec9ecb162
Fix conflicts with new declaration with 'C' linkage
8 years ago
liaogang
4de2b8e196
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into environ
8 years ago
liaogang
55437b58b9
Add ENVIRONMENT interface interface
8 years ago
Qiao Longfei
e732b0a526
Merge pull request #3556 from reyoung/feature/enable_sgd_op_unittest
...
Enable test_sgd_op
8 years ago
qiaolongfei
46d30ec680
init minst.py
8 years ago
Yu Yang
789263b4e6
Merge pull request #5 from jacquesqiao/fix-sgd
...
Fix sgd
8 years ago
qiaolongfei
230e613c6f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-sgd
8 years ago
qiaolongfei
8b3d33a055
fix-sgd
8 years ago
gangliao
428ce9051c
Merge pull request #3561 from yu239/cmake
...
fix EXTERNAL_LIBS in CMakeLists.txt
8 years ago
dongzhihong
cef27dab47
"add fixl"
8 years ago
dongzhihong
50cf127eea
"change Output to Input"
8 years ago
dongzhihong
c332e4ee25
"relauch the ci"
8 years ago
dongzhihong
448d4db5c1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_op_gradient
8 years ago
dongzhihong
597ac21504
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mul_op
8 years ago
dongzhihong
7b4b9d3e09
"format style"
8 years ago
fengjiayi
940b4a9c82
Merge pull request #3542 from Canpio/change_name_of_AsNoGradient
...
Rename `AsNoGradient` of VariableBuilder to `NotInGradient`
8 years ago
dongzhihong
88360100bf
Merge remote-tracking branch 'origin/develop' into mul_op
8 years ago
haonanyu
a107181bea
fix EXTERNAL_LIBS in CMakeLists.txt
8 years ago
guosheng
7d2ef02a99
Add ScaleShiftLayer
8 years ago