Commit Graph

202 Commits (797249bc719d431cb3cfa94659ac0a23e3b531af)

Author SHA1 Message Date
caoying03 927adb4a41 Merge branch 'develop' into kmax_score_layer
8 years ago
caoying03 aa0ca57a6b add unittest.
8 years ago
caoying03 567c1a1f65 add config functions for kmax_sequence_score layer.
8 years ago
caoying03 6e291b34c3 Merge branch 'develop' into add_nest_sequence_select
8 years ago
Guo Sheng b7b956f0ba Merge branch 'develop' into add-ClipLayer
8 years ago
guosheng 5d644994d3 Add test_clip_layer.protostr for ClipLayer python unit test
8 years ago
guosheng 17e16c2548 Refine RowL2NormLayer and add python unit test for it
8 years ago
guosheng d19355a532 Refine ClipLayer and add unit test for it
8 years ago
caoying03 c0ecd5c4c5 add config helper.
8 years ago
Cao Ying 6a6e1c7407 Merge pull request #2944 from lcy-seso/fix_recurrent_parse_bug
8 years ago
caoying03 1b6faffeb5 Merge branch 'develop' into fix_recurrent_parse_bug
8 years ago
wanghaoshuang 60a788933b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_layer
8 years ago
wanghaoshuang 3e7819c276 1. Reading image shape from input data instead of image_config
8 years ago
caoying03 e2fd06c386 refine name of the input parameter.
8 years ago
caoying03 ac69f7730a add gated linear unit into config helper.
8 years ago
Yu Yang 313e9f551f Fix slow parsing a recursive depends topology
8 years ago
Tao Luo 7f380c1be3 Merge pull request #2701 from luotao1/stride
8 years ago
Yang yaming 312ce8b419 Merge pull request #2497 from pkuyym/ssd_outloss
8 years ago
yangyaming 86543f7f6a Follow comments.
8 years ago
Luo Tao 0e61730039 stride pooling for max and average layer
8 years ago
dangqingqing 0c70f34c60 Fix bug for flowers dataset and row_conv.
8 years ago
yangyaming 3a0919bab3 Add test for configuration and add doc.
8 years ago
xuwei06 61222578b4 Allow printer layer to print user provided message
8 years ago
qingqing01 8266546eb2 Merge pull request #2480 from emailweixu/repeat_layer
8 years ago
xuwei06 f48535102b Add the test_repeat_layer.py
8 years ago
xuwei06 226f810352 Add activiation for repeat_layer
8 years ago
xuwei06 ef61288f9e Clean-up recurrent group related python code
8 years ago
xuwei06 17994e38aa RecurrentGroup with mixed input sequence types
8 years ago
dangqingqing 37015fadbd update code
8 years ago
caoying03 c7483bf956 add configuration helper for prelu layer.
8 years ago
dangqingqing 18cd1f2558 Fix bug and Python API.
8 years ago
emailweixu 68c68ec958 Merge pull request #2218 from luotao1/rename
8 years ago
wwhu efd2d3351c add multiplex layer for python API
8 years ago
Luo Tao 3ae7541ad3 rename AggregateLevel and ExpandLevel
8 years ago
xuwei06 a0a3a68551 Add Sqrt and Reciprocal activation
8 years ago
caoying03 7556ceffa6 add unitest for nce layer.
8 years ago
dangqingqing 805088c615 pass unit test
8 years ago
Luo Tao c810e6a7c0 Merge branch 'develop' into release/0.10.0
8 years ago
Yu Yang c6a8e23a9e Fix unittests
8 years ago
dangqingqing 6c654c012a resolve conflicts
8 years ago
dangqingqing cd7c55aa8c generate protostr automatically when adding a new test for trainer_config_helpers.
8 years ago
dangqingqing 1fd00758ac SmoothL1 loss
8 years ago
Yu Yang 18a3588b24 Merge branch 'develop' of github.com:baidu/Paddle into feature/c_api
8 years ago
Yu Yang 9c1c19b6d0 Merge branch 'develop' of github.com:baidu/Paddle into feature/c_api
8 years ago
Luo Tao 9298a9ec0d stride pooling for seqlastin and seqfirstin
8 years ago
wangyang59 dc45cb4b9d changed projections.protostr
8 years ago
wangyang59 090c974e4b completed implementation of cudnn_convt convTransProjection and convTransOperator
8 years ago
wangyang59 07c1ea258f python interface for convTransProjection and convTransOperator
8 years ago
Yu Yang 08113b2019 Merge branch 'develop' of github.com:baidu/Paddle into feature/c_api
8 years ago
Yu Yang bd4ec1b493 Merge branch 'develop' into memory.set_input
8 years ago
Luo Tao 7dbc77ba4d rename regression_cost to mse_cost
8 years ago
Peng Li bf838034d6 Merge branch 'develop' into fix-crf-weight-and-coeff-bug
8 years ago
Yu Yang 8feb58368c Merge branch 'feature/fix_ccache_not_in_path' into feature/c_api
8 years ago
Luo Tao 8243797059 add relu in layer_math.py
8 years ago
Yu Yang 4380e73fcd Merge branch 'develop' of github.com:baidu/Paddle into feature/c_api
8 years ago
Luo Tao 0b673756f1 add SequenceReshapeLayer in trainer_config_helpers
8 years ago
Luo Tao 27a42c2e3b add SequenceConcatLayer in trainer_config_helpers
8 years ago
xuwei06 7d551dd484 Make it possible to postpone setting the layer name for a memory.
8 years ago
Yu Yang 71c3c93c72 Fix unittest
8 years ago
Haonan b9dfe8e7c8 Merge pull request #1231 from yu239/rotate_and_flip
8 years ago
Haonan 6245fed240 rotate_layer python interface fixes
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
Yu Yang 88c3862378 Merge branch 'develop' of github.com:baidu/Paddle into feature/c_api
8 years ago
dangqingqing 8d47499e1d update code
8 years ago
Yu Yang a5c1658d45 Always create protobuf_equal
8 years ago
Yu Yang ceb2d39799 Fix bugs in config_helpers unittest.
8 years ago
zhangruiqing01 19cb2a7fb3 fix default value of cos_sim scale
8 years ago
Yu Yang 64022143d8 Fix unittest
8 years ago
dangqingqing c8817a192b merge upstream
8 years ago
dangqingqing 8b5431d5e1 padding operation
8 years ago
liaogang 8acd1ac31a Add extern python interp
8 years ago
Peng Li f1e31ecada Merge branch 'develop' into fix-crf-weight-and-coeff-bug
8 years ago
qingqing01 7b74a6de63 Merge pull request #900 from wangyang59/batchNorm
8 years ago
Yu Yang 54cb6bdb37 Fix bad import name in trainer_config_helpers.
8 years ago
wangyang59 a50caba881 modified img_trans_layers.protostr to refect the change in batchNorm layer behavior
8 years ago
Yu Yang 4afaaa4b92 Autoformat all files
8 years ago
Yu Yang 56c20f8261 Merge pull request #734 from hohdiy/dev-test
8 years ago
Yu Yang b6aca330a2 Merge pull request #764 from emailweixu/multiple_parse
8 years ago
Yi Wang e9549cbb78 Change "Baidu, Inc" into "PaddlePaddle Authors"
8 years ago
hanchao 957794cd29 fix bad ident
8 years ago
hanchao 23d57335f1 update cr for pull #734.
8 years ago
xuwei06 d87b2c11ac Fix bug in CMakeList.txt
8 years ago
xuwei06 3cf7337f30 Correctly handling multiple calls to parse_config()
8 years ago
Liu Yiqun 78bdd32471 Merge branch 'develop' into warpctc
8 years ago
hanchao 7f78912c9f test code for issue #729
8 years ago
Tao Luo 7bb627d3f9 Merge pull request #409 from luotao1/conv
8 years ago
Luo Tao 23e61c2132 fix bug when run test_layerHelpers multiple times
8 years ago
Luo Tao 7830893a83 fix conflict
8 years ago
Peng Li 749456bd60 Fix test_layerHelpers bug
8 years ago
Liu Yiqun 25f1fbc491 Merge branch 'develop' into warpctc
8 years ago
Yu Yang 1eb9c36fd2 Make ApproximatelyEquals fit for protobuf2
8 years ago
Yu Yang 1733a777fe Using ApproximatelyEquals for trainer config unittest.
8 years ago
Liu Yiqun 4d487c6f35 Integrate warp-ctc as WarpCTCLayer, including unitest and layer interface.
8 years ago
Luo Tao 7573205c68 follow comments on config_parser
8 years ago
Luo Tao 496d64ebdb Support rectangle input for CNN
9 years ago
xuwei06 bf6f690f31 Add ScalingProjection
9 years ago