Commit Graph

102 Commits (b9dfe8e7c8da1caa988840d152b24eb37c160c2c)

Author SHA1 Message Date
Haonan b9dfe8e7c8 Merge pull request #1231 from yu239/rotate_and_flip
8 years ago
Haonan 73dcf2cd58 improving code comments
8 years ago
Haonan 6245fed240 rotate_layer python interface fixes
8 years ago
wangyang59 9c42d90468 add comments in gru_step_layer of layers.py to explain the parameter location
8 years ago
Haonan b4c1d17580 remove flip_layer
8 years ago
Haonan 55eb2fcffa format correction
8 years ago
Haonan 781b85b5fc rotate_layer and flip_layer * added getMin and getMax for GpuMatrix * gru_step_layer parameter name
8 years ago
wangyang59 04b5daf92d change the parameter position of gru_step_layer from 1 back to 0
8 years ago
wangyang59 6da7283475 make gru_group parameters sharable
8 years ago
dangqingqing 44e3c724f9 Refine and comments
8 years ago
dangqingqing 312326899e add api to doc
8 years ago
dangqingqing 8d47499e1d update code
8 years ago
zhangruiqing01 19cb2a7fb3 fix default value of cos_sim scale
8 years ago
dangqingqing 6b61a096e1 Optional padding mode, namely ceil or floor, ceil by default.
8 years ago
dangqingqing 8b5431d5e1 padding operation
8 years ago
qingqing01 b53bdcdc67 Merge pull request #867 from Noplz/ssd
8 years ago
Luo Tao 2b4ddb3808 fix dead links and refine tutorials/index
8 years ago
Yu Yang ee2c14229e Partially fix demo data provider.
8 years ago
gaoyuan 707a9c9bbd Fix variable name and add the annotation
8 years ago
gaoyuan c0076084e2 Format the python file.
8 years ago
yuan 0eac399280 priorbox layer for ssd
9 years ago
Yi Wang e9549cbb78 Change "Baidu, Inc" into "PaddlePaddle Authors"
9 years ago
Liu Yiqun 78bdd32471 Merge branch 'develop' into warpctc
9 years ago
Liu Yiqun 7bb7fed833 Simplify the CMakelist.txt and fix typos.
9 years ago
Luo Tao 7830893a83 fix conflict
9 years ago
Liu Yiqun 25f1fbc491 Merge branch 'develop' into warpctc
9 years ago
wangyang59 4641285c75 Added a test in test_NetworkCompare to verify cudnn and exconv, fixed a bug in cudnn_conv in dealing with groups
9 years ago
Liu Yiqun 4d487c6f35 Integrate warp-ctc as WarpCTCLayer, including unitest and layer interface.
9 years ago
Luo Tao 96615fe329 merge develop, fix conflict
9 years ago
Haonan ed7334d694 fix the has_LayerOutput boolean for StaticInput as the input of recurrent_group
9 years ago
Luo Tao 496d64ebdb Support rectangle input for CNN
9 years ago
Luo Tao 29727289fc modify first level directory of english doc
9 years ago
Luo Tao 8c59437612 change is_train to is_generating
9 years ago
Luo Tao ffbf00a022 Merge branch 'develop' into group
9 years ago
xuwei06 a6ad9a1608 Fix unittest
9 years ago
xuwei06 bf6f690f31 Add ScalingProjection
9 years ago
Luo Tao 0752b3b710 add layer check for recurrent_group
9 years ago
qijun a1ba3f442f format python code in python directory
9 years ago
qijun 62c5389bad fix test_layerHelpers unittest error
9 years ago
Tao Luo ca0bb40c6e Merge pull request #300 from QiJune/feature/sppnet
9 years ago
Luo Tao aa560dbb97 fix bug in sum_cost
9 years ago
Haonan ebb153b067 Merge pull request #416 from yu239/hl_activetype
9 years ago
Tao Luo eb3bf9ea64 Merge pull request #360 from emailweixu/sum_cost
9 years ago
xuwei06 36fa251756 '*' operator overload for LayerOutput
9 years ago
qijun 9dd588b414 fix merge conflicts
9 years ago
gangliao 8295eb91bf Merge pull request #287 from gangliao/bilinear
9 years ago
qingqing01 cfc965d52c Merge pull request #269 from wangyang59/deconv
9 years ago
qijun 61444d903d Merge remote-tracking branch 'baidu/develop' into feature/sppnet
9 years ago
Haonan 880774d141 change the act.name for LinearActivation() to "linear" so that it won't
9 years ago
Haonan 8d4c453bbb set mixedlayer output size according to input operator (#414)
9 years ago