Commit Graph

1055 Commits (4df6cf4d16ad271101bd37de7f84fb054f1d788a)

Author SHA1 Message Date
Luo Tao 67dc606b32 Merge branch 'develop' into seqpool
8 years ago
chengduoZH 1d41a6d45a update paddle/operators/math/CMakeLists.txt
8 years ago
chengduo e85fa5e9c1 Merge branch 'develop' into fix_pool_op_doc_and_class_declarations
8 years ago
chengduoZH 32146da9b1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into Add_vol2col_functor
8 years ago
chengduoZH c85d777f87 follow comments
8 years ago
chengduoZH 72d3d814b5 fix math/CMakeLists.txt
8 years ago
Siddharth Goyal 6604d7cda2 Add logsigmoid (numerically stable) and softshrink (#4663)
8 years ago
Yan Chunwei 843ed8e320 dynamic recurrent op forward c++ implentation (#4597)
8 years ago
qijun 436ea50d5f follow comments
8 years ago
Yang Yang 293a7d1e75 add feed infershape todo
8 years ago
Markus Kliegl a281b38393 Conv Shift Operator (#4591)
8 years ago
qijun a308ff29af make infershape of feedop and fetchop compatible with compile-time design
8 years ago
chengduoZH f2e7cf2141 fix InferShapeContextBase to InferShapeContext
8 years ago
chengduoZH 6db476ed89 Separate the declarations and implementation of the PoolOp and PoolMaker class in order to reuse in pool_cudnn
8 years ago
chengduoZH 67edd04a2f fix doc
8 years ago
chengduo 0f1d3af438 Merge pull request #4461 from chengduoZH/Add_maxpool_withIdx_only
8 years ago
Luo Tao 60f706a1d6 add SQRT strategy for sequence_pool_op
8 years ago
chengduoZH 36da82550a Add code comments
8 years ago
qijun 975a51294e infer feed operator output variable shape with dims attribute
8 years ago
chengduoZH e21e5646a5 fix atomicAdd -> CudaAtomicAdd
8 years ago
Yancey1989 e880a356fe update
8 years ago
Yancey1989 462579c416 update
8 years ago
Yancey1989 a4d410aec8 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into seqconcat_op
8 years ago
Yancey1989 d211b51bd4 update comment
8 years ago
qijun 7d21d8c022 Merge remote-tracking branch 'baidu/develop' into executor_impl
8 years ago
qijun 15400748ae follow comments and refine codes
8 years ago
chengduoZH 6c6474cbd8 follow coments
8 years ago
zhouxiao-coder e6421249d5 update to latest
8 years ago
Yang Yang 932402c16b debug for sum
8 years ago
QI JUN 9efd5422f9 Merge pull request #4655 from abhinavarora/fill_constant_op
8 years ago
Tao Luo ceefb555f7 Merge pull request #4500 from luotao1/interp
8 years ago
Abhinav Arora 6efacc14d8 Implementing the fill constant op for the executor
8 years ago
gangliao e655d29173 merge develop
8 years ago
Yang Yang e51557130e clean up for review
8 years ago
Yu Yang dcb09e932d Use PROTO_LITE when refactoring Paddle
8 years ago
Yu Yang 92add2a29b Fix compile error in develop branch
8 years ago
Qiao Longfei e12ec95ac1 Merge pull request #4630 from jacquesqiao/merge-infershapecontext
8 years ago
Abhinav Arora 4cb5bd9021 Implementing the Adamax optimizer operator (#4538)
8 years ago
kavyasrinet f30a1f42f0 Adding relu6 activation function (#4607)
8 years ago
Luo Tao 597299074e fix bug in REGISTER_OP(reduce_min)
8 years ago
Luo Tao a06f099d9f refine comment of interp_op
8 years ago
chengduoZH fcfce48421 follow coments
8 years ago
zhouxiao-coder 53574e54a1 reslove merge conflict;reimplement ELU activation with functor
8 years ago
Luo Tao 707d144c93 Unify Reduce functions and simplify register code
8 years ago
Luo Tao 5b862fedf1 remove debug log in interp_op.cc
8 years ago
Luo Tao 4724bdbe68 Merge branch 'develop' into interp
8 years ago
chengduoZH 3db3a1066b remove conflict
8 years ago
chengduoZH ba791f7b3f Add vol2col functor and unit test
8 years ago
Yang Yang c93d74aa06 merge develop
8 years ago
qiaolongfei c0a34e1c64 rename InferShapeContextBase to InferShapeContext
8 years ago
Yi Wang 99895730f7 Merge pull request #4609 from kavyasrinet/tanhshrink
8 years ago
qijun f087533cc3 Merge remote-tracking branch 'baidu/develop' into executor_impl
8 years ago
qijun 91f5d2b9cb follow comments and create local_scope inside executor run method
8 years ago
Yi Wang 097f533bca Resolve conflict
8 years ago
qijun e8a678e1ee fix executor gpu unittest runtime error
8 years ago
qijun 1f5192a27b fix executor gpu unittest
8 years ago
kexinzhao 087addaa76 Merge pull request #4558 from kexinzhao/adagrad_op
8 years ago
Kexin Zhao 78f4c803f3 change learning rate and fix format
8 years ago
qijun 39f75a13a4 Merge remote-tracking branch 'baidu/develop' into executor_impl
8 years ago
qijun bbceb72398 refine some codes
8 years ago
qijun 48b080db9f ensure global BuddyAllocator is initialized before global Scope
8 years ago
Kavya Srinet f52cdaa0ce Updated RMSProp to have learning rate as an input and work with GPU
8 years ago
Kavya Srinet 0336304176 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rmsprop
8 years ago
Kavya Srinet 154a6ed29c Implementing tanhshrink operator
8 years ago
qijun 45c4dcaabb add fetch operator
8 years ago
kavyasrinet 3e2be065b9 Merge pull request #4604 from kavyasrinet/activations
8 years ago
qijun 20725f2d52 add executor feed operator test
8 years ago
Abhinav Arora 828c5b3e1d Adding Adadelta optimization operator (#4576)
8 years ago
Kavya Srinet 60af56c1b8 Added Leaky Relu activation
8 years ago
qijun 623848afa1 add feed operator
8 years ago
Yi Wang 1172f24929 Merge pull request #4590 from wangkuiyi/paddle_only_cpu
8 years ago
qiaolongfei 8ebc31d935 optimize the dsize
8 years ago
qiaolongfei 775c60246b remove using in sgd header file
8 years ago
Yu Yang 2594a50245 Polish code
8 years ago
Yu Yang c4effc7d2d Fix CI Test
8 years ago
qiaolongfei ee7b3ed09e use EigenScalar to get learning_rate from GPU device
8 years ago
Yi Wang 4558807c48 Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU
8 years ago
Yi Wang e79d2f1b65 Merge pull request #4584 from reyoung/feature/change_macro_paddle_no_gpu
8 years ago
Kavya Srinet fa12e51675 Adding the default attribute test case
8 years ago
Kavya Srinet 94855f4af0 Fixed changes proposed in the review
8 years ago
Yu Yang e119177a8c Use unique_ptr
8 years ago
Yu Yang 84500f9487 Change `PADDLE_ONLY_CPU` to `PADDLE_WITH_GPU`
8 years ago
Abhinav Arora eed2c1e1d6 Changing SGD inputs and outputs to conform to Operator naming convention (#4586)
8 years ago
Abhinav Arora 324876bbbf Changing learning rate from type Input(float) to Input(tensor) (#4578)
8 years ago
Yu Yang 14a59d2e6b Merge branch 'develop' of github.com:baidu/Paddle into feature/grad_reg_mechanism_cont2
8 years ago
zchen0211 94b94e5b68 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
zchen0211 2d876b8643 gather scatter fix according to google style
8 years ago
Abhinav Arora 42e7fe05a2 Changing learning rate from attribute to input(float) (#4568)
8 years ago
Kavya Srinet 163d287143 Made learning rate the input
8 years ago
Kexin Zhao d1de7ec630 Change learning rate from attribute to input tensor
8 years ago
zchen0211 2ccaec4f57 gather scatter cond
8 years ago
Yu Yang 46c551b299 Complete Register Gradient in compile time
8 years ago
Kavya Srinet 61c03f9d59 Adding the implementation for rmsprop operator
8 years ago
Yu Yang ff1bfdedc9 Fix CRLF in sum_op.cu
8 years ago
Yu Yang adec0d30fe Simplify SumOp Kernel
8 years ago
zchen0211 58174b12f7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
zchen0211 84b8baf196 gather scatter with cuda streams
8 years ago
Kexin Zhao 05cbd4daac fix format
8 years ago
qiaolongfei cde542e652 optimize auto
8 years ago
qiaolongfei 6b051b651a optimize code
8 years ago