xzl
4747b2c92d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_upsample_layer
7 years ago
qingqing01
24509f4af9
Fix the grammar in copyright. ( #8403 )
7 years ago
xzl
94f65c3415
handle confilct
7 years ago
guosheng
fe6af6b6ac
Enhance the AvgPooling to support optional exclude-mode
7 years ago
xzl
6da00da7b5
code format check
7 years ago
xzl
7dc584f5c4
add upsample layer
7 years ago
hedaoyuan
562599ecf0
Merge pull request #5252 from hedaoyuan/inference
...
Remove some code to reduce the size of the mobile inference library.
8 years ago
xzl
a54565ea01
delete mask pool interface from poolprojection
8 years ago
hedaoyuan
91d24c5fa9
Bug fix.
8 years ago
hedaoyuan
6a14f52d4b
Remove SharedCpuMatrix in mobile inference.
8 years ago
xzl
afa690243e
add cuda and cpu pool_forward_with_mask impl
8 years ago
whs
a162ebce8b
Merge branch 'develop' into pixel_softmax_layer
8 years ago
chengduoZH
6374831966
fix conflict
8 years ago
chengduoZH
860bf192c9
Add maxPoolIdx
8 years ago
chengduoZH
790379f147
fix above comments
8 years ago
chengduoZH
2377d71947
Add3DPooling
8 years ago
chengduoZH
43f6cdc824
fix Matrix
8 years ago
chengduoZH
52ceeedba5
Add col2vol and vol2col CPU funtion
8 years ago
hedaoyuan
ff8262e283
Merge branch 'develop' into ImageExpandFunction
8 years ago
wanghaoshuang
1cdf149b6f
1. delete PixelSoftmaxLayer and add SwitchOrderLayer
...
2. Make SwitchOrderLayer support for softmax activation
3. Fix bugs
8 years ago
wanghaoshuang
29f25fbe03
Add pixel softmax layer for FCN model
...
1. Add switch function for switching image dimensions order
2. Add CpuMatrix::backwardSoftmax function
3. Add pixel softmax layer, python wrapper and grad_test
8 years ago
hedaoyuan
49e87ee327
Change the CpuMatrix::copyFrom and CpuVector::copyFrom with the stream parameter to the synchronous interface.
8 years ago
hedaoyuan
09d712d6ae
Remove useless code(Matrix::convExpand and Matrix::convShrink).
8 years ago
yangyaming
7ee942bba8
Add scale factor for smoothL1 and smoothL1Bp
8 years ago
Luo Tao
53da530d90
package avg_gpu_backward
8 years ago
gaoyuan
7ff9764fc0
smooth_l1_loss_layer
8 years ago
Liang Zhao
8fded24c75
implement top k classification error in class matrix
8 years ago
xutianbing
a948eea3ed
clean unused code.
8 years ago
Haonan
2558c3f15a
revisions according to reviews
8 years ago
Haonan
781b85b5fc
rotate_layer and flip_layer * added getMin and getMax for GpuMatrix * gru_step_layer parameter name
8 years ago
xutianbing
999cd14a6e
Further address Daoyuan's comments, clean the code.
8 years ago
hedaoyuan
ee2da539de
Merge branch 'develop' of https://github.com/baidu/Paddle into buffer
8 years ago
hedaoyuan
41c52d3b0c
Modify the argument type of ContextProjectionFunc
8 years ago
liaogang
be8b126845
Move Execepts into arch/osx dir
8 years ago
xutianbing
ec6b13dbfc
clean up unused code.
8 years ago
liaogang
c8d0791acc
Add common.h and remove DisableCopy and Typedefs
8 years ago
tianbingsz
42e121791e
Merge pull request #854 from hedaoyuan/cmrnorm
...
Cmrnorm
8 years ago
hedaoyuan
bf32411191
Merge branch 'develop' of https://github.com/baidu/Paddle into cmrnorm
8 years ago
xutianbing
4fbf94993b
Refactor MUL functions, pass object reference instead of shared_ptr.
8 years ago
xutianbing
706c572424
Matrix API refactor, when passing parameters, convert shared_ptr (MatrixPtr) to
...
reference or raw matrix (Matrix & or Matrix *)
contextProjectionForward
contextProjectionBackward
contextProjectionBackwardData
contextProjectionBackwardWeight
classificationError
The mul functions would be updated later.
8 years ago
Yu Yang
af5d954bdf
Clean BatchNorm Code.
8 years ago
hedaoyuan
d11e2b4013
Remove some useless code
8 years ago
hedaoyuan
bf47397125
Merge pull request #859 from hedaoyuan/fix_warning
...
Fix warning
8 years ago
hedaoyuan
4736246515
fix warning
8 years ago
Yu Yang
068bfbb817
All file pass pre-commit hook
8 years ago
Yi Wang
e9549cbb78
Change "Baidu, Inc" into "PaddlePaddle Authors"
8 years ago
hedaoyuan
671db8deaa
Merge branch 'develop' of https://github.com/baidu/Paddle into tensor_merge
8 years ago
hedaoyuan
e63f1e6952
merge from cooder
8 years ago
Luo Tao
80c68d38ff
clang format .cc .h .cpp .c and .hpp file
9 years ago
Haonan
069d0004dc
multi_binary_cross_entropy when ids vector is provided
9 years ago