Luo Tao
9298a9ec0d
stride pooling for seqlastin and seqfirstin
8 years ago
Liang Zhao
e768721cd9
fix calculating totalScore2_ bug
8 years ago
Haonan
781b85b5fc
rotate_layer and flip_layer * added getMin and getMax for GpuMatrix * gru_step_layer parameter name
8 years ago
helinwang
a78b65389d
Merge pull request #1230 from helinwang/doc
...
change english documentation for parameter ports_num and ports_num_fo…
8 years ago
Helin Wang
cfe0e08663
change english documentation for parameter ports_num and ports_num_for_sparse
8 years ago
dangqingqing
47e88f4a2d
update code
8 years ago
qiaolongfei
aa9f516260
code refine, add comment and some naming problem
8 years ago
dangqingqing
c8817a192b
merge upstream
8 years ago
dangqingqing
8b5431d5e1
padding operation
8 years ago
qiaolongfei
b1eeb2e1d7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-pserver-util
8 years ago
liaogang
8acd1ac31a
Add extern python interp
8 years ago
qiaolongfei
f3c61cbc4c
add pserver util and parameter server config
8 years ago
liaogang
0b956711d9
Add external_project_dependencies for targets
8 years ago
qingqing01
b53bdcdc67
Merge pull request #867 from Noplz/ssd
...
priorbox layer for Single Shot Multibox Detection Network
8 years ago
Peng Li
6e405a10c5
fix style issues
8 years ago
Peng Li
8fe3a3aa73
Add excluded_chunk_types to ChunkEvaluator
...
The chunks of types in excluded_chunk_types will not be counted in
ChunkEvaluator. This is useful for tasks such as SRL, in which chunks of
type V (verb) will not be taken into account in evaluation.
8 years ago
Zhizhong Su
9a243d7a23
fix a few bugs related to frame size.
8 years ago
gaoyuan
c0076084e2
Format the python file.
8 years ago
yuan
0eac399280
priorbox layer for ssd
8 years ago
Yu Yang
d5c0eeda00
Remove m4 when generate protobuf
...
Also fix compile issues
8 years ago
Yi Wang
e9549cbb78
Change "Baidu, Inc" into "PaddlePaddle Authors"
8 years ago
Liu Yiqun
78bdd32471
Merge branch 'develop' into warpctc
8 years ago
Luo Tao
7830893a83
fix conflict
8 years ago
Liu Yiqun
25f1fbc491
Merge branch 'develop' into warpctc
8 years ago
Luo Tao
d114d8976a
Merge branch 'develop' into conv
8 years ago
Yu Yang
1eb9c36fd2
Make ApproximatelyEquals fit for protobuf2
8 years ago
Liu Yiqun
4d487c6f35
Integrate warp-ctc as WarpCTCLayer, including unitest and layer interface.
8 years ago
Yu Yang
5b4bec43a6
Add syntax='proto2' when using protobuf 3
8 years ago
Luo Tao
7573205c68
follow comments on config_parser
8 years ago
Luo Tao
96615fe329
merge develop, fix conflict
8 years ago
dangqingqing
4ca9c3955e
minor changes
9 years ago
Luo Tao
496d64ebdb
Support rectangle input for CNN
9 years ago
qijun
9dd588b414
fix merge conflicts
9 years ago
qijun
5ece5c96ad
add python wrap for sppLayer
9 years ago
liaogang
45b8c47e04
Add img_size for unit test
9 years ago
liaogang
bd38facada
Fix conflict
9 years ago
liaogang
57348806b5
Follow comments
9 years ago
qijun
b282caf4f6
Merge remote-tracking branch 'baidu/develop' into feature/sppnet
9 years ago
Haichao-Zhang
d412a5ea21
add user_arg to LayerConfig ( #315 )
9 years ago
qijun
766a61c374
fix conflict with baidu/develop
9 years ago
qingqing01
45c81a414f
Add job=time in trainer, refine cudnn_conv to reduce gpu memory and speed up training. ( #218 )
...
* Add benchmark for PaddlePaddle, tensorflow and caffe
* ConvProjection to reduce memory for goolenet
* Add unit test for ConvProjection.
1. unit test in test_LayerGrad.
2. compare the ConvPorjection and CudnnConvLayer, also compare the concat_layer+img_conv_layer and concat_layer_conv_projection.
* Reduce cudnn_conv memory and add benchmark document.
1. Use TmpMatrix as the workspace in cudnn_conv to reduce gpu memory. It reduce lots of memory.
2. Add benchmark document.
3. fix smallnet_mnist_cifar.py in paddle.
* Add job=time and refine cudnn_conv to reduce gpu memroy and speed up
* Refine cudnn_conv and shared biases operation in concat_layer and mixed_layer.
* follow comments
* follow comments
* Use unique_ptr to prevent memory leaks in CudnnConvLayer.
9 years ago
qijun
cdac60f616
add SpatialPyramidPoolLayer c++ support
9 years ago
liaogang
fd4eeaf59c
Merge conflict with maxout layer
9 years ago
liaogang
ddfff3a7fd
Add bilinear interpolation layer
9 years ago
emailweixu
cbe734b396
Python trainer api ( #193 )
...
* Python trainer API and demo
* Adding missing PaddleAPIPrivate.h
* Adding api_train.sh
* More comments
* Bump up patch version to 0b3
9 years ago
luotao1
3dd8c9bea4
add maxout layer, including interface and unittest ( #229 )
...
* add maxout layer, including interface and unittest
* follow maxout comments
* auto setting channels
* fix unittest bug in test_RecurrentGradientMachine
9 years ago
qingqing01
191fafe355
support rectangle padding, stride, window and input for PoolProjection ( #115 )
...
* support rectangle padding, stride, window and input for PoolProjection
* Follow comments.
1. Remove start
2. refine img_pool_a/b.conf for test_NetworkCompare
3. Split unit test
* Modify the test in img_layers.py
9 years ago
Yu Yang
2c5a6ac095
Optional fields to shrink generated proto size ( #93 )
...
* remove unnecessary field set in ParameterConfig, Evaluators, etc
9 years ago
zhangruiqing01
699d5f2638
modify RecurrentGradientMachine to support unequal length inputs
...
* modify RecurrentGradientMachine to support hasSubSeq sequence inlinks with the same number of sentence but different number of tokens for each sentence
Change-Id: Ic71f00a4bb346b4fa93e650dfb4b1a0d8d2338b0
9 years ago
zhangjinchao01
b72beee4f0
fix dash and space bug,
...
ISSUE=4586495
git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1408 1ad973e4-5ce8-4261-8a94-b56d1f490c56
9 years ago