Commit Graph

2203 Commits (bb7538144442dd52ed043406b2ab0384ad4f3bb8)

Author SHA1 Message Date
guosheng bb75381444 Clean code of GRU Operator
8 years ago
guosheng 83b48ebcb7 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-GRUOp-dev
8 years ago
qingqing01 36d20609a2
Merge pull request #5115 from qingqing01/lstm_bp
8 years ago
dzhwinter 26492210c0
Fix/sequence op (#5264)
8 years ago
Abhinav Arora db3b9438b7
Adding Normal distribution initializer and unit tests for python initializers (#5256)
8 years ago
Yu Yang 0b76c7352c
AddBiasOp does not care num_flatten_dims (#5200)
8 years ago
Abhinav Arora 61eafbe09d
Adding a framework for variable initializers (#5232)
8 years ago
dzhwinter 9b70b6a1bb
Fix/sequence pool (#5229)
8 years ago
fengjiayi a75437a20c
fix bug (#5233)
8 years ago
guosheng a4d54b83d4 Make GRU Operator adapt to the latest code
8 years ago
dangqingqing 7061e0139f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lstm_bp
8 years ago
dangqingqing 6f658bb7d9 Clean code and update doc.
8 years ago
guosheng 9162629b04 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-GRUOp-dev
8 years ago
guosheng b87eabae56 Add GRU Operator
8 years ago
武毅 878dd88f61
Refine evaluator op types (#5208)
8 years ago
fengjiayi f122a5da2f
Add accuracy layer (#4958)
8 years ago
QI JUN 669786bfe1
refine square_error_cost layer (#5216)
8 years ago
Qiao Longfei a128eb7b73
improve unique_name, uniq id is related to prefix (#5223)
8 years ago
gongweibao 8d1ad97b3d
Add log to `InitParam` `GetParameter` `SendGrad` and etc. (#5162)
8 years ago
dzhwinter f4710cf0e2
"add sequence conv layer" (#5117)
8 years ago
Qiao Longfei cdc700bb32
add resnet (#5206)
8 years ago
QI JUN a186b53dfb
add init_gflags interface (#5193)
8 years ago
fengjiayi 73d7855726
Fix a type error top_k_op (#5201)
8 years ago
chengduo 0f9858a1c9
Merge pull request #5130 from chengduoZH/fix_sequence_conv_op
8 years ago
dangqingqing 1d7c03e789 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lstm_bp
8 years ago
whs 03136f6375
Merge pull request #4740 from wanghaoshuang/seq_expand_op
8 years ago
chengduo 8efd08763f
Merge pull request #5187 from chengduoZH/fix_pool_op
8 years ago
wanghaoshuang 9f32b61c27 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into seq_expand_op
8 years ago
wanghaoshuang fab6f30ff6 Add empty sequence case in unitest
8 years ago
Qiao Longfei 0049ce0479
03 image classification (#5192)
8 years ago
dzhwinter 833d0ad0fe
Merge pull request #4838 from dzhwinter/feature/multigpu
8 years ago
dangqingqing b50c33fd00 Use fixed activation in the lstm kernel, since there is some bug in the activation function pointer. It will be fixed later.
8 years ago
wanghaoshuang 35e79448a0 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into seq_expand_op
8 years ago
Yu Yang b84e822651
Cast Operator (#5149)
8 years ago
QI JUN 008f40ce09
support sparse output for lookup table grad op (#5145)
8 years ago
Yu Yang 3ecad8ae65 Enable xe unittest (#5180)
8 years ago
chengduoZH 6bdf5c1417 fix bug
8 years ago
Abhinav Arora 5906baa3f4
Adding L2 Regularization to Recognize digits MLP example (#5186)
8 years ago
Abhinav Arora 79c5a46194
Handling global step increment in optimizer python wrapper (#5097)
8 years ago
fengjiayi 6783dcee9e
Python API for inference model saving/load (#5020)
8 years ago
Abhinav Arora f3ac4d8e35
Adding L1 Decay Regularizer (#5173)
8 years ago
Yu Yang 9ecebb2dce
Remove test_mnist, since we replace it with compile time concepts (#5144)
8 years ago
dong zhihong 6f009cf8ba rerun ci
8 years ago
dong zhihong 99308b1876 rerun CI
8 years ago
zchen0211 52eb42cf7c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into batch-norm-latest
8 years ago
zchen0211 f456a4e938 batch-norm forward backward nchw, nhwc passed
8 years ago
zchen0211 03789a7df4 batch norm fully tortured and passed
8 years ago
Abhinav Arora 1a26f5a548
Adding the Sign Op for L1 Weight Decay Regularization (#5138)
8 years ago
zchen0211 8a07aff4d7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into batch-norm-latest
8 years ago
zchen0211 822cf9785b more test and bn fix
8 years ago