Yibing Liu
f2c4bb679b
Add lstm with recurrent projection operator
8 years ago
ranqiu92
eee62648cf
Refine test_label_semantic_roles of Fluid ( #7193 )
8 years ago
dzhwinter
e983cc90fc
"fix decode bug" ( #7711 )
...
* "fix decode bug"
* "follow commnet"
* "fix error"
* "fix hook bug"
* fix based comment
* fix copyright
* fix based on comment
8 years ago
Cao Ying
04806ffe83
Merge pull request #7656 from chengduoZH/feature/enhance_matmul_op
...
Enhance matmul_op to support 4-D inputs.
8 years ago
Yancey1989
d0a9393668
Split SelectedRows to multiple pservers
8 years ago
chengduoZH
782ddc5f59
follow comments
8 years ago
wanghaoshuang
a8f118ca83
Add EditDistance to evaluator.py
8 years ago
wanghaoshuang
680aec2156
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ctc_evaluator_py
8 years ago
helinwang
e92fe9e64f
Merge branch 'develop' into remote_optimize
8 years ago
chengduoZH
cd38e2d142
remove conflict
8 years ago
chengduoZH
ce93eea88f
refine unit test
8 years ago
gongweibao
2ac46d538d
Add distribution implement of image classification. ( #7687 )
...
Add distribution implement of image classification
8 years ago
fengjiayi
19c554f9e4
update
8 years ago
dangqingqing
c2edcde1b1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into bipartite_match_op
8 years ago
dangqingqing
bf33b191d0
Add bipartite matching operator and unit testing.
8 years ago
yangyaming
811c4ee401
Add python wrapper for sequence_reshape.
8 years ago
Yang yaming
4f933312db
Merge pull request #7662 from pkuyym/fix-6678
...
Add sequence reshape operator
8 years ago
ying
9a97c7f745
add wmt16 into dataset.
8 years ago
yangyaming
c198523885
Merge branch 'fix-6678' of github.com:pkuyym/Paddle into fix-7691
8 years ago
Yang Yu
22662ae424
Move paddle.v2.fluid.registery to layers
...
* registery is only used by layers
* Rename it to layer_function_generator
8 years ago
chengduoZH
95b896ce72
update python interface
8 years ago
fengjiayi
538f1ad28f
tiny fix
8 years ago
fengjiayi
408a6b8bb2
tiny fix
8 years ago
fengjiayi
42b0748ab4
add unittest
8 years ago
wanghaoshuang
25dec82f24
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ctc_evaluator_py
8 years ago
wanghaoshuang
5846aab317
1. Rename 'edit_distance_error' to 'edit_distance'
...
2. Add edit distance evaluator to evaluator.py
8 years ago
whs
55ec0e2a92
Merge pull request #7649 from wanghaoshuang/fix_edit
...
Change input data type to int64_t
8 years ago
Yang Yu
9f731a608b
Add math operator patches
...
Users can use `a+b`, `a*10`.
8 years ago
whs
47753a9667
Merge pull request #7527 from wanghaoshuang/ctc_greedy_decode
...
Add CTC align op
8 years ago
yangyaming
08cb472ab9
Simplify the implementation.
8 years ago
Yibing Liu
a1c281f07e
Merge pull request #7603 from kuke/simplify_erase
...
Enhance GPU kernel of sequence erase op
8 years ago
wanghaox
c5a14ed4cd
add mine_hard_examples operator
8 years ago
Yang Yu
9c0b29014c
Make compare_op reuse elemwise_op_funcs
8 years ago
Yibing Liu
41b8388492
Merge pull request #7640 from kuke/add_lstm_doc
...
Add python doc for dynamic_lstm
8 years ago
Yibing Liu
8809d43ad7
Remove unnecessary dtype conversion & register int64 kernels
8 years ago
Yu Yang
259fcc3026
Merge pull request #7676 from tonyyang-svail/7673
...
bring back test_parallel_do
8 years ago
武毅
9d91ae5f04
Merge pull request #7669 from putcn/develop
...
update doc and dist test due to transpiler change
8 years ago
武毅
58be41fa91
Merge pull request #7608 from typhoonzero/distributed_split_selectedrows
...
Enhance distributed train performance
8 years ago
Yang Yang
07cf302e6e
first commit
8 years ago
fengjiayi
974183b4da
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_global_norm_clip
8 years ago
fengjiayi
b7b5de7fd6
Merge pull request #7665 from JiayiFeng/dev_update_auto-registry
...
make auto-registry layers supporting specified output
8 years ago
Yancey
c79d530ad3
Add split selected rows op ( #7604 )
...
* add split selected rows op
* update comment
* add grad check
* registry cuda kernel
* fix ci failed
8 years ago
typhoonzero
0aff136395
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into distributed_split_selectedrows
8 years ago
Xi Chen
95d6dce354
update doc and dist test due to API change https://github.com/PaddlePaddle/Paddle/pull/7619#pullrequestreview-89656079
8 years ago
Darcy
7a68787667
Merge pull request #7667 from abhinavarora/dist_transpiler
...
Remove optimize_op argument from get_pserver_program method of Distributed Transpiler
8 years ago
Abhinav Arora
030c0b91fb
Do not send to optimize_ops to distribute transpiler again
8 years ago
kexinzhao
d77e6a6760
Merge pull request #7636 from kexinzhao/save_inference_model
...
Add feed and fetch op to ProgramDesc before saving for inference
8 years ago
Abhinav Arora
7905e36741
Implement Book chapter 02 in distributed framework ( #7629 )
8 years ago
fengjiayi
84de7e7f03
make auto-registry layers supporting specified output
8 years ago
fengjiayi
773f2f735c
fix errors
8 years ago
Yibing Liu
ef56e6839a
Correct the usage of fc in the example of dynamic_lstm's doc
8 years ago
wanghaoshuang
01d568e59a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ctc_evaluator_py
8 years ago
wanghaoshuang
4673a4a9aa
divide this operator into ctc_greedy_decoder and edit_distance_error.
8 years ago
yangyaming
bea41444d7
Refine the implementation and add unit test.
8 years ago
typhoonzero
30529e314e
delete debug transpiler code
8 years ago
wanghaoshuang
6e04e580d2
Change input data type to int64_t in unitest and GPU kernel
8 years ago
guosheng
b83ff4514b
Register reduce_op_kernel with multiple data types
8 years ago
chengduoZH
2edc136c5f
add 4-d for matmul_op
8 years ago
whs
2360dd20a4
Merge pull request #7438 from wanghaoshuang/ctc_py
...
Add python API for Warp-CTC op
8 years ago
wanghaoshuang
2ca603b98f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ctc_evaluator_py
8 years ago
wanghaoshuang
082c302c3f
Add comments
8 years ago
Yibing Liu
3b0eff6196
Format the writing in doc of dynamic_lstm
8 years ago
Yibing Liu
f46257fa4a
Merge branch 'develop' of upstream into add_lstm_doc
8 years ago
Yibing Liu
f050390754
Polish the doc of dynamic_lstm
8 years ago
wanghaoshuang
0dd3919a21
Add python wrapper for ctc_evaluator
8 years ago
fengjiayi
51985aa2aa
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_global_norm_clip
8 years ago
wanghaoshuang
4de6cbd308
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ctc_py
8 years ago
chengduoZH
edd2132679
remove conflict
8 years ago
Kexin Zhao
856f650a9b
fix bug
8 years ago
Guo Sheng
4b3e22b865
Merge pull request #7574 from lcy-seso/wraper_for_l2_normalize
...
add python wrapper for l2 normalize layer.
8 years ago
fengjiayi
1d89866995
Merge pull request #7593 from JiayiFeng/dev_elementwise_scalar
...
Make elementwise_op supporting scalar input `Y`
8 years ago
fengjiayi
37a9437073
Merge pull request #7538 from JiayiFeng/dev_elementwise_max_min
...
elementwise max min
8 years ago
Kexin Zhao
6edbf1387c
remove ptools
8 years ago
Kexin Zhao
e1f475ad1e
refine code
8 years ago
wanghaoshuang
e469545757
Add Copyright to test_ctc_align.py
8 years ago
Kexin Zhao
ed3e5717ba
fix bug
8 years ago
Kexin Zhao
dc168ed00a
modify programDesc based on feed and fetch names
8 years ago
Helin Wang
151f579c23
Recv OP: use BlockDesc* instread of ProgramDesc proto as Attribute
8 years ago
Yu Yang
b8a17987ec
Feature/parallel for bug fix ( #7474 )
...
* Fix ParallelDo not support empty input gradient
* Polish ParallelDo and fix several bugs
* Fix CI
* Fix CI
8 years ago
fengjiayi
193096194c
Merge branch 'dev_elementwise_max_min' into dev_elementwise_scalar
8 years ago
fengjiayi
a37f6ad379
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_elementwise_max_min
8 years ago
ying
e043c2ce45
Merge branch 'develop' into wraper_for_l2_normalize
8 years ago
fengjiayi
a247972dda
fix a error
8 years ago
fengjiayi
958d07bee3
fix a error
8 years ago
fengjiayi
1dac173b51
add API for clip_by_global_norm
8 years ago
typhoonzero
f233b936c7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into distributed_split_selectedrows
8 years ago
fengjiayi
6ebfade465
fix copyright information
8 years ago
fengjiayi
3f5c77cc4b
fix copyright information
8 years ago
wanghaoshuang
fe45f2115f
1. Rename 'block_expand' to im2sequence
...
2. Refine code and doc
8 years ago
fengjiayi
f1a889720a
fix copyright
8 years ago
fengjiayi
4cb6e72b85
refine code details
8 years ago
typhoonzero
02ea349101
enhance dist train performance
8 years ago
Yibing Liu
5ae0c97faf
Add unit test case for no tokens to be erased
8 years ago
guosheng
db959d6350
Add dot_product_attention to nets.__all__
8 years ago
guosheng
66054984cd
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-dot_product_attention
8 years ago
fengjiayi
228e14adb7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_global_norm_clip
8 years ago
fengjiayi
f189ad7442
refine the defination of class GradientClipByGlobalNorm
8 years ago
guosheng
9bcb2d268e
Add python wrapper for matmul_op and dot_product_attention
8 years ago
wanghaoshuang
7150289b5c
Refine CPU kernel
...
1. Allocate memory for output before compute.
2. Rename 'ctc_decode' to 'ctc_align'
8 years ago
fengjiayi
14f6fa346b
make elementwise op support scalar as input Y
8 years ago
wanghaoshuang
11b4471ade
Add python API for block expand op
8 years ago
chengduoZH
ed7e74abf2
follow comments and refine python doc
8 years ago
ying
87a59d65d6
Merge branch 'develop' into wraper_for_l2_normalize
8 years ago
chengduoZH
24f528a1a5
follow comments
8 years ago
wanghaoshuang
adcfde3eab
Modify unitest
8 years ago
fengjiayi
3177c9a691
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_elementwise_max_min
8 years ago
wanghaoshuang
bfe7e24243
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into blockexpand
8 years ago
fengjiayi
d15bfabbd0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_elementwise_max_min
8 years ago
wanghaoshuang
e82f1008a8
Finish block expand op
...
1. Add lod to output
2. Fix im2col arguments list
3. Refine code and doc
4. Fix output shape
8 years ago
Yibing Liu
aab4cfeb65
Add doc for dynamic_lstm python api
8 years ago
dangqingqing
d2a70243f1
Refine profiler and expose to Python.
8 years ago
yangyaming
2a0a576130
Add non-linear activation.
8 years ago
yangyaming
8266fcc3be
Add pyton wrapper for row conv operator.
8 years ago
wanghaox
3b63815629
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into iou_sim
8 years ago
wanghaox
2ad5a6f0d1
add iou similarity operator
8 years ago
caoying03
6497bff901
add python wrapper for l2 normalize.
8 years ago
wanghaoshuang
10dd632659
Rename 'ctc_greedy_decode' to 'ctc_decode'
8 years ago
wanghaoshuang
281e93bcbb
Remove 'top 1' from CPU and GPU kernel
...
1. Remove 'top 1'(or argmax) from CPU and GPU kernel
2. Add a new test case
3. Refine doc
8 years ago
dzhwinter
4031e88dc4
"fix the copyright hook"
8 years ago
Yang yaming
1511a04934
Merge pull request #7540 from pkuyym/fix-7533
...
Add reorder flag for DynamicRNN's memory function.
8 years ago
wanghaoshuang
d968b4ba1a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ctc_py
8 years ago
wanghaoshuang
24144bdb2c
Add notice about norm_by_times and change 'ctc' to 'CTC'
8 years ago
Yang yaming
f23691db4b
Merge pull request #7434 from pkuyym/fix-7195
...
Add static_input for DynamicRNN
8 years ago
whs
448fee3db4
Merge pull request #7414 from wanghaoshuang/warpctc
...
Adapt warpctc grad op for gradient checking
8 years ago
yangyaming
c01bb26f1d
Add reorder flag for DynamicRNN's memory function.
8 years ago
dzhwinter
b9b75377a2
Feature/hooks ( #7513 )
...
* add copyright hook
* add copyright hook
* refine copyright hook
* "test copyright hook"
* fix check style
* fix ci
8 years ago
chengduoZH
251c6032fb
set use_cudnn as default
8 years ago
typhoonzero
bcfb82d33e
dist train support split selectedrows
8 years ago
fengjiayi
ee8e5374d8
add max min layer
8 years ago
fengjiayi
c6d7ad3689
fix typo
8 years ago
fengjiayi
1e6e5ac64c
add unit test
8 years ago
chengduoZH
78dc93430c
expose use_cudnn
8 years ago
guosheng
f2e1f3e114
Fix activation for glu
8 years ago
guosheng
234013a9d7
Add python wrapper for matmul_op
8 years ago
Cao Ying
e7acf32cdf
Merge pull request #7525 from guoshengCS/add-python-glu
...
Add python wrapper for GLU.
8 years ago
wanghaoshuang
8f37c3c2a7
Fix sequence scale functor cuda kernel
...
1. Fix kernel
2. Add more test case
8 years ago
yangyaming
25fee87154
Change program.seed from 0 to 1.
8 years ago
dzhwinter
0237b7e99a
"remove random shuffle" ( #7521 )
8 years ago
Yu Yang
3bbff25bc3
Merge pull request #7453 from reyoung/feature/fix_seed_for_dynrnn_test
...
Fix random seed of dynamic rnn gradient check
8 years ago
wanghaoshuang
579f684661
Add ctc_greedy_decode_op
8 years ago
yangyaming
f05330b78b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-7195
8 years ago
guosheng
ef129718ea
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-python-glu
8 years ago
武毅
8d253e4965
Merge pull request #7249 from typhoonzero/transpiler_split_tensor
...
Feature/transpiler split tensor to multiple pservers
8 years ago
guosheng
c083a60d7a
Add python split and glu
8 years ago
fengjiayi
e5c89143c4
Merge pull request #7431 from JiayiFeng/dev_error_clip_test
...
ErrorClip test on MNIST
8 years ago
yangyaming
a091d1a31c
Enhance print_op.
8 years ago
typhoonzero
c996eb8a0b
rename dist tests
8 years ago
fengjiayi
0a44cd91df
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_error_clip_test
8 years ago
fengjiayi
adc26dffa9
developing GradientClipByGlobalNorm
8 years ago
QI JUN
59bc4c4600
fix dynamic rnn bug in GPU ( #7480 )
8 years ago
typhoonzero
b886b8292d
add cmakelist
8 years ago
dzhwinter
5ad1aef051
"cudnn operators change to cudnn kernel" ( #6660 )
...
* "unified operators"
* "add CUDNN register"
* "add use cudnn attribute"
* "add attribute"
* "test conv tranpose op"
* "remove duplicated attr"
* "fix op test"
* "add attribute to set cudnn"
* "add more log"
* "need layout op register support"
* "add more log"
* "change GetExpectedKernelType "
* "fix Get attr in conv_op"
* "fix CI"
* "fix tests"
* "removed kernel priority fallback"
* "fix CI"
* "fix stack pointer bug"
* "refine buggy interface"
* "add const cast to save life"
* "fix get_output_with_grad"
* "fix op test with dataformat"
* ""fix pooling
* "fix pooling test"
* "fix CI"
* "fix with_gpu error"
* "add transform needed functional check"
* "fix unpack list error"
* "comment out parallel.do temporary"
* "fix CI"
* "fix compile doc error"
* "make threshold larger"
8 years ago
wanghaoshuang
45cf234127
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into warpctc
8 years ago
wanghaoshuang
137f0dfc21
1. Fix warpctc grad tensor initial bug.
...
2. Remove num_seq arguments.
3. Refine CUDA kernel of ScaleLoDTensorFunctor.
4. Change max_relative_error of gradient unitest to 0.007
8 years ago
Cao Ying
df9c13a816
Merge pull request #7485 from lcy-seso/wrapper_for_elementwise_math_op
...
add wrapper for element-wise math operator.
8 years ago
wanghaox
8ab611d559
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into prior_box
8 years ago
wanghaox
1ba3d29789
update code
8 years ago
Cao Ying
db65f497ff
Update comments for two operators. ( #7457 )
...
* update code comments.
* update the comments.
* follow comments.
8 years ago
ying
8ac744f372
add wrapper for elementwise math operator.
8 years ago
typhoonzero
df50c14abd
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into transpiler_split_tensor
8 years ago
typhoonzero
06b326b681
follow comments
8 years ago
fengjiayi
d23ea4ef8e
add gradient clip by norm
8 years ago
typhoonzero
c24da0d3ee
update unit test split var
8 years ago
fengjiayi
697f92ef86
Add type check
8 years ago
Yan Chunwei
3423022e84
feature/add print op ( #6799 )
8 years ago
Tao Luo
b4d1811c9a
Merge pull request #7470 from kavyasrinet/doc
...
Adding the rst file to render IO under Fluid in paddlepaddle.org
8 years ago
typhoonzero
5faebab375
Done, need support selectedrows
8 years ago
emailweixu
d954becb1c
Merge pull request #7371 from emailweixu/assign_value_op
...
assign_value operator
8 years ago
Kavya Srinet
54791af658
Addressing review comments
8 years ago
Kavya Srinet
c806eeff61
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into doc
8 years ago
Kavya Srinet
25c8739362
Adding the rst file to render IO under Fluid in paddlepaddle.org
8 years ago
Xi Chen
cadb95fbeb
minor tweaks
8 years ago
Xi Chen
b1f24660bf
add dist demo fit_a_line
8 years ago
Darcy
5d9dcfc1d0
Merge pull request #7429 from putcn/book_demo_distributed_understand_sentiment_
...
Book demo understand sentiment distributed version
8 years ago
helinwang
bfc68f256a
Merge pull request #7425 from helinwang/distributed_label_semantic_role
...
Add distributed label semantic role book chapter
8 years ago
xuwei06
237385cf41
Correctly handle int values for assign_value_op
8 years ago
xuwei06
ce233796ea
assign_value operator
...
We need this operator to assign value to a tensor and the values are stored in the program so that they can be used independent of python.
8 years ago
Helin Wang
6c0723661e
Add distributed label semantic role book chapter
8 years ago
Abhinav Arora
ea782e38a6
Fix typo in batch norm bias initialization ( #7449 )
8 years ago
yi.wu
5d901d00bf
update
8 years ago
typhoonzero
5325313e4c
debugging shape match
8 years ago
Yu Yang
a9dbdab5e2
Merge pull request #7396 from reyoung/feature/parallel_for_unittest
...
Feature/parallel for unittest
8 years ago
Yang Yu
e5b23785fe
Fix random seed of dynamic rnn gradient check
8 years ago
ranqiu92
95c0c12641
Merge pull request #7384 from dzhwinter/feature/sync_wait
...
Feature/sync wait
8 years ago
yangyaming
a7c2bfb4a1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-7195
8 years ago
Yang Yu
83c72536e6
Update batch_size
8 years ago
wanghaoshuang
fd24e195a3
Uncomment check output in unitest
8 years ago
yangyaming
2fd7675cd3
Add lod checking for forward.
8 years ago
wanghaoshuang
fb62f8cb0f
Add python api for warp-ctc op
8 years ago
QI JUN
1797f3db85
Refine memory optimization transpiler ( #7394 )
...
* add update graph method for memory optimization transpiler to avoid rebuild graph everytime
* clean code
* reset var desc if hit cache
8 years ago
dzhwinter
92eb247f07
"fix stupid error"
8 years ago
yangyaming
6f79bbc93e
Add unittest except gradient checking (since bugs).
8 years ago
Yang Yu
dc488c17d1
Merge branch 'develop' of github.com:baidu/Paddle into feature/parallel_for_unittest
8 years ago
Yang Yu
12aca860bf
Add comment
8 years ago
QI JUN
87f9b58363
set stop gradient for mask in dropout layer ( #7390 )
8 years ago
fengjiayi
0064f6d976
refine test
8 years ago
whs
59bf85d914
Merge pull request #7325 from kuke/sequence_erase_op
...
Add sequence erase op
8 years ago
wanghaoshuang
9eb3fb2946
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into warpctc
8 years ago
wanghaoshuang
b1af5e435f
1. Fix warpctc grad op
...
2. Add check grad test
8 years ago
yi.wu
2827607fa8
fix startup program shape
8 years ago
Tao Luo
af96cd5877
Merge pull request #7397 from luotao1/openblas_env
...
auto set openblas env
8 years ago
typhoonzero
6fa56b9d01
left startup program bug
8 years ago
yangyaming
52dad013ce
Add static_input.
8 years ago
Yibing Liu
f3dcd00603
Merge branch 'develop' of upstream into ctc_edit_distance_dev
8 years ago
Yu Yang
6cff3c96db
Merge pull request #7381 from reyoung/feature/refine_get_places_op
...
Polish GetPlacesOp
8 years ago
fengjiayi
1f5f79cbf5
fix error_clip errors and add unit test
8 years ago
Yibing Liu
a1935b23c4
Remove unnecessary prefix in test name of edit_distance_op
8 years ago
Yang yaming
a32027604f
Merge pull request #7176 from pkuyym/fix-7173
...
Enhence shrink_rnn_memory_op.
8 years ago
Luo Tao
929d22c622
auto set openblas env
8 years ago
Yang Yu
2412f2f412
Polish Unittest for ParallelFor
8 years ago
Yang Yu
c7eb199b2e
Init commit
8 years ago
Yibing Liu
10779460c5
Simplify calc in test_sequence_erase_op
8 years ago
Yang Yu
e5e206e2b6
Merge branch 'develop' of github.com:baidu/Paddle into feature/refine_get_places_op
8 years ago
Yang Yang(Tony)
4bcc0b64cb
[WIP] feature/parallel_gpu ( #7293 )
...
feature/parallel_gpu
8 years ago
dzhwinter
42daf4c302
"add sync op"
8 years ago
Yang Yu
4059c9ca7f
Polish GetPlacesOp
8 years ago
fengjiayi
df92776850
Merge pull request #7269 from emailweixu/calc_gradient
...
Calculating gradients for partial graph
8 years ago
dzhwinter
5f98500009
Make init device on all gpu by default ( #7345 )
...
* "init use all default devices"
* "fix init test"
8 years ago
Qiao Longfei
efe06caa3d
change data type of beam_search op ( #7374 )
8 years ago
typhoonzero
50a02adf5e
transpile program ok
8 years ago
xuwei06
6e5eae137d
Unittest for fluid.backward.calc_gradient()
8 years ago
xuwei06
585dec3dc2
Calculating gradients for partial graph
...
Added backward.calc_gradient to backpropagate gradient from given targets to inputs.
8 years ago
Xi Chen
4a3580ac75
add missing dependency
8 years ago
QI JUN
6ecbf08372
add memory optimization transpiler ( #7356 )
8 years ago
typhoonzero
9c0b1cf1c2
update wip pserver transpile
8 years ago
wanghaox
99a6c5d40e
change output shape to [2, layer_height, layer_width, num_priors, 4]
8 years ago
Yancey
e249ad1211
Test dist word2vec ( #7334 )
...
* test dist word2vec
* multiple trainers work
8 years ago
Yiqun Liu
b5fda2723f
Port WarpCTC Operator ( #5107 )
...
* Add Seq2BatchFunctor, which will be used in WarpCTCOp.
* Implement WrapCTCFunctor and WrapCTCKernel.
* Add unittest of warpctc_op.
* Modify the check_output inferface in python unittest framework to allow check a subset of outputs.
* Use absolute offset lod in warpctc_op and related functors.
* Refine the comments of warpctc_op.
* The new python unittest supports checking a subset of the outputs, so revoke the previous change.
* Rename the transform from LoDTensor to Tensor with shape [max_sequence_length, num_sequences, sequence_width] to PaddingSequenceFunctor.
* Update to the newest codes.
* Rename the PaddingSequenceFunctor to PaddingLoDTensorFunctor and remove the computation of dimensions out of the functos.
8 years ago
QI JUN
fe341bacde
refine batch norm python layer ( #7348 )
8 years ago
typhoonzero
56e758fc10
trainer ok
8 years ago
fengjiayi
6ece41ecb9
Merge pull request #7213 from JiayiFeng/dev_add_callback_for_backward
...
Error Clip Design Doc
8 years ago
Xi Chen
452fe1e1be
init checkin for distributed book chapter 6
8 years ago
Yibing Liu
7b9d5b325c
Add document for sequence_erase_op
8 years ago
Yibing Liu
37f933b8ad
Add gpu kernel for sequence_erase_op
8 years ago
typhoonzero
f35c56060c
split tensor to pservers
8 years ago
yangyaming
12ed53c1f2
Inherit LoD from x to x_grad and enhance the unit test.
8 years ago
Tao Luo
41307c738d
Merge pull request #7284 from pkuyym/fix-7211
...
Stop gradient when pool_type=='max'
8 years ago
Yu Yang
219fbd51bc
Merge pull request #6732 from QiJune/get_places_op
...
add GetPlaces operator
8 years ago
Yibing Liu
2a54ddd267
Merge branch 'develop' of upstream into sequence_erase_op
8 years ago
Guo Sheng
26d451116b
Merge pull request #7251 from guoshengCS/enhance-reorderTensor
...
Enhance reorder_lod_tensor_by_rank_op to support Tensor
8 years ago
yangyaming
67b8c09210
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-7211
8 years ago
Yang Yu
63ff0b4ba9
Refine get_places
8 years ago
yangyaming
872b1c8884
Stop gradient when pool_type=='max'
8 years ago
Qiao Longfei
0f353ab46e
cpu gpu transform function ( #7191 )
...
* add rename guard
* add device_data_transform
* add device_data_transform_test
* modify GetExpectedKernelType
* update operator.run
* support test test_label_semantic_roles
* optimize code
* optimize code
* rename GetActualKernelType to GetExpectedKernelType
* fix chunk_eval_op and device_data_transform_test
* add is_same_place to place
* optimize code, refine rename_guard
* refine rename guard, add GetKernelTypeForVar
* optimize code
* add some log
* rename guard
* use sub scope to create var
* fix compile
* add IsInitialized for Tensor
* add VarIsTensor
* fix op_registry_test
* test
* tmp disable priority
* restore switch_kernel.md
* code clean
8 years ago
Yang yaming
a9f7cd340b
Merge pull request #7278 from pkuyym/fix-7216
...
Bug fix when inserting fill_zeros_like_op.
8 years ago
Yang Yu
ed0cf3d6c6
Merge branch 'develop' of github.com:baidu/Paddle into feature/get_places
8 years ago
Siddharth Goyal
691b5cac61
Fix equation for gru op ( #7274 )
8 years ago
Yu Yang
758fe4731c
Merge pull request #7260 from emailweixu/conditional
...
Fix the output of conditional_block
8 years ago
yangyaming
05c08214e3
Bug fix when inserting fill_zeros_like_op.
8 years ago
Siddharth Goyal
12e3514139
Modify inference.cc to run example without pickletools ( #7262 )
8 years ago
Yibing Liu
e85c513307
Add sequencee erase operator
8 years ago
Cao Ying
0b6c5e6d25
Merge pull request #7223 from PaddlePaddle/emailweixu-patch-1
...
Fix comment to layers.fc
8 years ago
xuwei06
787d1d36d0
Fix the output of conditional_block
8 years ago
guosheng
ea6eb96347
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into enhance-reorderTensor
8 years ago
guosheng
e21923543a
Enhance reorder_lod_tensor_by_rank_op to support Tensor
8 years ago
typhoonzero
c70ea1cc30
add splitter
8 years ago
typhoonzero
ed55f1b9d4
transpiler_split_tensor
8 years ago
fengjiayi
be218bfac4
fix bug
8 years ago
fengjiayi
33cb12a89b
update error clip
8 years ago
fengjiayi
dea5263179
update error clip
8 years ago
Yu Yang
894236a128
Merge pull request #6730 from tonyyang-svail/parallel_do
...
[WIP]: feature/parallel_do
8 years ago
dzhwinter
5593858dd9
Feature/use cudnn ( #7141 )
...
* "add c++ side kernel selection"
* "add multiple kernel op test"
* "kernel selection only support cudnn"
* "better formatter"
* "small fix with UseCPU"
* "depends on change interface Get(Place, Library)"
* "fix CI"
* "fix python cudnn test"
* "leave the register cudnn op to another PR"
* "fix CI"
* "use all kernel by default"
* "fix CI"
8 years ago
Yang Yu
8496b2e41b
Refine parallel_do
8 years ago
Yang Yu
60e27d110b
Merge branch 'develop' of github.com:baidu/Paddle into parallel_do
8 years ago
Tao Luo
809122cb5a
Merge pull request #7097 from Xreki/core_inference_example
...
Add a simple C++ inference example for fluid
8 years ago
Siddharth Goyal
f3c42f607c
Add doc for gru_unit op (in fluid) ( #7151 )
...
* Add squared error layers doc
* Add doc for gru_unit
* Remove cdot which isn't supported
* Update layers.rst
* Update layers.rst (minor)
8 years ago
emailweixu
ebc616b0f9
Fix comment to layers.fc
...
x_num_col_dims => num_flatten_dims
8 years ago
Yu Yang
2b259bf14d
Merge pull request #7208 from reyoung/feature/default_omp_num_threads_1
...
Default use one thread in fluid
8 years ago
fengjiayi
4ead8e1b57
Add doc for error clip
8 years ago
Tao Luo
ee341efd79
Merge pull request #7183 from tensor-tang/use_mkl_packed
...
Add flag use_mkl_packed
8 years ago
dzhwinter
a4024a5f3d
"remove cudnn devicecontext" ( #7207 )
...
* "remove cudnndevicecontext"
* "remove unused init code"
* "fix hash functions"
8 years ago
Yang Yu
b585c93ab0
Default use one thread in fluid
8 years ago
fengjiayi
134c5c4db7
Support callback
8 years ago
Yu Yang
cd5fad13ce
Merge pull request #7160 from reyoung/feature/expose_activations
...
Expose some activations
8 years ago
yangyaming
f947c15378
Consider multiple levels of LoD.
8 years ago
tensor-tang
042f3524d2
add flag use_mkl_packed
8 years ago
Yang yaming
89bbc4f6e5
Merge pull request #7157 from pkuyym/fix-7156
...
Doc fix and enhancement for lstm_unit python wrapper.
8 years ago
yangyaming
66ae0a8cb2
Enhence shrink_rnn_memory_op.
8 years ago
Yang Yang
7411df34b8
add multi thread
8 years ago
Yang Yang
8ee17e965f
pass sgd at first iter
8 years ago
Yang Yang
9313233297
merge develop
8 years ago
Yibing Liu
0250e54c2d
Enable batch input in edit_distance_op
8 years ago
Yang Yu
0c16f4f602
Update
8 years ago
sweetsky0901
cbe25b3345
Merge pull request #6881 from sweetsky0901/cross_channel_norm
...
add norm op(cross_channel_norm)
8 years ago
Yang Yu
059096741e
Add init glog
8 years ago
yangyaming
60fecce43d
Fix unit test for lstm_unit.
8 years ago
Yang Yu
90a5a55a6c
Expose some activations
8 years ago
Liu Yiqun
42a0603e6f
Merge branch 'develop' into core_inference_example
8 years ago
yangyaming
c0f6f492bc
Add shape info for arguments.
8 years ago
fengjiayi
e57a40b8a6
Merge pull request #7140 from JiayiFeng/dev_refine_backward_no_grad_var_handling
...
Dev refine backward no grad var handling
8 years ago
yangyaming
d6ec963047
Minor correction.
8 years ago
yangyaming
f0e797e5b7
Doc fix and enhancement for lstm_unit python wrapper.
8 years ago
Siddharth Goyal
87f46ebb36
Add squared error layers doc ( #6862 )
8 years ago
kavyasrinet
27fea24fd1
Addign document for fluid split_lod_tensor and merge_lod_tensor ( #6859 )
...
* Addign document for fluid split_lod_tensor
* Adding document for fluid merge_lod_tensor
8 years ago
Abhinav Arora
e9a60e4c8e
Adding API docs for ones and zeros methods ( #7150 )
8 years ago
kavyasrinet
f3812825d0
Added documentation for topk ( #6861 )
8 years ago
Yang yaming
06888bb05f
Merge pull request #7132 from pkuyym/fix-7023
...
Add doc for max_sequence_len.
8 years ago
fengjiayi
33e75201e9
fix bugs
8 years ago
yangyaming
1bcf7e23bd
Minor refinement.
8 years ago
fengjiayi
8d4a607fb3
update backward doc
8 years ago
fengjiayi
7be57de943
enhance no_grad_var handling
8 years ago
Yang yaming
9cfa5ce30f
Merge pull request #7128 from pkuyym/fix-7024
...
Add doc for lod_rank_table.
8 years ago
sweetsky0901
0219c3d6d2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cross_channel_norm
8 years ago
yangyaming
0d4fdce07f
Minor refinement.
8 years ago
Liu Yiqun
cd7d0f850b
Merge branch 'develop' into core_inference_example
8 years ago
yangyaming
a5200b89ac
Add doc for max_sequence_len.
8 years ago
yangyaming
57bc564d12
Polish doc for lod_rank_table.
8 years ago
yangyaming
10cd6eb67a
Add doc for lod_rank_table.
8 years ago
sweetsky0901
59c14f0b6e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
8 years ago
fengjiayi
6a5cf28a7f
Merge pull request #7123 from JiayiFeng/Add_backward_doc_and_comments
...
Add backward doc and comments
8 years ago
Yu Yang
8b91174c83
Merge pull request #7027 from reyoung/feature/rnn_gradient_check
...
Feature/rnn gradient check
8 years ago
武毅
0bd7f97b4b
Merge pull request #7045 from typhoonzero/adam_selectedrows
...
Adam selectedrows and scatter functors
8 years ago
Yibing Liu
2e49facae9
Rename inputs & format license
8 years ago
sweetsky0901
afb5496c16
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
8 years ago
fengjiayi
8543ad6463
update backward doc
8 years ago
Yibing Liu
2c1adb0604
Rename ctc_edit_distance_op to edit_distance_op
8 years ago
Yang Yu
fcd84c1530
Comment debug code
8 years ago
Yang Yu
dd0a4c3566
Merge branch 'feature/check_nan_executor' into feature/rnn_gradient_check
8 years ago
Yang Yu
d0cc7cc2b6
Merge branch 'develop' of github.com:baidu/Paddle into feature/check_nan_executor
8 years ago
typhoonzero
641b4c0fe6
wip
8 years ago
Liu Yiqun
9b3f2c39f2
Add a simple example for fluid to do inference in C++ code.
8 years ago
fengjiayi
bb0427add0
Add comments for functions in backward.py
8 years ago
Yang Yu
d2cb28413e
Fix ALL RNN error
8 years ago
tensor-tang
dd2bbf3a14
update md5 of flowers dataset
8 years ago
Yang Yu
96bc335216
Update
8 years ago
Yang Yu
c732279359
Merge branch 'feature/check_nan_executor' into feature/rnn_gradient_check
8 years ago
sweetsky0901
dc7ddcb0b7
resolved conflict
8 years ago
Yang Yu
5f3dd266f3
Merge branch 'feature/is_nan' into feature/check_nan_executor
8 years ago
fengjiayi
3b54948668
Merge pull request #7073 from JiayiFeng/enhance_DataFeeder
...
enhance DataFeeder
8 years ago
Yibing Liu
3a93fa7708
Merge pull request #7069 from kuke/fix_cross_entropy_doc
...
Polish the doc of cross_entropy
8 years ago
chengduo
f9a1229666
Merge pull request #6850 from chengduoZH/feature/conv2d_python_doc
...
Add conv2d_python doc
8 years ago
chengduoZH
3d2b2d408f
refine doc
8 years ago
Yibing Liu
36ec3e9042
Merge branch 'develop' of upstream into ctc_edit_distance_dev
8 years ago
Yibing Liu
3db7c82955
Merge branch 'develop' of upstream into fix_cross_entropy_doc
8 years ago
fengjiayi
b775b6cbaa
Merge pull request #6741 from JiayiFeng/dev_new_backward
...
[WIP] new backward
8 years ago
fengjiayi
2f76932d7c
enhance DataFeeder
8 years ago
Yibing Liu
e2c2652fc0
amend comments in cross_entropy_op
8 years ago
Yang Yu
6f5e64af17
Merge branch 'feature/check_nan_executor' into feature/rnn_gradient_check
8 years ago
Yang Yu
5162c41a92
Add gflags
8 years ago
Yibing Liu
4745a0b9d8
Merge branch 'develop' of upstream into ctc_edit_distance_dev
8 years ago
Yibing Liu
4177e80545
Add line feed character in the doc of cross_entropy
8 years ago
Yibing Liu
c67c54a8e7
Polish the doc of cross_entropy
8 years ago
typhoonzero
1cb9635947
fix dist train trainspiler bugs
8 years ago
typhoonzero
dd21ae6c1e
update
8 years ago
fengjiayi
14b87dbfeb
update reorder_lod_tensor_op_test
8 years ago
fengjiayi
c532fdab29
fix errors
8 years ago
typhoonzero
5361911c68
adam support sparse
8 years ago
fengjiayi
bff0cbfcd3
Merge pull request #7025 from JiayiFeng/rename_output_of_softmax_and_activitions
...
Rename output of softmax and activations
8 years ago
fengjiayi
073746f549
Merge pull request #7036 from JiayiFeng/dev_add_type_check
...
Add data type checking for io.save_inference_model()
8 years ago
fengjiayi
5b9dbbb983
code clean
8 years ago
fengjiayi
febb725102
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_new_backward
8 years ago
fengjiayi
0fa387e26f
Add data type checking
8 years ago
Yang Yu
44ec872531
Merge branch 'develop' of github.com:baidu/Paddle into feature/rnn_gradient_check
8 years ago
Yang Yu
82a22d3258
Update code
8 years ago
fengjiayi
fc7d0ca1cd
fix errors
8 years ago
武毅
4cade60717
Merge pull request #6983 from typhoonzero/fix_sendrecv_ut
...
Fix sendrecv ut
8 years ago
Guo Sheng
49437f1af1
Merge pull request #6986 from guoshengCS/add-python-reduceMax-Min
...
Add python wrapper for reduce_max and reduce_min
8 years ago
fengjiayi
e41a71cea8
fix errors
8 years ago
fengjiayi
b05c253cac
fix an error
8 years ago
typhoonzero
d2ded51adf
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_sendrecv_ut
8 years ago
typhoonzero
6cc4bd536f
wip
8 years ago
Yang Yu
938717ba2b
Stash
8 years ago
qingqing01
c3fd2c28be
Merge pull request #7002 from qingqing01/imdb_data
...
Speed data reader for IMDB dataset.
8 years ago
Yang Yu
2a36e8ad76
Make as const name
8 years ago
Yang Yu
32313994ba
Add forward test with mem
8 years ago
Yang Yu
2bfa9796bf
Fix check
8 years ago
Yang Yu
4450a312a9
Polish Unittest
8 years ago
Yang Yu
01d20c4410
Merge branch 'develop' of github.com:baidu/Paddle into feature/rnn_gradient_check
8 years ago
fengjiayi
874cac0c94
Change softmax
8 years ago
fengjiayi
6812e4f43a
pass test_inference_model_io.py
8 years ago
dangqingqing
eb8edeb2be
Remove the buffer size.
8 years ago
fengjiayi
85b98070f7
fix a bug of inplace
8 years ago
dangqingqing
3247baafc5
Fix importing bug.
8 years ago
dangqingqing
17f4438413
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imdb_data
8 years ago
dangqingqing
26c9e8e70b
Speed data reader for imdb dataset.
8 years ago
Yang Yu
bad3d4b661
Grad Check For RNN
8 years ago
fengjiayi
77fffc60c6
fix a bug
8 years ago
typhoonzero
9b67688b0d
follow comments
8 years ago
fengjiayi
5383f3c445
pass test_machine_translation.py
8 years ago
typhoonzero
fbd1d1cf26
refine pipe_reader
8 years ago
sweetsky0901
77b0bf41be
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cross_channel_norm
8 years ago
guosheng
97d47ca3fc
Add python wrapper for reduce_max and reduce_min
8 years ago
typhoonzero
4dde9a0057
fix send recv unit test
8 years ago
Qiao Longfei
af0c4c45a3
Impl kernel hint ( #6883 )
...
* init kernel hint
* fix typo
* rm unused code
* add include in op_kernel.h
* restore op_kernel since it will be moved to op_kernel_type
* change force_cpu to use_cpu
* fix compilation
8 years ago
chengduo
d3c42f7d37
Merge pull request #6956 from chengduoZH/feature/fix_embedding_example
...
Fix embedding example
8 years ago
dzhwinter
0d2235aadf
GPUPlace to CUDAPlace ( #6960 )
8 years ago
fengjiayi
4d59b5ace5
pass test_understand_sentiment_lstm.py
8 years ago
qingqing01
87aae57cf0
Merge pull request #6715 from qingqing01/cuda_profile
...
Refine CUDA profiler and delete the test file.
8 years ago
chengduoZH
9e7c068677
fix embedding example
8 years ago
dzhwinter
735eba2976
Feature/operator run place ( #6783 )
...
* "change operator interface"
* "move devicepool to device_context"
* "fix operator test"
* "fix op_registry Run interface"
* "net op passed. Need to fix nccl multi-Context"
* "add nccl group function"
* "add nccl group function"
* "fix gpu count exceed 32 error"
* "fix recurrent op, nccl op"
* "change the other operators interface with Place"
* "fix typo"
* "fix pybind"
* "fix device in python side"
* "fix pybind failed"
* "add init for test"
* "fix CI"
8 years ago
chengduoZH
1d936f1dfa
refine
9 years ago
武毅
ed08a483fe
Merge pull request #6892 from typhoonzero/refine_fluid_recomm_test
...
Refine fluid recommender test
9 years ago
typhoonzero
42bf89ce12
refine fluid recomm test
9 years ago
fengjiayi
edba405d36
Pass test_dyn_rnn.py
9 years ago
dangqingqing
ba8660a1bd
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cuda_profile
9 years ago
dangqingqing
544ff7848a
Resume the nvprof config.
9 years ago
qijun
aa1ac36cc2
merge baidu/develop
9 years ago
sweetsky0901
8a7c309d5f
modify for update from trunk
9 years ago
sweetsky0901
333995a700
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cross_channel_norm
9 years ago
Tao Luo
fc5c432a32
Merge pull request #6787 from luotao1/seq_pool_doc
...
add python wrapper for sequence_pool
9 years ago
sweetsky0901
b1025cf50a
add norm_op for ssd(cross channel norm)
9 years ago
Yu Yang
ca82fd2565
Merge pull request #6789 from reyoung/feature/add_reorder_lod_tensor
...
Add ReorderLoDTensorByRank
9 years ago
Luo Tao
36acbba674
Merge branch 'develop' into seq_pool_doc
9 years ago
QI JUN
6b47598103
add data layout ( #6832 )
...
* add data layout
* fix ci
9 years ago
Guo Sheng
c5a2672a07
Merge pull request #6779 from guoshengCS/add-python-reduceMean
...
Add python wrapper for reduce_mean
9 years ago
武毅
8d6db25167
Merge pull request #6297 from typhoonzero/simple_dist_train_api
...
[Done] API for dist train
9 years ago
Luo Tao
f3fc8de1d5
add doc for sequence_first/last_step
9 years ago
Cao Ying
a1cfc32533
Merge pull request #6871 from lcy-seso/fix_fc_layer_doc
...
fix the latex equation in fluid fc layer.
9 years ago
Yang Yu
540af318e7
Merge branch 'develop' of github.com:baidu/Paddle into feature/add_reorder_lod_tensor
9 years ago
dzhwinter
abde3130b7
"remove GPU Sync Interface" ( #6793 )
...
* "remove GPU Sync Interface"
* "fix typo"
* "fix type cast error"
* "fix related Copy with stream"
* "fix failed tests with DevicePool"
* "fix stupid removed position error"
9 years ago
caoying03
852cd544a9
fix latex equation in fluid fc layer.
9 years ago
Luo Tao
d7a9bb6e19
add python wrap for sequence_first/last_step
9 years ago
Guo Sheng
7f96abc75e
Merge pull request #6849 from guoshengCS/fix-fluid-lrAttr
...
Fix lr setting of param_attr in Fluid
9 years ago
Cao Ying
298dc8958d
Merge pull request #6792 from lcy-seso/refine_doc
...
Refine the doc for mul_op and fully connected layer.
9 years ago
kavyasrinet
22fba722fb
Add doc for data layer ( #6858 )
9 years ago
kavyasrinet
a552385902
Adding doc for sums layer ( #6857 )
9 years ago
Abhinav Arora
91911f4b56
Fix documentation of embedding layer ( #6854 )
9 years ago
kavyasrinet
61eb085648
Adding documentation for the operators: lod_tensor_to_array , array_to_lod_tensor, create_array, increment ( #6807 )
...
* Adding operator assignment
* Adding a prototype for documentation in layers
* small update to re-run Travis
* Removing file from another PR
* Small typo
* Adding documentation for the operators: lod_tensor_to_array , array_to_lod_tensor, create_array, increment
* Fixing indentation issue
* Fixed datatype of input variables
9 years ago
Abhinav Arora
3528e6ede6
Polish API docs for Fluid Assign and Concat layer ( #6855 )
...
* Polish API docs for assign layer
* Polishing the API docs for concat and assign layer
9 years ago
kavyasrinet
e473fa6bfe
Adding array read layer ( #6853 )
9 years ago
kavyasrinet
e56d03ea50
Writeup for array write layer ( #6820 )
...
* Writeup for array write layer
* Fixed the type
9 years ago
kavyasrinet
ab916e54b0
Adding layer array_length ( #6817 )
9 years ago
chengduoZH
e902c36cdf
add conv2d_python doc
9 years ago
guosheng
adfe6900b9
Fix lr setting of param_attr in Fluid
9 years ago
caoying03
a74db488f7
follow comments.
9 years ago
typhoonzero
175a4f52c2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into simple_dist_train_api
9 years ago
typhoonzero
4658f9501e
fix delete ops
9 years ago
Yang Yu
9189567a90
Follow comments
9 years ago
Yang Yang
f899150e0a
pass forward runtime
9 years ago
qijun
5f5c00f244
follow comments
9 years ago
fengjiayi
feb05c3a54
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rename_fill_zero_op_output
9 years ago
fengjiayi
f56f149298
fix_output_name
9 years ago
fengjiayi
1a0fc5d8dc
Add the simple support of no_grad_set
9 years ago
chengduoZH
dcf5e948b0
remove conflict
9 years ago
Yang Yu
8823a12ef8
Merge branch 'develop' of github.com:baidu/Paddle into feature/add_reorder_lod_tensor
9 years ago
Abhinav Arora
863661a30b
Polishing the documentation of the less than layer ( #6816 )
9 years ago
Yang Yu
b23982a2de
Add ReorderLoDTensorByRank
...
It is useful to reorder RNN memory block.
9 years ago
Abhinav Arora
ad9790891b
Polish layer documentation for fill_constant ops ( #6808 )
9 years ago
caoying03
ebe4425ffa
Merge branch 'develop' into refine_doc
9 years ago
Yibing Liu
82eff9dc68
Merge pull request #6804 from kuke/fix_dropout
...
Correct the dropout_op's computation in test
9 years ago
Abhinav Arora
c8ef45291d
Polishing the embedding layer and the fc layer documentation ( #6806 )
...
* Polishing the embedding layer and the fc layer documentation
* Addressing code review feedback
9 years ago
Yibing Liu
c2b1ddb6a8
Correct the dropout_op's computation in test
9 years ago
fengjiayi
278ac7be5c
Compelete basic framework
9 years ago
Yancey1989
e805cfcbf3
fix unit test failed
9 years ago
caoying03
c322c7bb02
some small refines.
9 years ago
caoying03
66468736aa
Merge branch 'develop' into refine_doc
9 years ago
caoying03
6a1e312914
refine the doc.
9 years ago
fengjiayi
61a7df2e31
update
9 years ago
Luo Tao
22022017d9
add python wrapper for sequence_pool
9 years ago
qijun
35086d0620
Merge remote-tracking branch 'baidu/develop' into get_places_op
9 years ago
guosheng
c97369b470
Add python wrapper for reduce_mean
9 years ago
guosheng
0ab5d8e1d4
Add python wrapper for reduce_sum
9 years ago
qijun
e8de775f8e
rename trainer_count to device_count
9 years ago
qijun
aa32089493
fix conflict
9 years ago
Qiao Longfei
d639b13f15
Merge pull request #6744 from jacquesqiao/expose-const-value
...
Expose const value
9 years ago
Yang Yang
2f56d4b3d4
forward pass compile time
9 years ago
qiaolongfei
927f5d567c
complete const test
9 years ago
fengjiayi
590e6111f1
update
9 years ago
qiaolongfei
c057d535d0
remove duplicated code
9 years ago
qiaolongfei
b2023db36b
fix a typo
9 years ago
qiaolongfei
5c530ea827
export const value to python
9 years ago
Yang Yang
b2ee91903d
add parallel_do test
9 years ago
Yu Yang
de85470d78
Support Clip in param_attr ( #6729 )
...
* Support Clip in param_attr
* Fix the order of clip & regular
Regular is not need to be clipped
9 years ago
fengjiayi
6bb4a6fd42
update
9 years ago
qijun
3034edf1a7
fix typo
9 years ago
qijun
39a61bbf55
fix conflict
9 years ago
yangyaming
760d20de92
Add test for sequence_softmax.
9 years ago
yangyaming
6cba821a60
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6712
9 years ago
typhoonzero
b1b7af400f
support multi node
9 years ago
qijun
44bae42dd1
follow comments
9 years ago
dangqingqing
22446fe1c8
Fix the config arguments.
9 years ago
qijun
31323f7911
add test
9 years ago
yangyaming
9573256f9d
Remove main_program and startup_program.
9 years ago
qijun
9fbd94263e
init
9 years ago
yangyaming
2a058b109c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6581
9 years ago
yangyaming
dfb2261d59
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6712
9 years ago
Yu Yang
7901f06ab7
Remove `main_program` and `startup_program` as the paramter of layer function ( #6655 )
...
* Simplize system_allocator and fix GPU_INFO
* Remove main_program/startup_program
* Fix optimizer
* Fix CI
* Follow comments
9 years ago
yangyaming
fa5cdd8f74
Expose sequence_softmax_op.
9 years ago
yangyaming
9ee9fefd2d
Change the return order to h, c.
9 years ago
yangyaming
d993a4f58b
Change default value for bias_attr.
9 years ago
yangyaming
69072ef1ce
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6581
9 years ago
yangyaming
58d6946c87
Set the act to 'linear'.
9 years ago
typhoonzero
7be79231e1
wip multi-trainer
9 years ago
yangyaming
984e4ca530
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6590
9 years ago
yangyaming
a398e25d6a
Expose param_attr and bias_attr.
9 years ago
yangyaming
ed56ed9f3a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6581
9 years ago
dangqingqing
521db98bc9
Refine CUDA profiler and delete the test file.
9 years ago
wanghaoshuang
fbdaf7e098
Fix unitest
9 years ago
yangyaming
3242e286e6
seq_expand --> sequence_expand
9 years ago
typhoonzero
e6079390a9
add example doc in transpiler
9 years ago
sweetsky0901
7456d737b2
Merge pull request #6204 from sweetsky0901/my_spp_op
...
add spp(Spatial pyramid pooling ) op
9 years ago
dzhwinter
24fda39220
Feature/global context ( #6537 )
...
* "add DeviceContextPool"
* "add devicecontextpool in pybind"
* "add comments in python side "
* "fix static link error"
* "fix CI error"
* "add executor.py"
* "fix CI error"
* "add with gpu macro"
* "remove comment out codes"
* "add TODO items"
* "update init devices"
9 years ago
fengjiayi
b3ea677a2b
update
9 years ago
sweetsky0901
5be5afb331
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_spp_op
9 years ago
sweetsky0901
1eac276300
add spp avg
9 years ago
yangyaming
0d748f5bcd
Move seq_expand to nn.py.
9 years ago
yangyaming
087fbb498b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6590
9 years ago
yangyaming
734e87e55b
Add python wrapper for lstm unit op.
9 years ago
typhoonzero
f8f80db163
update for multi trainer
9 years ago
fengjiayi
f2e76008d3
update
9 years ago
Yibing Liu
5ac8a0bec8
Merge branch 'develop' of upstream into fix_reshape_op
9 years ago
typhoonzero
e13e15d8a4
fix ci
9 years ago
Yancey
d7b67f2b74
fix pipe_reader on multi passes ( #6627 )
...
fix pipe reader on multi passes
9 years ago
typhoonzero
dfbc9f2e6b
fix ut
9 years ago
sweetsky0901
929be3a4a5
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
9 years ago
guosheng
a7fa2051f2
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-multiBatch-chunkEval-dev
9 years ago
chengduoZH
479ee271ed
remove conflict
9 years ago
typhoonzero
1b20096a52
done
9 years ago
Yu Yang
e0698e33a8
Make layers as a python module ( #6564 )
...
* Make cast op support bool
Also add `elemwise_sub/mul/abs/clip` layers
* Make fuild.layers as a module
* Move layers as a module
* Split layers.py into layers module
* Fix CI
* Fix CI
9 years ago
fengjiayi
ecfd2ac8a0
Merge pull request #6614 from JiayiFeng/dev_rename_sub_block
...
Unify `step_block` and `block` to `sub_block`
9 years ago
fengjiayi
dafd449c68
Unify `step_block` and `block` to `sub_block`
9 years ago
guosheng
181db32649
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-multiBatch-chunkEval
9 years ago
yangyaming
3545d3a61d
Expose seq_expand op.
9 years ago
Guo Sheng
49b8ac805e
Merge pull request #6550 from guoshengCS/enhance-exclude-param-init
...
Enhance Parameters.init_from_tar in V2
9 years ago
Yibing Liu
0a75ed6f5b
Add unit test for dimension inference in reshape_op
9 years ago
typhoonzero
40d0fff2e5
single pserver workable version
9 years ago
wanghaox
67cbb3e3b6
detection map evaluator for SSD
9 years ago
guosheng
842b485f6a
Enhance ReduceOp to support reducing over all elements
9 years ago
wanghaox
7297e6ff55
fix some issues
9 years ago
typhoonzero
2b47fb3d25
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into simple_dist_train_api
9 years ago
typhoonzero
9508c72685
wip: should fix variable recreate
9 years ago
Yu Yang
0a8addf802
Make cast op support bool ( #6562 )
...
Also add `elemwise_sub/mul/abs/clip` layers
9 years ago
Yu Yang
d069f2ca0a
Make fluid.layers.fc support multiple param_attr ( #6532 )
...
Fix #6531
9 years ago
sweetsky0901
89de58d990
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_spp_op
9 years ago
guosheng
2cc3453243
Refine the doc of parameters.init_from_tar
9 years ago
dzhwinter
697facc92f
"add registry interface" ( #6449 )
...
* "add registry interface"
* "move function to registry"
* "rename with meaningful name"
* "add exposed layers"
* "fixed based on comments"
* "remove unsed comments"
9 years ago
guosheng
29cd089ab2
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-multiBatch-chunkEval
9 years ago
sweetsky0901
73a9c853fa
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
9 years ago
typhoonzero
b4cd7f3d75
wip need ut
9 years ago
guosheng
63ce906b08
Refine ChunkEvalutor by following comments
9 years ago
chengduoZH
50003984d4
remove conflict
9 years ago
guosheng
6ecf08b173
Enhance init_from_tar to support indicating parameters excluded from the initialized model
9 years ago
fengjiayi
8f7d0b1814
add param_attr for nets ( #6509 )
9 years ago
guosheng
1eaeacb2c8
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-multiBatch-chunkEval
9 years ago
sweetsky0901
4d8f39b853
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
9 years ago
guosheng
9a89b041ba
Add ChunkEvaluator for multi-batches
9 years ago
Yu Yang
d918ccded3
Add fill_op ( #6477 )
...
* Add fill_op
* Fix bug
9 years ago
wangmeng28
c175eeb387
Fix wrong index in dataset downloading exception
9 years ago
Siddharth Goyal
4ff6bc175a
Add row conv operator ( #6013 )
...
* Fix documentation
* Address review comments
9 years ago
sweetsky0901
8ec20b22fc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
9 years ago
dzhwinter
0ca6274451
"add global regularization" ( #6443 )
...
* "add global regularization"
* Polish `append_regularization_ops`
9 years ago
sweetsky0901
15b1e8e858
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
9 years ago
sweetsky0901
65b641bf66
add detection_output op
9 years ago
typhoonzero
489b9695e4
wip for testing
9 years ago
Yu Yang
9f44af9d7c
Fix #6460 ( #6461 )
9 years ago
typhoonzero
308491a94a
update for simple dist train
9 years ago
sweetsky0901
b41894d147
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
9 years ago
sweetsky0901
fe177b6292
test detection_output cpu and gpu ok, but doc will be modify
9 years ago
chengduoZH
5f48421cc3
fix conv2d_transpose API (Add dilation)
9 years ago
chengduoZH
d93bbf1b35
add conv_trans unit test
9 years ago