Commit Graph

3525 Commits (0f8489c42e1eb3bb33c87e4bec878bdcebbfe78c)

Author SHA1 Message Date
dzhwinter e983cc90fc
"fix decode bug" (#7711)
9 years ago
Cao Ying 04806ffe83
Merge pull request #7656 from chengduoZH/feature/enhance_matmul_op
9 years ago
Yancey1989 d0a9393668 Split SelectedRows to multiple pservers
9 years ago
chengduoZH 782ddc5f59 follow comments
9 years ago
wanghaoshuang a8f118ca83 Add EditDistance to evaluator.py
9 years ago
wanghaoshuang 680aec2156 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ctc_evaluator_py
9 years ago
helinwang e92fe9e64f
Merge branch 'develop' into remote_optimize
9 years ago
chengduoZH cd38e2d142 remove conflict
9 years ago
chengduoZH ce93eea88f refine unit test
9 years ago
gongweibao 2ac46d538d
Add distribution implement of image classification. (#7687)
9 years ago
fengjiayi 19c554f9e4 update
9 years ago
dangqingqing c2edcde1b1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into bipartite_match_op
9 years ago
dangqingqing bf33b191d0 Add bipartite matching operator and unit testing.
9 years ago
yangyaming 811c4ee401 Add python wrapper for sequence_reshape.
9 years ago
Yang yaming 4f933312db
Merge pull request #7662 from pkuyym/fix-6678
9 years ago
ying 9a97c7f745 add wmt16 into dataset.
9 years ago
yangyaming c198523885 Merge branch 'fix-6678' of github.com:pkuyym/Paddle into fix-7691
9 years ago
Yang Yu 22662ae424 Move paddle.v2.fluid.registery to layers
9 years ago
chengduoZH 95b896ce72 update python interface
9 years ago
fengjiayi 538f1ad28f tiny fix
9 years ago
fengjiayi 408a6b8bb2 tiny fix
9 years ago
fengjiayi 42b0748ab4 add unittest
9 years ago
wanghaoshuang 25dec82f24 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ctc_evaluator_py
9 years ago
wanghaoshuang 5846aab317 1. Rename 'edit_distance_error' to 'edit_distance'
9 years ago
whs 55ec0e2a92
Merge pull request #7649 from wanghaoshuang/fix_edit
9 years ago
Yang Yu 9f731a608b Add math operator patches
9 years ago
whs 47753a9667
Merge pull request #7527 from wanghaoshuang/ctc_greedy_decode
9 years ago
yangyaming 08cb472ab9 Simplify the implementation.
9 years ago
Yibing Liu a1c281f07e
Merge pull request #7603 from kuke/simplify_erase
9 years ago
Yang Yu 9c0b29014c Make compare_op reuse elemwise_op_funcs
9 years ago
Yibing Liu 41b8388492
Merge pull request #7640 from kuke/add_lstm_doc
9 years ago
Yibing Liu 8809d43ad7 Remove unnecessary dtype conversion & register int64 kernels
9 years ago
Yu Yang 259fcc3026
Merge pull request #7676 from tonyyang-svail/7673
9 years ago
武毅 9d91ae5f04
Merge pull request #7669 from putcn/develop
9 years ago
武毅 58be41fa91
Merge pull request #7608 from typhoonzero/distributed_split_selectedrows
9 years ago
Yang Yang 07cf302e6e first commit
9 years ago
fengjiayi 974183b4da Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_global_norm_clip
9 years ago
fengjiayi b7b5de7fd6
Merge pull request #7665 from JiayiFeng/dev_update_auto-registry
9 years ago
Yancey c79d530ad3
Add split selected rows op (#7604)
9 years ago
typhoonzero 0aff136395 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into distributed_split_selectedrows
9 years ago
Xi Chen 95d6dce354 update doc and dist test due to API change https://github.com/PaddlePaddle/Paddle/pull/7619#pullrequestreview-89656079
9 years ago
Darcy 7a68787667
Merge pull request #7667 from abhinavarora/dist_transpiler
9 years ago
Abhinav Arora 030c0b91fb Do not send to optimize_ops to distribute transpiler again
9 years ago
kexinzhao d77e6a6760
Merge pull request #7636 from kexinzhao/save_inference_model
9 years ago
Abhinav Arora 7905e36741
Implement Book chapter 02 in distributed framework (#7629)
9 years ago
fengjiayi 84de7e7f03 make auto-registry layers supporting specified output
9 years ago
fengjiayi 773f2f735c fix errors
9 years ago
Yibing Liu ef56e6839a Correct the usage of fc in the example of dynamic_lstm's doc
9 years ago
wanghaoshuang 01d568e59a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ctc_evaluator_py
9 years ago
wanghaoshuang 4673a4a9aa divide this operator into ctc_greedy_decoder and edit_distance_error.
9 years ago
yangyaming bea41444d7 Refine the implementation and add unit test.
9 years ago
typhoonzero 30529e314e delete debug transpiler code
9 years ago
wanghaoshuang 6e04e580d2 Change input data type to int64_t in unitest and GPU kernel
9 years ago
guosheng b83ff4514b Register reduce_op_kernel with multiple data types
9 years ago
chengduoZH 2edc136c5f add 4-d for matmul_op
9 years ago
whs 2360dd20a4
Merge pull request #7438 from wanghaoshuang/ctc_py
9 years ago
wanghaoshuang 2ca603b98f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ctc_evaluator_py
9 years ago
wanghaoshuang 082c302c3f Add comments
9 years ago
Yibing Liu 3b0eff6196 Format the writing in doc of dynamic_lstm
9 years ago
Yibing Liu f46257fa4a Merge branch 'develop' of upstream into add_lstm_doc
9 years ago
Yibing Liu f050390754 Polish the doc of dynamic_lstm
9 years ago
wanghaoshuang 0dd3919a21 Add python wrapper for ctc_evaluator
9 years ago
fengjiayi 51985aa2aa Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_global_norm_clip
9 years ago
wanghaoshuang 4de6cbd308 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ctc_py
9 years ago
chengduoZH edd2132679 remove conflict
9 years ago
Kexin Zhao 856f650a9b fix bug
9 years ago
Guo Sheng 4b3e22b865
Merge pull request #7574 from lcy-seso/wraper_for_l2_normalize
9 years ago
fengjiayi 1d89866995
Merge pull request #7593 from JiayiFeng/dev_elementwise_scalar
9 years ago
fengjiayi 37a9437073
Merge pull request #7538 from JiayiFeng/dev_elementwise_max_min
9 years ago
Kexin Zhao 6edbf1387c remove ptools
9 years ago
Kexin Zhao e1f475ad1e refine code
9 years ago
wanghaoshuang e469545757 Add Copyright to test_ctc_align.py
9 years ago
Kexin Zhao ed3e5717ba fix bug
9 years ago
Kexin Zhao dc168ed00a modify programDesc based on feed and fetch names
9 years ago
Helin Wang 151f579c23 Recv OP: use BlockDesc* instread of ProgramDesc proto as Attribute
9 years ago
Yu Yang b8a17987ec Feature/parallel for bug fix (#7474)
9 years ago
fengjiayi 193096194c Merge branch 'dev_elementwise_max_min' into dev_elementwise_scalar
9 years ago
fengjiayi a37f6ad379 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_elementwise_max_min
9 years ago
ying e043c2ce45 Merge branch 'develop' into wraper_for_l2_normalize
9 years ago
fengjiayi a247972dda fix a error
9 years ago
fengjiayi 958d07bee3 fix a error
9 years ago
fengjiayi 1dac173b51 add API for clip_by_global_norm
9 years ago
typhoonzero f233b936c7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into distributed_split_selectedrows
9 years ago
fengjiayi 6ebfade465 fix copyright information
9 years ago
fengjiayi 3f5c77cc4b fix copyright information
9 years ago
wanghaoshuang fe45f2115f 1. Rename 'block_expand' to im2sequence
9 years ago
fengjiayi f1a889720a fix copyright
9 years ago
fengjiayi 4cb6e72b85 refine code details
9 years ago
typhoonzero 02ea349101 enhance dist train performance
9 years ago
Yibing Liu 5ae0c97faf Add unit test case for no tokens to be erased
9 years ago
guosheng db959d6350 Add dot_product_attention to nets.__all__
9 years ago
guosheng 66054984cd Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-dot_product_attention
9 years ago
fengjiayi 228e14adb7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_global_norm_clip
9 years ago
fengjiayi f189ad7442 refine the defination of class GradientClipByGlobalNorm
9 years ago
guosheng 9bcb2d268e Add python wrapper for matmul_op and dot_product_attention
9 years ago
wanghaoshuang 7150289b5c Refine CPU kernel
9 years ago
fengjiayi 14f6fa346b make elementwise op support scalar as input Y
9 years ago
wanghaoshuang 11b4471ade Add python API for block expand op
9 years ago
chengduoZH ed7e74abf2 follow comments and refine python doc
9 years ago
ying 87a59d65d6 Merge branch 'develop' into wraper_for_l2_normalize
9 years ago
chengduoZH 24f528a1a5 follow comments
9 years ago
wanghaoshuang adcfde3eab Modify unitest
9 years ago
fengjiayi 3177c9a691 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_elementwise_max_min
9 years ago
wanghaoshuang bfe7e24243 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into blockexpand
9 years ago
fengjiayi d15bfabbd0 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_elementwise_max_min
9 years ago
wanghaoshuang e82f1008a8 Finish block expand op
9 years ago
Yibing Liu aab4cfeb65 Add doc for dynamic_lstm python api
9 years ago
wanghaox 3b63815629 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into iou_sim
9 years ago
wanghaox 2ad5a6f0d1 add iou similarity operator
9 years ago
caoying03 6497bff901 add python wrapper for l2 normalize.
9 years ago
wanghaoshuang 10dd632659 Rename 'ctc_greedy_decode' to 'ctc_decode'
9 years ago
wanghaoshuang 281e93bcbb Remove 'top 1' from CPU and GPU kernel
9 years ago
dzhwinter 4031e88dc4 "fix the copyright hook"
9 years ago
Yang yaming 1511a04934
Merge pull request #7540 from pkuyym/fix-7533
9 years ago
wanghaoshuang d968b4ba1a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ctc_py
9 years ago
wanghaoshuang 24144bdb2c Add notice about norm_by_times and change 'ctc' to 'CTC'
9 years ago
Yang yaming f23691db4b
Merge pull request #7434 from pkuyym/fix-7195
9 years ago
whs 448fee3db4
Merge pull request #7414 from wanghaoshuang/warpctc
9 years ago
yangyaming c01bb26f1d Add reorder flag for DynamicRNN's memory function.
9 years ago
dzhwinter b9b75377a2
Feature/hooks (#7513)
9 years ago
chengduoZH 251c6032fb set use_cudnn as default
9 years ago
typhoonzero bcfb82d33e dist train support split selectedrows
9 years ago
fengjiayi ee8e5374d8 add max min layer
9 years ago
fengjiayi c6d7ad3689 fix typo
9 years ago
fengjiayi 1e6e5ac64c add unit test
9 years ago
chengduoZH 78dc93430c expose use_cudnn
9 years ago
guosheng f2e1f3e114 Fix activation for glu
9 years ago
guosheng 234013a9d7 Add python wrapper for matmul_op
9 years ago
Cao Ying e7acf32cdf
Merge pull request #7525 from guoshengCS/add-python-glu
9 years ago
wanghaoshuang 8f37c3c2a7 Fix sequence scale functor cuda kernel
9 years ago
yangyaming 25fee87154 Change program.seed from 0 to 1.
9 years ago
dzhwinter 0237b7e99a
"remove random shuffle" (#7521)
9 years ago
Yu Yang 3bbff25bc3
Merge pull request #7453 from reyoung/feature/fix_seed_for_dynrnn_test
9 years ago
wanghaoshuang 579f684661 Add ctc_greedy_decode_op
9 years ago
yangyaming f05330b78b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-7195
9 years ago
guosheng ef129718ea Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-python-glu
9 years ago
武毅 8d253e4965
Merge pull request #7249 from typhoonzero/transpiler_split_tensor
9 years ago
guosheng c083a60d7a Add python split and glu
9 years ago
fengjiayi e5c89143c4
Merge pull request #7431 from JiayiFeng/dev_error_clip_test
9 years ago
yangyaming a091d1a31c Enhance print_op.
9 years ago
typhoonzero c996eb8a0b rename dist tests
9 years ago
fengjiayi 0a44cd91df Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_error_clip_test
9 years ago
fengjiayi adc26dffa9 developing GradientClipByGlobalNorm
9 years ago
QI JUN 59bc4c4600
fix dynamic rnn bug in GPU (#7480)
9 years ago
typhoonzero b886b8292d add cmakelist
9 years ago
dzhwinter 5ad1aef051
"cudnn operators change to cudnn kernel" (#6660)
9 years ago
wanghaoshuang 45cf234127 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into warpctc
9 years ago
wanghaoshuang 137f0dfc21 1. Fix warpctc grad tensor initial bug.
9 years ago
Cao Ying df9c13a816
Merge pull request #7485 from lcy-seso/wrapper_for_elementwise_math_op
9 years ago
wanghaox 8ab611d559 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into prior_box
9 years ago