Commit Graph

1186 Commits (0d1bc8ab9bb413bfb03975083d1e83d46710542f)

Author SHA1 Message Date
caoying03 d3e30146e4 Merge branch 'develop' into add_nest_sequence_select
8 years ago
caoying03 4b39f92bd8 add implementation of SubNestedSequenceLayer.
8 years ago
Yu Yang 3e812383bc Merge branch 'develop' of github.com:baidu/Paddle into gradient_check_utils
8 years ago
Yu Yang a0590004ce Add __all__ in `gradient_checker.py`
8 years ago
qijun 341d1880ee Merge remote-tracking branch 'baidu/develop' into op_gpu_test
8 years ago
Yu Yang fcc28ccea2 Add comments
8 years ago
Yu Yang 7c42aad412 Initialize Gradient Checker
8 years ago
guosheng 82911cecb6 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-ClipLayer
8 years ago
guosheng d19355a532 Refine ClipLayer and add unit test for it
8 years ago
qijun 81cc7a3227 merge baidu/develop
8 years ago
fengjiayi 244c343b66 Fix a test error
8 years ago
fengjiayi 3a8017d148 Merge branch 'backward_dev' into dev_add_FillZerosLikeOp_test
8 years ago
fengjiayi c59fe7a039 Add unittest for FillZerosLikeOp
8 years ago
fengjiayi 8bd73159c7 Add unittest for `FillZerosLikeOp`
8 years ago
liaogang c36a093c5e Fix conflict
8 years ago
Yancey ec9d4d527e Add start_record interface (#3128)
8 years ago
hedaoyuan aaf8401fa0 Merge pull request #3126 from hedaoyuan/slice
8 years ago
guosheng f35e08471c revise the format of __all__ in layers.py
8 years ago
liaogang 1e676f684d Add mean op unit test in python
8 years ago
Yu Yang 5d134a03f1 Refine remove std::shared_ptr in Scope
8 years ago
hedaoyuan 46988517f2 Fix a small bug.
8 years ago
hedaoyuan 4b1bc6815e Fix comments of slice_projection, and add unit test of SliceProjection.
8 years ago
hedaoyuan dc9f31b32b Add SliceProjection and slice_projection.
8 years ago
qijun cf5ac5888e reduce gpu memory allocation in op_test
8 years ago
qijun 61f94f0002 add EIGEN_USE_GPU macro to op.cu file
8 years ago
caoying03 c0ecd5c4c5 add config helper.
8 years ago
qijun 4a1f7bd21f add gpu python op test
8 years ago
qijun 4cc42171db merge baidu/develop
8 years ago
dongzhihong 933e55eb06 fix conflict
8 years ago
guosheng 23a8d015e0 add ClipLayer
8 years ago
dongzhihong 47556689d4 "remove unused code"
8 years ago
dongzhihong 4d8ece8a3c "update"
8 years ago
Yan Chunwei aee0d3ec5f RecurrentOp implementation (#2890)
8 years ago
guosheng 84660653f8 add RowL2NormLayer
8 years ago
Cao Ying 2200ff5e3c Merge pull request #3071 from lcy-seso/enable_dropout_for_embedding
8 years ago
caoying03 8b9e678ddf fix dropout and clipping setttings in layer helpers.
8 years ago
qingqing01 44923db6ee Merge pull request #3082 from qingqing01/multi_gpu_infer
8 years ago
武毅 c10121e13c [Done] Sync master client between passes and fix recordio split (#2948)
8 years ago
dangqingqing 7c13292cff Fix bug for multi-GPU inference.
8 years ago
Cao Ying eff17a6859 Merge pull request #3049 from lcy-seso/fix_v2_bachnorm_parse
8 years ago
caoying03 ccdc262848 enable v2 use cudnn batch norm automatically.
8 years ago
dongzhihong e5cb9b77b6 "fix gen list"
8 years ago
dongzhihong a22567ebef "fix almost equal error"
8 years ago
dongzhihong 984225ecf1 "fix operator"
8 years ago
qijun 358261f0bd fix gpu build error
8 years ago
Yu Yang afe7bf6179 Merge pull request #3032 from reyoung/feature/middle_level_net_api
8 years ago
Yu Yang 61cd828f3a Follow comments
8 years ago
Yu Yang 754f0c68da Fix unittest
8 years ago
dongzhihong 32c15a2919 "random op test"
8 years ago
Yu Yang 385bd4648e Make C lib in `paddle.v2.master.client` lazy load
8 years ago
Yu Yang b80590d70b Remove test_plain_net
8 years ago
Zhaolong Xing 0d26a15890 Merge pull request #3009 from NHZlX/add_paramAttr
8 years ago
Yu Yang 0467cd2dfe Merge branch 'develop' into feature/middle_level_net_api
8 years ago
Helin Wang 3ff0a9fbb1 Implement distributed training save model, improve master.NewClient interface
8 years ago
Yu Yang 0ceeacbe45 Make Scope can lookup variable name by variable
8 years ago
Yu Yang 0ab678e9e2 Add unittest for network
8 years ago
Yu Yang c14f3e8ff2 Merge branch 'develop' into feature/middle_level_net_api
8 years ago
Yu Yang 9e4fac1ef4 Complete Add Op
8 years ago
Yu Yang 684563660b Init commit
8 years ago
zlx a59fa46c1f Merge branch 'add_paramAttr' of https://github.com/NHZlX/Paddle into add_paramAttr
8 years ago
zlx 86d692e56b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_paramAttr
8 years ago
zlx 18f4d24d0d moidify comment of im_conv_group
8 years ago
Yu Yang 1294b3c53e Expose Net to Python (#2967)
8 years ago
Zhaolong Xing 5f32cc10c2 Update networks.py
8 years ago
Zhaolong Xing 91d2a57a2e Merge pull request #2776 from NHZlX/mobilenet_gpu
8 years ago
zlx 21a3c9d6f4 add the comments for img_conv_groups
8 years ago
zlx fae3632c91 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_paramAttr
8 years ago
zlx a183a80e2e add param_attr for img_conv_group(...)
8 years ago
qijun 06acd6d0cb add unittest for some basic OpKernels
8 years ago
Qiao Longfei 2685765905 add cross-entropy-op (#2965)
8 years ago
xzl d5b0c57d7e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mobilenet_gpu
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
livc ea09edc991 pass precommit
8 years ago
xzl 4d6be9741c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mobilenet_gpu
8 years ago
Yu Yang a98346f4cd Add comment to `OpTestMeta` (#2968)
8 years ago
Qiao Longfei e3b27d1998 Add sgd op (#2950)
8 years ago
xzl 77ff97ab38 fuse interface of depthwise to expand in python api
8 years ago
whs 2e2a674892 Merge pull request #2490 from wanghaoshuang/crop_layer
8 years ago
Yu Yang 21baa94b04 Merge branch 'feature/expose_net_op' into feature/middle_level_net_api
8 years ago
Yu Yang d52913401d Merge pull request #2947 from reyoung/feature/add_op_test
8 years ago
Yu Yang 0380bfb3cf Expose Net to Python
8 years ago
Yu Yang e8304bd92a Merge pull request #2945 from reyoung/feature/grouped_ops
8 years ago
wanghaoshuang 2e58f2c4c9 Merge branch 'crop_layer' of https://github.com/wanghaoshuang/Paddle into crop_layer
8 years ago
wanghaoshuang 60a788933b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_layer
8 years ago
whs d83bae85da Merge branch 'develop' into crop_layer
8 years ago
wanghaoshuang 3e7819c276 1. Reading image shape from input data instead of image_config
8 years ago
xzl d50c71f3e2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mobilenet_gpu
8 years ago
qingqing01 c1ebb3143f Merge pull request #2785 from wanghaoshuang/voc_dataset
8 years ago
emailweixu 84a0d6d898 Merge pull request #2572 from skylian/error_clipping
8 years ago
xzl 44927bf70a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mobilenet_gpu
8 years ago
xzl d43fbbae74 add comments for python api
8 years ago
Yu Yang 3402b6ad39 Add Unittest of add_two_op
8 years ago
Yu Yang d3373c5b85 Skeleton Of fully connected operator
8 years ago
Yu Yang a89c7ffa94 Make Tensor <--> Numpy interactive in tensor.h
8 years ago
wanghaoshuang ceb9a73aaa fix import err
8 years ago
wanghaoshuang b142a6b063 Merge branch 'develop' of https://github.com/paddlepaddle/paddle into voc_dataset
8 years ago
wanghaoshuang 302c4f11d1 rename voc_seg to voc2012
8 years ago
Yu Yang bde90be71b Read/Write a Tensor Python
8 years ago
caoying03 0ed51ce2e4 fix bug of type check of inputs to recurrent_group.
8 years ago
Yu Yang c78a5e5da2 Fix merge error before
8 years ago
Yu Yang 68f6ac011c Merge branch 'develop' into feature/op_creation_methods
8 years ago
Yancey 83f263e6ec Fix fetch record from master failed (#2848)
8 years ago
qingqing01 1032ef1893 Merge pull request #2907 from juliecbd/to_meet_cpplint
8 years ago
dzhwinter 9b5adfa482 Merge pull request #2905 from dzhwinter/fix_mq2007
8 years ago
武毅 23b8346072 Fault tolerant distributed training, just work version, with etcd (#2849)
8 years ago
jc 278f1a8499 fix calling swig_api before import
8 years ago
jc 02e56304c1 fix calling swig_api before import
8 years ago
dongzhihong 56fbed9a42 "fix dense vector shape in mq2007"
8 years ago
Yu Yang 9e0c6800c5 Python Generate OpCreation Methods by OpProto
8 years ago
Yu Yang 1faf5e0313 Merge pull request #2864 from reyoung/feature/op_creation_methods
8 years ago
Yu Yang d7405e1eaa Fix a typo before
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 a76f7ed2eb Get OpProtos in Python
8 years ago
Yu Yang 8da5587205 Init commit
8 years ago
xzl 6267312aa9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mobilenet_gpu
8 years ago
Yu Yang 3c5cc6444c Merge pull request #2808 from reyoung/feature/scope_default_wrapper
8 years ago
wanghaoshuang 4a5c3714ea fix python dependency for voc2012 dataset
8 years ago
xzl 030a3db20f the groups default should be None
8 years ago
xzl 2bc08f8914 modify format accored with clang-format 3.8
8 years ago
xzl 433935aa51 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mobilenet_gpu
8 years ago
wanghaoshuang 1ba879bead Use PIL to read image in palette mode
8 years ago
wanghaoshuang c4f301ded7 Modify comments and fix code format.
8 years ago
wanghaoshuang a5239ac7a5 Merge branch 'develop' of https://github.com/paddlepaddle/paddle into voc_dataset
8 years ago
武毅 bcf9f421c3 Merge pull request #2774 from typhoonzero/fix_newupdater
8 years ago
Yu Yang d027f47d7d Default scope function
8 years ago
Yu Yang 27b196ba6d Expose paddle.framework by pybind11 (#2793)
8 years ago
Yu Yang 62da4a1cde Merge pull request #2802 from reyoung/feature/fix_python_slow
8 years ago
Yu Yang 313e9f551f Fix slow parsing a recursive depends topology
8 years ago
wanghaoshuang de5ded6bbd Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_layer
8 years ago
wanghaoshuang 69b12225cc fix crop layer python wrapper bug
8 years ago
yi.wu 5a4f33df7e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_newupdater
8 years ago
Cao Ying 8c615e8ff4 Merge pull request #2783 from lcy-seso/update_wmt14_model_md5
8 years ago
caoying03 68ec558c21 update the md5sum of WMT14 trained model.
8 years ago
whs a698824a8a Merge branch 'develop' into voc_dataset
8 years ago
wanghaoshuang 338dd13542 Add voc2012 dataset for image segment
8 years ago
xzl 36e7800aa1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into mobilenet_gpu
8 years ago
wuyi05 26d95a6bbf fix new remote updater for go pserver
8 years ago
xuwei06 cbc6221748 Update comments of maxout_layer
8 years ago
gongweibao 8e8f3601a5 Merge pull request #2665 from gongweibao/cloudandlocal
8 years ago
caoying03 075954c17c follow comment.
8 years ago
caoying03 dc60671127 Merge branch 'develop' into enable_error_clipping_for_fc
8 years ago
caoying03 203364281e enable error clipping in FC layer.
8 years ago
Yu Yang e2ea1f42e9 Generate python protobufs for paddle.v2.framework
8 years ago
gongweibao 24dc0d1c7c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cloudandlocal
8 years ago
wanghaoshuang d378e0a0cd Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_layer
8 years ago
Tao Luo 7f380c1be3 Merge pull request #2701 from luotao1/stride
8 years ago
Luo Tao e7b071f33a update annotation with comments
8 years ago
wanghaoshuang 5e6e1f636a Add grad test and python wrapper for crop layer
8 years ago