Commit Graph

3080 Commits (f3812825d06c2e9fb2311ea3890f70fc2dcf0836)

Author SHA1 Message Date
武毅 8d6db25167
Merge pull request #6297 from typhoonzero/simple_dist_train_api
7 years ago
Luo Tao f3fc8de1d5 add doc for sequence_first/last_step
7 years ago
Cao Ying a1cfc32533
Merge pull request #6871 from lcy-seso/fix_fc_layer_doc
7 years ago
Yang Yu 540af318e7 Merge branch 'develop' of github.com:baidu/Paddle into feature/add_reorder_lod_tensor
7 years ago
dzhwinter abde3130b7
"remove GPU Sync Interface" (#6793)
7 years ago
caoying03 852cd544a9 fix latex equation in fluid fc layer.
7 years ago
Luo Tao d7a9bb6e19 add python wrap for sequence_first/last_step
7 years ago
Guo Sheng 7f96abc75e
Merge pull request #6849 from guoshengCS/fix-fluid-lrAttr
7 years ago
Cao Ying 298dc8958d
Merge pull request #6792 from lcy-seso/refine_doc
7 years ago
kavyasrinet 22fba722fb
Add doc for data layer (#6858)
7 years ago
kavyasrinet a552385902
Adding doc for sums layer (#6857)
7 years ago
Abhinav Arora 91911f4b56
Fix documentation of embedding layer (#6854)
7 years ago
kavyasrinet 61eb085648
Adding documentation for the operators: lod_tensor_to_array , array_to_lod_tensor, create_array, increment (#6807)
7 years ago
Abhinav Arora 3528e6ede6 Polish API docs for Fluid Assign and Concat layer (#6855)
7 years ago
kavyasrinet e473fa6bfe Adding array read layer (#6853)
7 years ago
kavyasrinet e56d03ea50 Writeup for array write layer (#6820)
7 years ago
kavyasrinet ab916e54b0
Adding layer array_length (#6817)
7 years ago
chengduoZH e902c36cdf add conv2d_python doc
7 years ago
guosheng adfe6900b9 Fix lr setting of param_attr in Fluid
7 years ago
caoying03 a74db488f7 follow comments.
7 years ago
typhoonzero 175a4f52c2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into simple_dist_train_api
7 years ago
typhoonzero 4658f9501e fix delete ops
7 years ago
Yang Yu 9189567a90 Follow comments
7 years ago
fengjiayi feb05c3a54 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rename_fill_zero_op_output
7 years ago
fengjiayi f56f149298 fix_output_name
7 years ago
fengjiayi 1a0fc5d8dc Add the simple support of no_grad_set
7 years ago
chengduoZH dcf5e948b0 remove conflict
7 years ago
Yang Yu 8823a12ef8 Merge branch 'develop' of github.com:baidu/Paddle into feature/add_reorder_lod_tensor
7 years ago
Abhinav Arora 863661a30b
Polishing the documentation of the less than layer (#6816)
7 years ago
Yang Yu b23982a2de Add ReorderLoDTensorByRank
7 years ago
Abhinav Arora ad9790891b Polish layer documentation for fill_constant ops (#6808)
7 years ago
caoying03 ebe4425ffa Merge branch 'develop' into refine_doc
7 years ago
Yibing Liu 82eff9dc68
Merge pull request #6804 from kuke/fix_dropout
7 years ago
Abhinav Arora c8ef45291d
Polishing the embedding layer and the fc layer documentation (#6806)
7 years ago
Yibing Liu c2b1ddb6a8 Correct the dropout_op's computation in test
7 years ago
fengjiayi 278ac7be5c Compelete basic framework
7 years ago
Yancey1989 e805cfcbf3 fix unit test failed
7 years ago
caoying03 c322c7bb02 some small refines.
7 years ago
caoying03 66468736aa Merge branch 'develop' into refine_doc
7 years ago
caoying03 6a1e312914 refine the doc.
7 years ago
fengjiayi 61a7df2e31 update
7 years ago
Luo Tao 22022017d9 add python wrapper for sequence_pool
7 years ago
guosheng c97369b470 Add python wrapper for reduce_mean
7 years ago
guosheng 0ab5d8e1d4 Add python wrapper for reduce_sum
7 years ago
Wang Meng 9bfa301389
Merge pull request #6631 from will-am/img_separable_conv
7 years ago
Qiao Longfei d639b13f15
Merge pull request #6744 from jacquesqiao/expose-const-value
7 years ago
qiaolongfei 927f5d567c complete const test
7 years ago
fengjiayi 590e6111f1 update
7 years ago
qiaolongfei c057d535d0 remove duplicated code
7 years ago
qiaolongfei b2023db36b fix a typo
7 years ago
qiaolongfei 5c530ea827 export const value to python
7 years ago
Yu Yang de85470d78
Support Clip in param_attr (#6729)
7 years ago
fengjiayi 6bb4a6fd42 update
7 years ago
yangyaming 760d20de92 Add test for sequence_softmax.
7 years ago
yangyaming 6cba821a60 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6712
7 years ago
typhoonzero b1b7af400f support multi node
7 years ago
dangqingqing 22446fe1c8 Fix the config arguments.
7 years ago
yangyaming 9573256f9d Remove main_program and startup_program.
7 years ago
wangmeng28 7be4f2b754 Merge remote-tracking branch 'upstream/develop' into img_separable_conv
7 years ago
wangmeng28 94ca8f2152 Make the default layer type for separable conv is exconv
7 years ago
yangyaming 2a058b109c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6581
7 years ago
yangyaming dfb2261d59 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6712
7 years ago
Yu Yang 7901f06ab7
Remove `main_program` and `startup_program` as the paramter of layer function (#6655)
7 years ago
yangyaming fa5cdd8f74 Expose sequence_softmax_op.
7 years ago
yangyaming 9ee9fefd2d Change the return order to h, c.
7 years ago
yangyaming d993a4f58b Change default value for bias_attr.
7 years ago
yangyaming 69072ef1ce Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6581
7 years ago
yangyaming 58d6946c87 Set the act to 'linear'.
7 years ago
typhoonzero 7be79231e1 wip multi-trainer
7 years ago
yangyaming 984e4ca530 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6590
7 years ago
yangyaming a398e25d6a Expose param_attr and bias_attr.
7 years ago
ranqiu 76f0bd83dc Update annotations of layers.py
7 years ago
yangyaming ed56ed9f3a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6581
7 years ago
dangqingqing 521db98bc9 Refine CUDA profiler and delete the test file.
7 years ago
wanghaoshuang fbdaf7e098 Fix unitest
7 years ago
yangyaming 3242e286e6 seq_expand --> sequence_expand
7 years ago
typhoonzero e6079390a9 add example doc in transpiler
7 years ago
sweetsky0901 7456d737b2
Merge pull request #6204 from sweetsky0901/my_spp_op
7 years ago
Qiao Longfei e3a9a896bc
Merge pull request #6691 from jacquesqiao/fix-simple_gru2-doc
7 years ago
dzhwinter 24fda39220
Feature/global context (#6537)
7 years ago
qiaolongfei 964f01e3e8 fix simple_gru2 doc
7 years ago
fengjiayi b3ea677a2b update
7 years ago
sweetsky0901 5be5afb331 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_spp_op
7 years ago
sweetsky0901 1eac276300 add spp avg
7 years ago
yangyaming 0d748f5bcd Move seq_expand to nn.py.
7 years ago
yangyaming 087fbb498b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6590
7 years ago
yangyaming 734e87e55b Add python wrapper for lstm unit op.
7 years ago
typhoonzero f8f80db163 update for multi trainer
7 years ago
fengjiayi f2e76008d3 update
7 years ago
Yibing Liu 5ac8a0bec8 Merge branch 'develop' of upstream into fix_reshape_op
7 years ago
Yu Yang d5cab4f07c
Fix compile on CUDA9.1 & MacOS (#6642)
7 years ago
typhoonzero e13e15d8a4 fix ci
7 years ago
Yancey d7b67f2b74
fix pipe_reader on multi passes (#6627)
7 years ago
typhoonzero dfbc9f2e6b fix ut
7 years ago
sweetsky0901 929be3a4a5 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
7 years ago
guosheng a7fa2051f2 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-multiBatch-chunkEval-dev
7 years ago
chengduoZH 479ee271ed remove conflict
7 years ago
typhoonzero 1b20096a52 done
7 years ago
wangmeng28 126d274ed4 Add separable convolution
7 years ago
Yu Yang e0698e33a8
Make layers as a python module (#6564)
7 years ago
fengjiayi ecfd2ac8a0
Merge pull request #6614 from JiayiFeng/dev_rename_sub_block
7 years ago
fengjiayi dafd449c68 Unify `step_block` and `block` to `sub_block`
7 years ago
guosheng 181db32649 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-multiBatch-chunkEval
7 years ago
yangyaming 3545d3a61d Expose seq_expand op.
7 years ago
Guo Sheng 49b8ac805e
Merge pull request #6550 from guoshengCS/enhance-exclude-param-init
7 years ago
Yibing Liu 0a75ed6f5b Add unit test for dimension inference in reshape_op
7 years ago
typhoonzero 40d0fff2e5 single pserver workable version
7 years ago
guosheng 842b485f6a Enhance ReduceOp to support reducing over all elements
7 years ago
typhoonzero 2b47fb3d25 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into simple_dist_train_api
7 years ago
typhoonzero 9508c72685 wip: should fix variable recreate
7 years ago
Yu Yang 0a8addf802
Make cast op support bool (#6562)
7 years ago
Yu Yang d069f2ca0a
Make fluid.layers.fc support multiple param_attr (#6532)
7 years ago
sweetsky0901 89de58d990 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_spp_op
7 years ago
guosheng 2cc3453243 Refine the doc of parameters.init_from_tar
7 years ago
dzhwinter 697facc92f
"add registry interface" (#6449)
7 years ago
guosheng 29cd089ab2 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-multiBatch-chunkEval
7 years ago
sweetsky0901 73a9c853fa Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
7 years ago
typhoonzero b4cd7f3d75 wip need ut
7 years ago
guosheng 63ce906b08 Refine ChunkEvalutor by following comments
7 years ago
chengduoZH 50003984d4 remove conflict
7 years ago
guosheng 6ecf08b173 Enhance init_from_tar to support indicating parameters excluded from the initialized model
7 years ago
fengjiayi 8f7d0b1814
add param_attr for nets (#6509)
7 years ago
guosheng 1eaeacb2c8 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-multiBatch-chunkEval
7 years ago
sweetsky0901 4d8f39b853 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
7 years ago
guosheng 9a89b041ba Add ChunkEvaluator for multi-batches
7 years ago
Yu Yang d918ccded3
Add fill_op (#6477)
7 years ago
chengduo 7902ad653c
Merge pull request #6500 from chengduoZH/feature/v2_doc_img_pool
7 years ago
chengduoZH 7d88029381 equation align
7 years ago
chengduoZH 936f0546e3 fix img_pool maxout doc
7 years ago
wangmeng28 c175eeb387 Fix wrong index in dataset downloading exception
7 years ago
Siddharth Goyal 4ff6bc175a
Add row conv operator (#6013)
7 years ago
sweetsky0901 8ec20b22fc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
7 years ago
dzhwinter 0ca6274451
"add global regularization" (#6443)
7 years ago
sweetsky0901 15b1e8e858 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
7 years ago
sweetsky0901 65b641bf66 add detection_output op
7 years ago
typhoonzero 489b9695e4 wip for testing
7 years ago
ranqiu 322bf3fe36 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into doc
7 years ago
Yu Yang 9f44af9d7c
Fix #6460 (#6461)
7 years ago
ranqiu 8d428bd9b8 Update annotations of layers.py
7 years ago
typhoonzero 308491a94a update for simple dist train
7 years ago
sweetsky0901 b41894d147 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
7 years ago
sweetsky0901 fe177b6292 test detection_output cpu and gpu ok, but doc will be modify
7 years ago
chengduoZH 5f48421cc3 fix conv2d_transpose API (Add dilation)
7 years ago
chengduoZH d93bbf1b35 add conv_trans unit test
7 years ago
typhoonzero 71655334c6 update
7 years ago
武毅 438ed1287b
Merge pull request #6411 from PaddlePaddle/release/0.11.0
7 years ago
Cao Ying 00d6c90f56
Merge pull request #5962 from ranqiu92/doc
7 years ago
chengduo b6e67f6c0f
Merge pull request #6392 from chengduoZH/feature/fix_python_api_doc
7 years ago
typhoonzero ac18580bb9 update
7 years ago
typhoonzero 361126f26b python package name gpu
7 years ago