Commit Graph

146 Commits (7709b697ba85a99c9f784e5f2f8267f7a52c61fc)

Author SHA1 Message Date
Yu Yang 7f0ad62014 Merge pull request #1149 from reyoung/feature/ErrorHandlingInPaddle
8 years ago
dangqingqing 42ea1376e2 bug fix in GatedRecurrentLayer which only occurs in predicting or job=test mode.
8 years ago
Yu Yang ec790e1050 Rename Status => Error.
8 years ago
Yu Yang 9bc1203400 Add more comments, also add __must_check.
8 years ago
Yu Yang 6c20e08b04 Try using status to handle Paddle Error
8 years ago
xutianbing e9794214cb Address further comments.
8 years ago
xutianbing 8560ce69ff Daoyuan's comments about SequenceArg.
8 years ago
xutianbing 9edfd20031 use Daoyuan's SequenceArg.
8 years ago
xutianbing 23ac0b78cb merge Daoyuan's FuncArgs, pass the ContextProjection test.
8 years ago
hedaoyuan ee2da539de Merge branch 'develop' of https://github.com/baidu/Paddle into buffer
8 years ago
hedaoyuan df9be2d483 fix CrossMapNormalFunc and ContextProjectionFunc(remove inouts argument)
8 years ago
Yu Yang d41ac09090 Merge pull request #1017 from gangliao/external
8 years ago
hedaoyuan 41c52d3b0c Modify the argument type of ContextProjectionFunc
8 years ago
hedaoyuan 68156c88c5 Modify the argument type of Function
8 years ago
liaogang be8b126845 Move Execepts into arch/osx dir
8 years ago
liaogang fc47492f41 Fix merge conflict bug and glog
8 years ago
liaogang b090ce329a Fix conflict with develop
8 years ago
xutianbing ea4d08dab6 update interface of context projection functions, Tensor -> Matrix/Vector
8 years ago
xutianbing 2c37ad7edc combine data/weight to ContextProjectionBackward for clean code
8 years ago
xutianbing f23a11702a add Context Projection functions to Layer's forward and backward,
8 years ago
liaogang de3c15277f Fix glog check type unmatch
8 years ago
liaogang c8d0791acc Add common.h and remove DisableCopy and Typedefs
8 years ago
Yu Yang 2016f9222d Merge pull request #989 from gangliao/utils_dep
8 years ago
Peng Li 89bf2e44f0 Change float to real in NormLayer.h
8 years ago
liaogang f09989a1b2 Remove utils/CommandLineParser.h
8 years ago
qingqing01 b53bdcdc67 Merge pull request #867 from Noplz/ssd
8 years ago
gaoyuan 8d24931588 Change member variables from public to protected
8 years ago
gaoyuan f2029298a7 Change type float to real.
8 years ago
tianbingsz 42e121791e Merge pull request #854 from hedaoyuan/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
8 years ago
hedaoyuan 148bd4d0b3 add Layer::createFunction
8 years ago
Yu Yang af5d954bdf Clean BatchNorm Code.
8 years ago
gaoyuan 9f990d9059 Add unittest of the priorbox layer
8 years ago
qingqing01 bd3f976a85 Merge pull request #906 from emailweixu/check_cnn_input_size
8 years ago
xuwei06 7462692d4c Formatted by pre-commit
8 years ago
hedaoyuan cee9346804 add some comments
8 years ago
hedaoyuan d11e2b4013 Remove some useless code
8 years ago
hedaoyuan 22a5e478f3 move Function to function dir
8 years ago
hedaoyuan d2d0010609 add CrossMapNormalGradFunc
8 years ago
gaoyuan 520342ed91 Fix code format
8 years ago
gaoyuan 707a9c9bbd Fix variable name and add the annotation
8 years ago
hedaoyuan 9171ab0ac1 Merge branch 'develop' of https://github.com/baidu/Paddle into cmrnorm
8 years ago
hedaoyuan 4ebb3eb759 imporve Function
8 years ago
gangliao 6aed264f0a Merge pull request #896 from gangliao/glog
8 years ago
xuwei06 bcd280d6bd Check the input size for convolution.
8 years ago
Zhizhong Su 9a243d7a23 fix a few bugs related to frame size.
8 years ago
liaogang 3d0e73bd32 Remove custom glog-like and gflags-like macros
8 years ago
gaoyuan 9600932650 Add fake gpu support of the priorbox layer for the moment
8 years ago