Commit Graph

4621 Commits (09ed52831b5ea734fae4a26ba9d2c117f202204f)

Author SHA1 Message Date
Qiao Longfei e7f627036a fix InferShapeContext Has interface (#4994)
8 years ago
chengduoZH 4d112b7d04 remove conflict
8 years ago
chengduoZH dc7d07358c add padding up, down, left, right
8 years ago
chengduoZH 834b82f109 fix sequence_project_op forward and backward
8 years ago
Guo Sheng d0cfbba429 Merge pull request #4496 from guoshengCS/add-NormOp
8 years ago
Yang Yang(Tony) fa050941b0 Merge pull request #4990 from tonyyang-svail/add_optional_in_op_proto
8 years ago
zchen0211 cc5e118b1e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
zchen0211 b3ab3ce0a1 deconv -> conv transpose
8 years ago
Yang Yang c030589df6 add optional in op proto
8 years ago
dzhwinter ac4f7598ed Merge pull request #4985 from reyoung/add_nccl_to_docker_image
8 years ago
Yu Yang 784fc32bfa Add nccl to docker image
8 years ago
zchen0211 64c5ecbedb deconv
8 years ago
Yu Yang e9e0d7d774 Correct the dependencies (#4978)
8 years ago
Yu Yang 86437a8dda Global function, op_support_gpu (#4980)
8 years ago
Yu Yang 65906ef1d0 Several Enhancement
8 years ago
zchen0211 502e72591f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
QI JUN d2f3c8bb7a Merge pull request #4973 from QiJune/clang-build-error
8 years ago
Yan Chunwei db7b11719b change lod tensor to absolute offsets (#4952)
8 years ago
qijun 7edc1d96c6 fix clang build error
8 years ago
Yan Chunwei 07ea9adec0 feature/dynamic recurrent op forward and backward (#4799)
8 years ago
kavyasrinet 5380a5471b Adding Nesterov Momentum (#4948)
8 years ago
tensor-tang 5c892db64c remove unused code
8 years ago
guosheng b12988f008 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-NormOp
8 years ago
tensor-tang 5b5cb0781a add branch tests for pool and fc
8 years ago
hedaoyuan 9a5562aade Merge pull request #4963 from hedaoyuan/inference
8 years ago
hedaoyuan 2bb2c318e9 Change the name of the export.map to paddle_capi.map which need to be released in each version.
8 years ago
Abhinav Arora 09c0c82ec9 Adding increment op (#4940)
8 years ago
zchen0211 8e55736a20 deconv2d
8 years ago
hedaoyuan 37bfd03f0c Merge pull request #4932 from hedaoyuan/inference
8 years ago
hedaoyuan 5d2fe7cd91 Fix cc_library paddle_capi_whole.
8 years ago
Yu Yang 102a5f3499 Feature/remove global scope (#4950)
8 years ago
QI JUN 9903e49f94 add test_fit_a_line (#4936)
8 years ago
QI JUN 92369177ad Merge pull request #4941 from QiJune/fix_elementwis_add_bug
8 years ago
Yu Yang af4dac4ac3 Feature/free kid scope (#4951)
8 years ago
tensor-tang 4f41eaf7f8 Merge remote-tracking branch 'upstream/develop' into merge_grad_gtest
8 years ago
tensor-tang d75b00c221 refine the gtest log info and vlog order,
8 years ago
zchen0211 7eeaae1695 deconv
8 years ago
Yu Yang 42f2dd4041 Unify `set_feed_variable` to one method (#4949)
8 years ago
Yu Yang c532b96741 Remove template parameter for Tensor methods (#4937)
8 years ago
qijun 9e6404441c fix elementwise add bug
8 years ago
zchen0211 d97a732f4f deconv
8 years ago
zchen0211 e59ca752fc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
Abhinav Arora 77cac5cdb8 Removing updates of Beta1 power accumulators outside the op (#4931)
8 years ago
Abhinav Arora 11bebeb2dc Removing updates of Beta1 and Beta2 power accumulators outside the op (#4925)
8 years ago
Yu Yang 3db5278301 Feature/py executor test (#4922)
8 years ago
hedaoyuan 56d5db8bea Bug fix of libpaddle_capi_whole.a in x86.
8 years ago
hedaoyuan 747b541957 Follow comments
8 years ago
dangqingqing 694bc64aaf Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lstm
8 years ago
dangqingqing 17e33738f2 Enhance unit testing and fix bug.
8 years ago
武毅 63ffe5250a Cluster train doc for v2 API (#2072)
8 years ago
Yibing Liu 2073fb96cb Enable learning rate annealing of Adam Optimizer
8 years ago
hedaoyuan 378dcb1833 Split paddle_capi_whole into paddle_nn_engine and paddle_layers two static libraries.
8 years ago
dangqingqing 8bec26be03 Add missing file of math/detail/CMakeLists.txt
8 years ago
dangqingqing ee39b37a41 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lstm
8 years ago
tensor-tang 94e442d4b1 add cpp file of MKLDNNLayer
8 years ago
tensor-tang 9e38dafa29 change MKLDNNMatrix create interface since MatrixPtr is not always required
8 years ago
tensor-tang c1914543b0 refine mkldnn logic, move reset buffers into MKLDNNLayer
8 years ago
dangqingqing a461bf139d Add missing file.
8 years ago
whs c8c4ba0f65 Merge pull request #4918 from wanghaoshuang/fix_lod
8 years ago
zchen0211 e8cd4b7d86 deconv2d impl in full
8 years ago
dangqingqing b325213150 update to develop branch.
8 years ago
dangqingqing d1fbf50b9e Add unit testing for forwad implementation.
8 years ago
wanghaoshuang edb6aba698 make lod_element return std::pair
8 years ago
zchen0211 43aad989bd deconv
8 years ago
Yu Yang 47f773ddb2 Copy Constructor for ProgramDesc (#4895)
8 years ago
wanghaoshuang 4018754d66 fix LoDTensor::lod_element to get last element in level
8 years ago
Yang Yang(Tony) 831927d58c Merge pull request #4738 from tonyyang-svail/prune_impl
8 years ago
Yu Yang e9249d16cb Add glog as dependencies of ops (#4908)
8 years ago
Yu Yang f6e1d959d2 Expose VarDesc::persistable to Python (#4911)
8 years ago
QI JUN 7ad13fbfe9 Merge pull request #4876 from QiJune/sgd_op_sparse_kernel
8 years ago
zchen0211 5ec55e7995 deconv impl
8 years ago
Yang Yang c5b411c515 make compatible to new programDescBind
8 years ago
Yang Yang 39aa81e74e Merge remote-tracking branch 'upstream/develop' into prune_impl
8 years ago
zchen0211 80ebc8d5e3 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
kavyasrinet c10b8e808f Adding Proximal Gradient Descent (#4848)
8 years ago
fengjiayi a204fefe16 Fix several bugs in compile time backward and Protobuf desc (#4894)
8 years ago
fengjiayi af215a1a53 Design doc: Batch Normalization Operator (#3748)
8 years ago
Yu Yang e747623e86 Change ProgramDesc not a global variable (#4879)
8 years ago
dangqingqing 2a8dbd130d LSTM Operator forward implementation.
8 years ago
chengduoZH 40688d223e refine im2col (up_pad,down_pad)
8 years ago
chengduoZH d2c1408f91 fix im2col kocf for sequence projection
8 years ago
chengduoZH 1e60c9b2e8 Add sequence_project_op (use im2col)
8 years ago
Yang Yang(Tony) 43c05e434d Merge pull request #4855 from tonyyang-svail/executor_refine
8 years ago
Yu Yang 8938a9b0ac Correct implement BlockDesc destructor (#4882)
8 years ago
QI JUN 521514da36 fix conflict (#4883)
8 years ago
Markus Kliegl 164898277c MatMul operator (#4856)
8 years ago
dzhwinter fd96914d23 Merge pull request #4571 from sidgoyal78/momentum_op
8 years ago
qijun f9681459b2 fix gpu build error
8 years ago
Yu Yang 5d67677c60 Remove private data members in OpRegister (#4871)
8 years ago
qijun ab8cc401e6 add sparse sgd operator unittest
8 years ago
qijun 330c509bc3 Merge remote-tracking branch 'baidu/develop' into sgd_op_sparse_kernel
8 years ago
qijun 182ce51c6d add sparse kernel of sgd operator
8 years ago
zchen0211 98dccc9f21 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
Qiao Longfei 46f7854e5c fix mac compile (#4870)
8 years ago
Qiao Longfei df0946ebe2 Impl optimizer (#4734)
8 years ago
zchen0211 451863dba2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
Luo Tao 426f7eee8e simplify test_pool_py, add comments for different pooling strategy
8 years ago
tensor-tang 60b84856e7 refine the conf files, combine in one file
8 years ago
Luo Tao 2c1b35caaa Merge branch 'develop' into maxseq
8 years ago
Luo Tao a8a63d4c50 add MAX strategy for seqpool op
8 years ago
tensor-tang b487c62aac Merge remote-tracking branch 'upstream/develop' into merge_grad_gtest
8 years ago
tensor-tang 2dc6cea65c add unit tests for mkldnn branches, and fix typo
8 years ago
Yu Yang 064c3695ec Make global scope not thread-safe (#4850)
8 years ago
Yang Yang bdca4b37c4 change api based on design doc
8 years ago
Yang Yang e0cee58c84 modify protobuf
8 years ago
Yang Yang cf743ab064 merge develop
8 years ago
Yu Yang 73a8b78a72 Correct OpWithKernel's infershape (#4847)
8 years ago
Qiao Longfei fafc54d6c0 fix var_type_inference_test (#4854)
8 years ago
Yang Yang f06637002d simplify executor; pass compile
8 years ago
QI JUN 172e460d50 Merge pull request #4797 from reyoung/feature/implenment_infer_var_type
8 years ago
Qiao Longfei b10cd43554 rm cpp executor_test, rewrite in python later (#4849)
8 years ago
QI JUN cdc236cb82 Merge pull request #4841 from QiJune/pybind_selected_rows
8 years ago
qijun c65bdd9565 fix SelectedRows rows() method gpu runtime error
8 years ago
QI JUN 9fc593603b Merge pull request #4837 from QiJune/pybind_feed_fetch_method
8 years ago
Yu Yang 75d0c79015 Change Name convention of operator attributes (#4807)
8 years ago
Yu Yang 186d165565 AttributeChecker Better error log and speicalize bool (#4840)
8 years ago
qijun 97069927c9 Merge remote-tracking branch 'baidu/develop' into pybind_selected_rows
8 years ago
QI JUN 259f07b33c Merge pull request #4844 from QiJune/remove_OpRegistrar
8 years ago
QI JUN 86acf39cce Merge pull request #4801 from QiJune/add_selected_rows_functor
8 years ago
qijun eb27c735cb remove unused C++ class OpRegistrar
8 years ago
Yang Yang 865c2c8ed8 add compile DEPS
8 years ago
qijun 219f46ae16 export SelectedRows to Python
8 years ago
Yang Yang a64a6f527b id to block_id
8 years ago
qijun 5fe3f8f630 refine code
8 years ago
qijun 701c90f6f7 remove unused header file
8 years ago
Yang Yang 7c48335b7c merge fix linking
8 years ago
qijun c87e060c18 export feed/fetch method to Python
8 years ago
Yang Yang eb187366f4 merge develop
8 years ago
qijun 517e3c7947 Merge remote-tracking branch 'baidu/develop' into pybind_feed_fetch_method
8 years ago
qijun 5993497cb7 fix merge conflict
8 years ago
Yu Yang 4df6cf4d16 Rewrite feed/fetch op (#4815)
8 years ago
qijun 571f43ca39 Merge remote-tracking branch 'baidu/develop' into add_selected_rows_functor
8 years ago
tensor-tang 1199aa6876 fix bug: clear grad and always share data when output has cpu
8 years ago
Luo Tao 6a4282a20f refine comments of sequence_pool_op
8 years ago
Luo Tao 216b81ace7 Merge branch 'develop' into seqpool
8 years ago
武毅 4da6e86ff7 make listen queue configurable (#4659)
8 years ago
武毅 0c72649afc Fix gometalinter versioning (#4832)
8 years ago
qijun 0d7b1fd4fe fix bug in SelectedRowsAddTensorKernel
8 years ago
qijun ab5dc9fe18 remove SelectedRows functors to selected_rows_functor.h
8 years ago
Luo Tao 97332d7c0c Merge branch 'develop' into seqpool
8 years ago
tensor-tang dee7f81325 add finish work of mkldnn
8 years ago
dangqingqing 83627d3efd Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lstm
8 years ago
dangqingqing 3cace73701 Add lstm implementation.
8 years ago
qijun 7c0facd195 init
8 years ago
chengxingyi 60c2536d22 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
fengjiayi 44ed21eea5 Refine backward unit tests (#4817)
8 years ago
fengjiayi 6729f32c74 Expose Executor to Python (#4804)
8 years ago
Qiao Longfei a4b172252b Merge pull request #4809 from jacquesqiao/backward-return-map
8 years ago
Tao Luo 17b4cea49e Merge pull request #4759 from tensor-tang/merge_grad
8 years ago
qiaolongfei 2befb9f972 optimizer backward CreateGradVarInBlock input output order
8 years ago