Commit Graph

3634 Commits (73b66540b6e559b8776667552df6579b01a6a73c)

Author SHA1 Message Date
Abhinav Arora 7905e36741
Implement Book chapter 02 in distributed framework (#7629)
7 years ago
fengjiayi 84de7e7f03 make auto-registry layers supporting specified output
7 years ago
fengjiayi 773f2f735c fix errors
7 years ago
Yibing Liu ef56e6839a Correct the usage of fc in the example of dynamic_lstm's doc
7 years ago
wanghaoshuang 01d568e59a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ctc_evaluator_py
7 years ago
wanghaoshuang 4673a4a9aa divide this operator into ctc_greedy_decoder and edit_distance_error.
7 years ago
yangyaming bea41444d7 Refine the implementation and add unit test.
7 years ago
typhoonzero 30529e314e delete debug transpiler code
7 years ago
wanghaoshuang 6e04e580d2 Change input data type to int64_t in unitest and GPU kernel
7 years ago
guosheng b83ff4514b Register reduce_op_kernel with multiple data types
7 years ago
chengduoZH 2edc136c5f add 4-d for matmul_op
7 years ago
whs 2360dd20a4
Merge pull request #7438 from wanghaoshuang/ctc_py
7 years ago
wanghaoshuang 2ca603b98f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ctc_evaluator_py
7 years ago
wanghaoshuang 082c302c3f Add comments
7 years ago
Yibing Liu 3b0eff6196 Format the writing in doc of dynamic_lstm
7 years ago
Yibing Liu f46257fa4a Merge branch 'develop' of upstream into add_lstm_doc
7 years ago
Yibing Liu f050390754 Polish the doc of dynamic_lstm
7 years ago
wanghaoshuang 0dd3919a21 Add python wrapper for ctc_evaluator
7 years ago
fengjiayi 51985aa2aa Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_global_norm_clip
7 years ago
wanghaoshuang 4de6cbd308 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ctc_py
7 years ago
chengduoZH edd2132679 remove conflict
7 years ago
Kexin Zhao 856f650a9b fix bug
7 years ago
Guo Sheng 4b3e22b865
Merge pull request #7574 from lcy-seso/wraper_for_l2_normalize
7 years ago
fengjiayi 1d89866995
Merge pull request #7593 from JiayiFeng/dev_elementwise_scalar
7 years ago
fengjiayi 37a9437073
Merge pull request #7538 from JiayiFeng/dev_elementwise_max_min
7 years ago
Kexin Zhao 6edbf1387c remove ptools
7 years ago
Kexin Zhao e1f475ad1e refine code
7 years ago
wanghaoshuang e469545757 Add Copyright to test_ctc_align.py
7 years ago
Kexin Zhao ed3e5717ba fix bug
7 years ago
Kexin Zhao dc168ed00a modify programDesc based on feed and fetch names
7 years ago
Helin Wang 151f579c23 Recv OP: use BlockDesc* instread of ProgramDesc proto as Attribute
7 years ago
Yu Yang b8a17987ec Feature/parallel for bug fix (#7474)
7 years ago
fengjiayi 193096194c Merge branch 'dev_elementwise_max_min' into dev_elementwise_scalar
7 years ago
fengjiayi a37f6ad379 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_elementwise_max_min
7 years ago
ying e043c2ce45 Merge branch 'develop' into wraper_for_l2_normalize
7 years ago
fengjiayi a247972dda fix a error
7 years ago
fengjiayi 958d07bee3 fix a error
7 years ago
fengjiayi 1dac173b51 add API for clip_by_global_norm
7 years ago
typhoonzero f233b936c7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into distributed_split_selectedrows
7 years ago
fengjiayi 6ebfade465 fix copyright information
7 years ago
fengjiayi 3f5c77cc4b fix copyright information
7 years ago
wanghaoshuang fe45f2115f 1. Rename 'block_expand' to im2sequence
7 years ago
fengjiayi f1a889720a fix copyright
7 years ago
fengjiayi 4cb6e72b85 refine code details
7 years ago
typhoonzero 02ea349101 enhance dist train performance
7 years ago
Yibing Liu 5ae0c97faf Add unit test case for no tokens to be erased
7 years ago
guosheng db959d6350 Add dot_product_attention to nets.__all__
7 years ago
guosheng 66054984cd Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-dot_product_attention
7 years ago
fengjiayi 228e14adb7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_global_norm_clip
7 years ago
fengjiayi f189ad7442 refine the defination of class GradientClipByGlobalNorm
7 years ago
guosheng 9bcb2d268e Add python wrapper for matmul_op and dot_product_attention
7 years ago
wanghaoshuang 7150289b5c Refine CPU kernel
7 years ago
fengjiayi 14f6fa346b make elementwise op support scalar as input Y
7 years ago
wanghaoshuang 11b4471ade Add python API for block expand op
7 years ago
chengduoZH ed7e74abf2 follow comments and refine python doc
7 years ago
ying 87a59d65d6 Merge branch 'develop' into wraper_for_l2_normalize
7 years ago
chengduoZH 24f528a1a5 follow comments
7 years ago
wanghaoshuang adcfde3eab Modify unitest
7 years ago
fengjiayi 3177c9a691 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_elementwise_max_min
7 years ago
wanghaoshuang bfe7e24243 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into blockexpand
7 years ago
fengjiayi d15bfabbd0 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_elementwise_max_min
7 years ago
wanghaoshuang e82f1008a8 Finish block expand op
7 years ago
Yibing Liu aab4cfeb65 Add doc for dynamic_lstm python api
7 years ago
dangqingqing d2a70243f1 Refine profiler and expose to Python.
7 years ago
yangyaming 2a0a576130 Add non-linear activation.
7 years ago
yangyaming 8266fcc3be Add pyton wrapper for row conv operator.
7 years ago
wanghaox 3b63815629 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into iou_sim
7 years ago
wanghaox 2ad5a6f0d1 add iou similarity operator
7 years ago
caoying03 6497bff901 add python wrapper for l2 normalize.
7 years ago
wanghaoshuang 10dd632659 Rename 'ctc_greedy_decode' to 'ctc_decode'
7 years ago
wanghaoshuang 281e93bcbb Remove 'top 1' from CPU and GPU kernel
7 years ago
dzhwinter 4031e88dc4 "fix the copyright hook"
7 years ago
Yang yaming 1511a04934
Merge pull request #7540 from pkuyym/fix-7533
7 years ago
wanghaoshuang d968b4ba1a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ctc_py
7 years ago
wanghaoshuang 24144bdb2c Add notice about norm_by_times and change 'ctc' to 'CTC'
7 years ago
Yang yaming f23691db4b
Merge pull request #7434 from pkuyym/fix-7195
7 years ago
whs 448fee3db4
Merge pull request #7414 from wanghaoshuang/warpctc
7 years ago
yangyaming c01bb26f1d Add reorder flag for DynamicRNN's memory function.
7 years ago
dzhwinter b9b75377a2
Feature/hooks (#7513)
7 years ago
chengduoZH 251c6032fb set use_cudnn as default
7 years ago
typhoonzero bcfb82d33e dist train support split selectedrows
7 years ago
fengjiayi ee8e5374d8 add max min layer
7 years ago
fengjiayi c6d7ad3689 fix typo
7 years ago
fengjiayi 1e6e5ac64c add unit test
7 years ago
chengduoZH 78dc93430c expose use_cudnn
7 years ago
guosheng f2e1f3e114 Fix activation for glu
7 years ago
guosheng 234013a9d7 Add python wrapper for matmul_op
7 years ago
Cao Ying e7acf32cdf
Merge pull request #7525 from guoshengCS/add-python-glu
7 years ago
wanghaoshuang 8f37c3c2a7 Fix sequence scale functor cuda kernel
7 years ago
yangyaming 25fee87154 Change program.seed from 0 to 1.
7 years ago
dzhwinter 0237b7e99a
"remove random shuffle" (#7521)
7 years ago
Yu Yang 3bbff25bc3
Merge pull request #7453 from reyoung/feature/fix_seed_for_dynrnn_test
7 years ago
wanghaoshuang 579f684661 Add ctc_greedy_decode_op
7 years ago
yangyaming f05330b78b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-7195
7 years ago
guosheng ef129718ea Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-python-glu
7 years ago
武毅 8d253e4965
Merge pull request #7249 from typhoonzero/transpiler_split_tensor
7 years ago
guosheng c083a60d7a Add python split and glu
7 years ago
fengjiayi e5c89143c4
Merge pull request #7431 from JiayiFeng/dev_error_clip_test
7 years ago
yangyaming a091d1a31c Enhance print_op.
7 years ago
typhoonzero c996eb8a0b rename dist tests
7 years ago
fengjiayi 0a44cd91df Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_error_clip_test
7 years ago
fengjiayi adc26dffa9 developing GradientClipByGlobalNorm
7 years ago
QI JUN 59bc4c4600
fix dynamic rnn bug in GPU (#7480)
7 years ago
typhoonzero b886b8292d add cmakelist
7 years ago
dzhwinter 5ad1aef051
"cudnn operators change to cudnn kernel" (#6660)
7 years ago
wanghaoshuang 45cf234127 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into warpctc
7 years ago
wanghaoshuang 137f0dfc21 1. Fix warpctc grad tensor initial bug.
7 years ago
Cao Ying df9c13a816
Merge pull request #7485 from lcy-seso/wrapper_for_elementwise_math_op
7 years ago
wanghaox 8ab611d559 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into prior_box
7 years ago
wanghaox 1ba3d29789 update code
7 years ago
Cao Ying db65f497ff Update comments for two operators. (#7457)
7 years ago
ying 8ac744f372 add wrapper for elementwise math operator.
7 years ago
typhoonzero df50c14abd Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into transpiler_split_tensor
7 years ago
typhoonzero 06b326b681 follow comments
7 years ago
fengjiayi d23ea4ef8e add gradient clip by norm
7 years ago
typhoonzero c24da0d3ee update unit test split var
7 years ago
fengjiayi 697f92ef86 Add type check
7 years ago
Yan Chunwei 3423022e84
feature/add print op (#6799)
7 years ago
Tao Luo b4d1811c9a
Merge pull request #7470 from kavyasrinet/doc
7 years ago
typhoonzero 5faebab375 Done, need support selectedrows
7 years ago
Tao Luo 03c858a9be
Merge pull request #6596 from lcy-seso/update_capi_doc
7 years ago
emailweixu d954becb1c
Merge pull request #7371 from emailweixu/assign_value_op
7 years ago
Kavya Srinet 54791af658 Addressing review comments
7 years ago
Kavya Srinet c806eeff61 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into doc
7 years ago
Kavya Srinet 25c8739362 Adding the rst file to render IO under Fluid in paddlepaddle.org
7 years ago
Xi Chen cadb95fbeb minor tweaks
7 years ago
Xi Chen b1f24660bf add dist demo fit_a_line
7 years ago
Darcy 5d9dcfc1d0
Merge pull request #7429 from putcn/book_demo_distributed_understand_sentiment_
7 years ago
helinwang bfc68f256a
Merge pull request #7425 from helinwang/distributed_label_semantic_role
7 years ago
xuwei06 237385cf41 Correctly handle int values for assign_value_op
7 years ago
xuwei06 ce233796ea assign_value operator
7 years ago
Helin Wang 6c0723661e Add distributed label semantic role book chapter
7 years ago
Abhinav Arora ea782e38a6
Fix typo in batch norm bias initialization (#7449)
7 years ago
yi.wu 5d901d00bf update
7 years ago
typhoonzero 5325313e4c debugging shape match
7 years ago
Yu Yang a9dbdab5e2
Merge pull request #7396 from reyoung/feature/parallel_for_unittest
7 years ago
Yang Yu e5b23785fe Fix random seed of dynamic rnn gradient check
7 years ago
ranqiu92 95c0c12641
Merge pull request #7384 from dzhwinter/feature/sync_wait
7 years ago
yangyaming a7c2bfb4a1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-7195
7 years ago
Yang Yu 83c72536e6 Update batch_size
7 years ago
wanghaoshuang fd24e195a3 Uncomment check output in unitest
7 years ago
yangyaming 2fd7675cd3 Add lod checking for forward.
7 years ago
wanghaoshuang fb62f8cb0f Add python api for warp-ctc op
7 years ago
QI JUN 1797f3db85
Refine memory optimization transpiler (#7394)
7 years ago
dzhwinter 92eb247f07 "fix stupid error"
7 years ago
yangyaming 6f79bbc93e Add unittest except gradient checking (since bugs).
7 years ago
Yang Yu dc488c17d1 Merge branch 'develop' of github.com:baidu/Paddle into feature/parallel_for_unittest
7 years ago
Yang Yu 12aca860bf Add comment
7 years ago
QI JUN 87f9b58363
set stop gradient for mask in dropout layer (#7390)
7 years ago
fengjiayi 0064f6d976 refine test
7 years ago
whs 59bf85d914
Merge pull request #7325 from kuke/sequence_erase_op
7 years ago
wanghaoshuang 9eb3fb2946 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into warpctc
7 years ago
wanghaoshuang b1af5e435f 1. Fix warpctc grad op
7 years ago
yi.wu 2827607fa8 fix startup program shape
7 years ago
Tao Luo af96cd5877
Merge pull request #7397 from luotao1/openblas_env
7 years ago
typhoonzero 6fa56b9d01 left startup program bug
7 years ago
yangyaming 52dad013ce Add static_input.
7 years ago
Yibing Liu f3dcd00603 Merge branch 'develop' of upstream into ctc_edit_distance_dev
7 years ago
Yu Yang 6cff3c96db
Merge pull request #7381 from reyoung/feature/refine_get_places_op
7 years ago
fengjiayi 1f5f79cbf5 fix error_clip errors and add unit test
7 years ago
Yibing Liu a1935b23c4 Remove unnecessary prefix in test name of edit_distance_op
7 years ago
Yang yaming a32027604f
Merge pull request #7176 from pkuyym/fix-7173
7 years ago
Luo Tao 929d22c622 auto set openblas env
7 years ago
Yang Yu 2412f2f412 Polish Unittest for ParallelFor
7 years ago
Yang Yu c7eb199b2e Init commit
7 years ago
Yibing Liu 10779460c5 Simplify calc in test_sequence_erase_op
7 years ago
Yang Yu e5e206e2b6 Merge branch 'develop' of github.com:baidu/Paddle into feature/refine_get_places_op
7 years ago
Yang Yang(Tony) 4bcc0b64cb
[WIP] feature/parallel_gpu (#7293)
7 years ago
dzhwinter 42daf4c302 "add sync op"
7 years ago
Yang Yu 4059c9ca7f Polish GetPlacesOp
7 years ago
fengjiayi df92776850
Merge pull request #7269 from emailweixu/calc_gradient
7 years ago
dzhwinter 5f98500009 Make init device on all gpu by default (#7345)
7 years ago
Qiao Longfei efe06caa3d
change data type of beam_search op (#7374)
7 years ago
typhoonzero 50a02adf5e transpile program ok
7 years ago
xuwei06 6e5eae137d Unittest for fluid.backward.calc_gradient()
7 years ago
xuwei06 585dec3dc2 Calculating gradients for partial graph
7 years ago
Xi Chen 4a3580ac75 add missing dependency
7 years ago
QI JUN 6ecbf08372
add memory optimization transpiler (#7356)
7 years ago
typhoonzero 9c0b1cf1c2 update wip pserver transpile
7 years ago
wanghaox 99a6c5d40e change output shape to [2, layer_height, layer_width, num_priors, 4]
7 years ago
Yancey e249ad1211
Test dist word2vec (#7334)
7 years ago
Yiqun Liu b5fda2723f
Port WarpCTC Operator (#5107)
7 years ago
QI JUN fe341bacde
refine batch norm python layer (#7348)
7 years ago
typhoonzero 56e758fc10 trainer ok
7 years ago
zhangchao 1566af8a3d
Merge pull request #7301 from peterzhang2029/conv_group_fix
7 years ago
peterzhang2029 b3db8ef871 refine the description
7 years ago
fengjiayi 6ece41ecb9
Merge pull request #7213 from JiayiFeng/dev_add_callback_for_backward
7 years ago
Xi Chen 452fe1e1be init checkin for distributed book chapter 6
7 years ago
Yibing Liu 7b9d5b325c Add document for sequence_erase_op
7 years ago
Yibing Liu 37f933b8ad Add gpu kernel for sequence_erase_op
7 years ago
typhoonzero f35c56060c split tensor to pservers
7 years ago
peterzhang2029 a4742115d1 init
7 years ago
yangyaming 12ed53c1f2 Inherit LoD from x to x_grad and enhance the unit test.
7 years ago
Tao Luo 41307c738d
Merge pull request #7284 from pkuyym/fix-7211
7 years ago
Yu Yang 219fbd51bc
Merge pull request #6732 from QiJune/get_places_op
7 years ago
Yibing Liu 2a54ddd267 Merge branch 'develop' of upstream into sequence_erase_op
7 years ago
Guo Sheng 26d451116b
Merge pull request #7251 from guoshengCS/enhance-reorderTensor
7 years ago
yangyaming 67b8c09210 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-7211
7 years ago
Yang Yu 63ff0b4ba9 Refine get_places
7 years ago
yangyaming 872b1c8884 Stop gradient when pool_type=='max'
7 years ago
Tao Luo c62383e951
Merge pull request #7255 from tensor-tang/capi
7 years ago
Qiao Longfei 0f353ab46e
cpu gpu transform function (#7191)
7 years ago
Yang yaming a9f7cd340b
Merge pull request #7278 from pkuyym/fix-7216
7 years ago
Yang Yu ed0cf3d6c6 Merge branch 'develop' of github.com:baidu/Paddle into feature/get_places
7 years ago
Siddharth Goyal 691b5cac61 Fix equation for gru op (#7274)
7 years ago
Yu Yang 758fe4731c
Merge pull request #7260 from emailweixu/conditional
7 years ago
yangyaming 05c08214e3 Bug fix when inserting fill_zeros_like_op.
7 years ago
ying 52c2278692 Merge branch 'develop' into update_capi_doc
7 years ago
Siddharth Goyal 12e3514139 Modify inference.cc to run example without pickletools (#7262)
7 years ago
Yibing Liu e85c513307 Add sequencee erase operator
7 years ago
Cao Ying 3b543756aa
Merge pull request #7241 from will-am/fix_doc_paramattr
7 years ago
Cao Ying 0b6c5e6d25
Merge pull request #7223 from PaddlePaddle/emailweixu-patch-1
7 years ago
xuwei06 787d1d36d0 Fix the output of conditional_block
7 years ago
tensor-tang 6de2049651 use the mkldnn shared lib so.0
7 years ago
guosheng ea6eb96347 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into enhance-reorderTensor
7 years ago
guosheng e21923543a Enhance reorder_lod_tensor_by_rank_op to support Tensor
7 years ago
typhoonzero c70ea1cc30 add splitter
7 years ago
typhoonzero ed55f1b9d4 transpiler_split_tensor
7 years ago
fengjiayi be218bfac4 fix bug
7 years ago
fengjiayi 33cb12a89b update error clip
7 years ago
fengjiayi dea5263179 update error clip
7 years ago
Yu Yang 894236a128
Merge pull request #6730 from tonyyang-svail/parallel_do
7 years ago
wangmeng28 298977c4e4 Fix doc of ParameterAttribute
7 years ago
dzhwinter 5593858dd9
Feature/use cudnn (#7141)
7 years ago
Yang Yu 8496b2e41b Refine parallel_do
7 years ago
Yang Yu 60e27d110b Merge branch 'develop' of github.com:baidu/Paddle into parallel_do
7 years ago
Tao Luo 809122cb5a
Merge pull request #7097 from Xreki/core_inference_example
7 years ago
Siddharth Goyal f3c42f607c
Add doc for gru_unit op (in fluid) (#7151)
7 years ago
emailweixu ebc616b0f9
Fix comment to layers.fc
7 years ago
Yu Yang 2b259bf14d
Merge pull request #7208 from reyoung/feature/default_omp_num_threads_1
7 years ago
fengjiayi 4ead8e1b57 Add doc for error clip
7 years ago
Tao Luo ee341efd79
Merge pull request #7183 from tensor-tang/use_mkl_packed
7 years ago
dzhwinter a4024a5f3d
"remove cudnn devicecontext" (#7207)
7 years ago
Yang Yu b585c93ab0 Default use one thread in fluid
7 years ago
fengjiayi 134c5c4db7 Support callback
7 years ago
Yu Yang cd5fad13ce
Merge pull request #7160 from reyoung/feature/expose_activations
7 years ago
yangyaming f947c15378 Consider multiple levels of LoD.
7 years ago
tensor-tang d3f867e776 enable mkl_packed_recurrent python interface
7 years ago
tensor-tang 042f3524d2 add flag use_mkl_packed
7 years ago
Yang yaming 89bbc4f6e5
Merge pull request #7157 from pkuyym/fix-7156
7 years ago
yangyaming 66ae0a8cb2 Enhence shrink_rnn_memory_op.
7 years ago
Yang Yang 7411df34b8 add multi thread
7 years ago
Yang Yang 8ee17e965f pass sgd at first iter
7 years ago
Yang Yang 9313233297 merge develop
7 years ago
Yibing Liu 0250e54c2d Enable batch input in edit_distance_op
7 years ago
Yang Yu 0c16f4f602 Update
7 years ago
sweetsky0901 cbe25b3345
Merge pull request #6881 from sweetsky0901/cross_channel_norm
7 years ago
Yang Yu 059096741e Add init glog
7 years ago
yangyaming 60fecce43d Fix unit test for lstm_unit.
7 years ago
Yang Yu 90a5a55a6c Expose some activations
7 years ago
Liu Yiqun 42a0603e6f Merge branch 'develop' into core_inference_example
7 years ago
yangyaming c0f6f492bc Add shape info for arguments.
7 years ago
fengjiayi e57a40b8a6
Merge pull request #7140 from JiayiFeng/dev_refine_backward_no_grad_var_handling
7 years ago
yangyaming d6ec963047 Minor correction.
7 years ago
yangyaming f0e797e5b7 Doc fix and enhancement for lstm_unit python wrapper.
7 years ago
Siddharth Goyal 87f46ebb36 Add squared error layers doc (#6862)
7 years ago
kavyasrinet 27fea24fd1 Addign document for fluid split_lod_tensor and merge_lod_tensor (#6859)
7 years ago
Abhinav Arora e9a60e4c8e
Adding API docs for ones and zeros methods (#7150)
7 years ago
kavyasrinet f3812825d0 Added documentation for topk (#6861)
7 years ago
Yang yaming 06888bb05f
Merge pull request #7132 from pkuyym/fix-7023
7 years ago
fengjiayi 33e75201e9 fix bugs
7 years ago
yangyaming 1bcf7e23bd Minor refinement.
7 years ago
fengjiayi 8d4a607fb3 update backward doc
7 years ago
fengjiayi 7be57de943 enhance no_grad_var handling
7 years ago
Yang yaming 9cfa5ce30f
Merge pull request #7128 from pkuyym/fix-7024
7 years ago
sweetsky0901 0219c3d6d2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cross_channel_norm
7 years ago
yangyaming 0d4fdce07f Minor refinement.
7 years ago
Liu Yiqun cd7d0f850b Merge branch 'develop' into core_inference_example
7 years ago
yangyaming a5200b89ac Add doc for max_sequence_len.
7 years ago
yangyaming 57bc564d12 Polish doc for lod_rank_table.
7 years ago
yangyaming 10cd6eb67a Add doc for lod_rank_table.
7 years ago
sweetsky0901 59c14f0b6e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
7 years ago
fengjiayi 6a5cf28a7f
Merge pull request #7123 from JiayiFeng/Add_backward_doc_and_comments
7 years ago
Yu Yang 8b91174c83
Merge pull request #7027 from reyoung/feature/rnn_gradient_check
7 years ago
武毅 0bd7f97b4b
Merge pull request #7045 from typhoonzero/adam_selectedrows
7 years ago
Yibing Liu 2e49facae9 Rename inputs & format license
7 years ago
sweetsky0901 afb5496c16 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
7 years ago
fengjiayi 8543ad6463 update backward doc
7 years ago
Yibing Liu 2c1adb0604 Rename ctc_edit_distance_op to edit_distance_op
7 years ago
Yang Yu fcd84c1530 Comment debug code
7 years ago
Yang Yu dd0a4c3566 Merge branch 'feature/check_nan_executor' into feature/rnn_gradient_check
7 years ago
Yang Yu d0cc7cc2b6 Merge branch 'develop' of github.com:baidu/Paddle into feature/check_nan_executor
7 years ago
typhoonzero 641b4c0fe6 wip
7 years ago
Liu Yiqun 9b3f2c39f2 Add a simple example for fluid to do inference in C++ code.
7 years ago
fengjiayi bb0427add0 Add comments for functions in backward.py
7 years ago
Yang Yu d2cb28413e Fix ALL RNN error
7 years ago
tensor-tang dd2bbf3a14 update md5 of flowers dataset
7 years ago
Yang Yu 96bc335216 Update
7 years ago
Yang Yu c732279359 Merge branch 'feature/check_nan_executor' into feature/rnn_gradient_check
7 years ago
sweetsky0901 dc7ddcb0b7 resolved conflict
7 years ago
Yang Yu 5f3dd266f3 Merge branch 'feature/is_nan' into feature/check_nan_executor
7 years ago
fengjiayi 3b54948668
Merge pull request #7073 from JiayiFeng/enhance_DataFeeder
7 years ago
Yibing Liu 3a93fa7708
Merge pull request #7069 from kuke/fix_cross_entropy_doc
7 years ago
chengduo f9a1229666
Merge pull request #6850 from chengduoZH/feature/conv2d_python_doc
7 years ago
chengduoZH 3d2b2d408f refine doc
7 years ago
Yibing Liu 36ec3e9042 Merge branch 'develop' of upstream into ctc_edit_distance_dev
7 years ago
Yibing Liu 3db7c82955 Merge branch 'develop' of upstream into fix_cross_entropy_doc
7 years ago
fengjiayi b775b6cbaa
Merge pull request #6741 from JiayiFeng/dev_new_backward
7 years ago
fengjiayi 2f76932d7c enhance DataFeeder
7 years ago
Yibing Liu e2c2652fc0 amend comments in cross_entropy_op
7 years ago