sneaxiy
4b4af84e67
test=develop
6 years ago
jerrywgz
4c9884e713
refine unittest test=develop
6 years ago
JiabinYang
c20f689d6e
test=develop
6 years ago
Qiao Longfei
644067066a
update test_split_selected_rows_op.py
6 years ago
Qiao Longfei
bd2b6d7f8f
sum_op support inplace
6 years ago
Yibing Liu
6b795d424c
Merge pull request #13901 from kuke/seq_slice_py
...
Add py api for sequence_slice_op
6 years ago
dzhwinter
3861269594
merge develop branch
6 years ago
JiabinYang
1ba7a3f311
test=develop
6 years ago
tangwei12
fa2ab3346c
fill constant add infervarshape, lookuptable clone lr var ( #13830 )
...
* fill constant add infervarshape, lookuptable clone lr var
* test=develop
* add lookuptable ut, test=develop
* bug fix in transpliler about async with lookup table
* test=develop
6 years ago
JiabinYang
368d6b77b0
test=develop
6 years ago
Yibing Liu
46b0b7903c
Merge pull request #13856 from kuke/seq_unpad_op
...
Add sequence unpad op
6 years ago
Qiao Longfei
b4a32eafdf
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-sum-seq-pooling-op
...
test=develop
6 years ago
Yibing Liu
6a627ce751
Use length-based lod in seq_slice's doc
...
test=develop
6 years ago
Yibing Liu
699825a9d5
Use length-based lod in seq_unpad's doc
...
test=develop
6 years ago
jerrywgz
2f5a80174e
add roi_align api
6 years ago
Zeng Jinle
93606c2c2c
Merge pull request #13689 from sneaxiy/sparse_rmsprop
...
Fix sparse rmsprop
6 years ago
Qiao Longfei
681226e97c
Merge pull request #13864 from jacquesqiao/py-reader-add-test-mode
...
reader block queue add test mode
6 years ago
jerrywgz
90f39b1123
Merge branch 'roialign' of https://github.com/jerrywgz/Paddle into roialign
6 years ago
Xin Pan
288a112ffd
Revert "Revert "Revert "Make variable::GetMutable robust"""
6 years ago
sneaxiy
5cedfb60c8
test=develop
6 years ago
Yibing Liu
b785798585
Expose layer's name for sequence pad & unpad
...
test=develop
6 years ago
jerrywgz
5e52dafda5
add roi align
6 years ago
jerrywgz
c0e34eebec
add roi align
6 years ago
Yibing Liu
7d84de4712
Fix some typos
6 years ago
Yibing Liu
16b2c6dc78
Add py api for sequence_slice_op
...
test=develop
6 years ago
Xin Pan
fededdda20
Merge pull request #13872 from panyx0718/fix2
...
Revert "Revert "Make variable::GetMutable robust""
6 years ago
Xin Pan
ddb76d0d09
Make GetMutable more robust
...
test=develop
6 years ago
Qiyang Min
c2842377ce
Merge pull request #13837 from velconia/add_pyramid_dnn_support
...
Add margin_rank_loss_op to python
6 years ago
chengduo
8e2fdc54b1
Add check for opt op ( #13840 )
...
* add check for opt op
* fix opt op
test=develop
* fix test fail
test=develop
* fix optimization doc
test=develop
* test=develop
6 years ago
Qiao Longfei
eb6d9e3bbe
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-sum-seq-pooling-op
6 years ago
Yibing Liu
46e61d81a7
Wrapper py api for sequence_unpad
...
test=develop
6 years ago
sneaxiy
84d9300365
test=develop
6 years ago
chengduo
2562eb92b8
Add strategy doc ( #13849 )
...
* add strategy doc
test=develop
* fix doc
test=develop
* add ParallelExecutor arg doc
test=develop
6 years ago
Qiao Longfei
005f1923a2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-sum-seq-pooling-op
6 years ago
dzhwinter
8329a1f139
add sparse update momentum. test=develop
6 years ago
Wu Yi
77e9339deb
fix api get_pserver_programs ( #13820 )
6 years ago
Qiao Longfei
2178ae5698
add reader_queue_speed_test_mode to python init
...
test=develop
6 years ago
Qiao Longfei
305d211a6e
fix data names
...
test=develop
6 years ago
Qiao Longfei
ce1e0d355e
test_py_reader_using_executor support test use_decorate_paddle_reader
6 years ago
Qiao Longfei
ea97e83e41
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-pyreader
6 years ago
Xin Pan
d852be7c48
Revert "Make variable::GetMutable robust"
6 years ago
Xin Pan
ae8b1c32bf
Merge pull request #13821 from panyx0718/fix
...
Make variable::GetMutable robust
6 years ago
Xin Pan
9b3e0df375
Merge pull request #13819 from panyx0718/doc
...
Explain LoD and a few other concepts
6 years ago
chengduo
9c77b65c06
Fix layers.uniform_random ( #13823 )
...
* fix layers.uniform_random
* fix uniform_random
test=develop
* remove var type set
test=develop
* fix similar error
test=develop
6 years ago
Yibing Liu
cbe4292516
Add sequence unpad op
...
test=develop
6 years ago
minqiyang
4a22979bca
Polish code
...
test=develop
6 years ago
minqiyang
f03e0e49a8
Polish doc
...
test=develop
6 years ago
minqiyang
a7cae62bbb
Polish code
...
test=develop
6 years ago
Xin Pan
228506618b
Avoid GetMutable implicitly reset Var Type.
...
This can cause a lot of problem:
1. Wrong operator implementation, Op can get a wrong type without failure.
2. Anytype can be Get without defined in VarType.
Also fix wrong STEP_SCOPE usage.
test=develop
6 years ago
minqiyang
7f6ff6f5a9
Polish doc
...
test=develop
6 years ago
minqiyang
35e547e00f
Polish API doc
...
test=develop
6 years ago
Qiyang Min
f99ea99e36
Merge pull request #13720 from velconia/fix_grad_clip
...
Merge selected_rows for clip_by_norm op
6 years ago
minqiyang
d8a1b77097
Add margin_rank_loss_op to python
6 years ago
Xin Pan
63b2e98f3d
Explain LoD and a few other concepts
...
test=develop
6 years ago
Qiao Longfei
fc77b504c5
fix data overlap bug
6 years ago
Qiao Longfei
c70fec99ab
optimize pyreader
6 years ago
shippingwang
98ffde410d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
6 years ago
minqiyang
1456b8ec7d
Add unittest for clip_by_norm_op with SelectedRows
...
test=develop
6 years ago
Tao Luo
fd0dd07ab4
Merge pull request #13726 from jczaja/prv-fused_embedding_fc_lstm-ut
...
Unit test to Fused_embedding_fc_lstm op
6 years ago
Qiyang Min
ac8208b637
Merge pull request #13707 from velconia/fix_ci_random_fail
...
Fix flowers data read in python3
6 years ago
minqiyang
d8384c8e64
Polish code
...
test=develop
6 years ago
Qiao Longfei
5fc305220c
Merge pull request #13787 from PaddlePaddle/revert-13637-optimize-opyreader
...
Revert "optimize pyreader"
6 years ago
chengduo
e1761709f8
Set the right shape of selected_rows ( #13723 )
...
* set the right shape of selected_rows
test=develop
* enhance check
* fix activation_op
* remove cast
* use ShareDimInfo replace SetDim and ShareLod
* use ShareDimAndLod
test=develop
* follow comment
test=develop
* check whether the input has lod
test=develop
* Split ShareDimAndLod
test=develop
* checkout clip.py
test=develop
6 years ago
Qiao Longfei
9d087d5139
Revert "optimize pyreader"
...
test=develop
6 years ago
tensor-tang
dba6928775
fix lod tensor
...
test=develop
6 years ago
qingqing01
6094a72308
Fix bug in reduce_op caused by PR #13534 ( #13748 )
...
* Fix bug in reduce_op caused by PR #13534
* Fix output shape and enhance unit test.
test=develop
6 years ago
minqiyang
5ae34fb9ac
Make code more compatible
6 years ago
shippingwang
08d8a622eb
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
6 years ago
shippingwang
423162531b
Add usage comment of plot.py
6 years ago
Qiao Longfei
b1d5135ffb
Merge pull request #13637 from jacquesqiao/optimize-opyreader
...
optimize pyreader
6 years ago
dzhwinter
a46e30aa6d
enhance isinf/isnan in tensor util, avoid copy back to cpu ( #12688 )
...
* "avoid copy back to cpu"
* "add infinity support"
* "fix ci"
* "add cpu macro"
* rerun ci; test=develop
* "fix api"
test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
6 years ago
shippingwang
3c3df1fd4a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
6 years ago
shippingwang
00b11c2728
Add comment
6 years ago
qiaolongfei
91e8299144
fake reader support python3.x test=develop
6 years ago
Jacek Czaja
809dbc5c17
- Added file for fused_embedded_fc_lstm_op unit test
...
- Work in progress on unit test for fused_embedding_fc_lstm op
- Added bias caching and ref x computing
- Small update unit test
- temporary storage
- Fix to batchcompute
- Cosmetic fixes
- Style fixes
6 years ago
qiaolongfei
5238a7f5b9
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-opyreader
...
test=develop
6 years ago
qiaolongfei
ec38effcce
optimize fake, change it to a class instead a function. test=develop
6 years ago
qiaolongfei
ebd9f7fccd
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-fake-reader
...
test=develop
6 years ago
qiaolongfei
1a59880084
update test_sum_op
6 years ago
xuezhong
65ed45a154
Merge pull request #13717 from chengduoZH/enhance_while
...
Add nodes for Dyrnn
6 years ago
minqiyang
bcd8c2ccc3
Add unit test
6 years ago
shippingwang
d5f791815b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
6 years ago
shippingwang
2219f6d687
Move paddle/v2/plot/plot.py to paddle/utils
6 years ago
chengduoZH
e59ab42caa
add nodes for drnn
...
test=develop
6 years ago
qiaolongfei
4fc5991728
update test for fake reader decorator
6 years ago
qiaolongfei
b2fd2158d4
update comment
6 years ago
Tao Luo
d770b9bda3
Merge pull request #13663 from luotao1/resnet50_ut
...
add resnet50 inference unit-test
6 years ago
Tao Luo
4c90c40437
Merge pull request #13641 from kbinias/fix-for-no-set_attr
...
Fixed missing set_attr
6 years ago
qiaolongfei
bda05dc387
reset yield_num after one pass
6 years ago
qiaolongfei
198689c3bb
add a fake reader for speed test
6 years ago
Krzysztof Binias
e4e66814ee
Fixed missing set_attr
...
test=develop
6 years ago
qiaolongfei
91756a5a90
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-opyreader
6 years ago
Wu Yi
ea15065441
parallel run dist ci ( #13433 )
...
* parallel run dist ci
* test=develop
* update test=develop
6 years ago
minqiyang
8551e07abc
Fix flowers data read in python3
...
test=develop
6 years ago
Yu Yang
186b2b138d
Revert "Merge pull request #13201 from reyoung/revert_callstack" ( #13697 )
...
This reverts commit 21bb9e91fc
, reversing
changes made to 3fa68dc101
.
test=develop
6 years ago
Xin Pan
2f5a7cc470
Merge pull request #13673 from panyx0718/infer
...
hide all left over kwargs
6 years ago
tangwei12
b35239df2b
fix dist ut with place, test=develop ( #13647 )
6 years ago
Dang Qingqing
f63ab5619b
Fix conflict.
6 years ago
Xin Pan
425a882165
Merge pull request #13643 from panyx0718/ir2
...
clean up channel
6 years ago
Dang Qingqing
8f5d918a19
Disable one test in test_quantize_transpiler.
6 years ago
Xin Pan
88ab1ea183
fix
...
test=develop
6 years ago
Jiabin Yang
2364494090
Merge pull request #13662 from JiabinYang/mac/fix_unittest_0927
...
disable this two unittests to accelerate Mac unit test
6 years ago
qingqing01
748be49e77
Fix random fail in Python3 ( #13666 )
6 years ago
Dun
161c3e31f7
Optimization of Kernels that related to DeepLabv3+ ( #13534 )
...
* refine reduce by cub
* optimize KernelDepthwiseConvFilterGrad
* optimize depthwise conv and reduce mean and reduce sum
* fix bug: dilation
* cuda arch and cuda 8 compatible
6 years ago
Xin Pan
ddd60581b7
clean up channel
...
test=develop
6 years ago
Xin Pan
3d339797fb
clean use_mkldnn options
...
Add API.spec
test=develop
6 years ago
Xin Pan
23a29be49d
hide all left over kwargs
...
test=develop
6 years ago
Tao Luo
83ca657f96
Merge branch 'develop' into resnet50_ut
6 years ago
Xin Pan
35b713c3fd
Merge pull request #13670 from typhoonzero/disable_dist_se_resnext
...
disable dist se resnet
6 years ago
typhoonzero
e6d357ff5d
disable dist se resnet
6 years ago
qiaolongfei
c5292b181e
change py_reader_by_data to create_py_reader_by_data
6 years ago
Zeng Jinle
1cbaf71a68
Merge pull request #13620 from sneaxiy/fix_api_kwargs2
...
Hide out params in elementwise layers and scale layer
6 years ago
Qingsheng Li
63222501f0
[Do not merge] Fix global gradient clip by Yu Yang ( #13516 )
...
* Yuyang fix global gradient clip
* Share LoDs
* Revert unnecessary changes
* Fix bug in sequence_slice_op
6 years ago
Tao Luo
21ee30595b
clean some CMakeLists
...
test=develop
6 years ago
JiabinYang
9ae5baebfa
test=develop
6 years ago
Xin Pan
2c4b8393ce
Merge pull request #13573 from velconia/fix_api
...
Fix kwargs in clip and logical API
6 years ago
qiaolongfei
9d3fa1bedd
update the document of py_reader_by_data
6 years ago
Wu Yi
7a5f3f750b
Fix memory optimization with dist train ( #13535 )
...
* show detail error log on ci
* test
* fix memopt and dist
* update apispec
* will fix different batch issue test=develop
6 years ago
Yan Chunwei
c8744d118d
fea/infer executor and concurrency performance issue bug fix ( #13451 )
...
- add naive executor
- fix concurrency performance issue
6 years ago
Dang Qingqing
e79ad2ea87
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
6 years ago
Dang Qingqing
209f799f91
test,
...
test=develop
6 years ago
qiaolongfei
dab8337c96
clean code
6 years ago
qiaolongfei
40fb04943f
add comment to py_reader_by_data
6 years ago
Xin Pan
02a33ee6cf
Merge pull request #13629 from panyx0718/doc
...
clean v2 usage
6 years ago
chengduo
5175b3cb2b
Add GraphChecker ( #13580 )
...
* add GraphNum
test=develop
* add graph number check in parallelExecutor
test=develop
* fix transformer_model bug
test=develop
* fix graph num
6 years ago
sneaxiy
31e67b9042
test=develop
6 years ago
qiaolongfei
85ddb5c76e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-opyreader
6 years ago
Xin Pan
7cd2761736
Merge pull request #13416 from panyx0718/ir
...
PassBuilder
6 years ago
minqiyang
4c89137427
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_api
6 years ago
qiaolongfei
accf3f7505
optimize pyreader
6 years ago
Xin Pan
2c01c2216a
Merge pull request #13531 from gongweibao/generator2
...
Hide kwargs
6 years ago
qingqing01
479ad4bb92
Merge branch 'develop' into quantize_transpiler_update
6 years ago
Yu Yang
0be1582df0
Merge pull request #13525 from reyoung/fix_mixed_vector
...
Fix mixed vector
6 years ago
chengduo
4e81e22827
add op frequence ( #13328 )
6 years ago
qingqing01
fd4c4df93d
Cuda speed for generate_proposals_op. ( #13596 )
...
* Add CUDA implementation for generate_proposals_op.
* Clean code.
* Update code.
6 years ago
Wu Yi
18e5dccc0b
Merge pull request #13619 from typhoonzero/fix_graph_num
...
fix graph num
6 years ago
Xin Pan
7536dba94e
clean doc
...
test=develop
6 years ago
gongweibao
91bc80d679
test=develop
6 years ago
Dang Qingqing
bd0a9fb7aa
Update code, since one merged PR hidden the API.
6 years ago
gongweibao
944403910d
test=develop
6 years ago
gongweibao
c837a0acb2
follow comments
6 years ago
Dang Qingqing
f7bd1761a0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
6 years ago
Wu Yi
10dffc68cd
Merge pull request #13618 from typhoonzero/revert_13530
...
Revert "Some trivial optimization (#13530 )"
6 years ago
sneaxiy
f1a08a3bab
test=develop
6 years ago
typhoonzero
5b152b1fac
fix graph num
6 years ago
Zeng Jinle
c0a66b6db4
Merge pull request #13564 from sneaxiy/fix_api_kwargs2
...
Fix elementwise_div api missing
6 years ago
tangwei12
97cf1eb6d7
Add distributed unit tests about text_classification/simnet-bow/ctr ( #12812 )
...
* add dist ut for text_classification
* add dist ut for text_classification
* add simnet bow unittest
* add dist ut for simnet bow
* add trainning data url for simnet bow
* add trainning data url for simnet bow
* modify simnet test_reader to train reader
* add test_dist_ctr
* test_dist_ctr can run now
* dense update is good
* add unit test for selected rows
* debug unit test
* fix dist sparse update problem
* Constant args at init
* optimize code
* simnet optimize
* fix DebugStringEx
* optimize sum_op.h
* add ScaleOpVarTypeInference
* clean code
* fix test_dist_transpiler.py
* code optimize
* modify delta
* fix sparse update bug
* dist test use one cpu
* update some data
* remove unused code
* add use cuda config
* unit test fix
* unit test fix
* unit test fix
* unit test fix
* dist_word2vec use CPU
* unit test fix
* unit test fix
* code clean
* code clean
* merge develop
* api spec update
* Revert: api spec update
* replace simnet data with fake
* replace simnet data with fake
* update dim
* add batch auc
* code clean
* code clean
* modify print to stderr
* update simnet delta -> 1e-5
* update RUN_STEP
* add use_reader_alloc
* add use_reader_alloc
* add use_reader_alloc
* modify delta
* add use_reader_alloc
* fix stderr write
* python3 compatibility
test=develop
* python3 compatibility, test=develop
* Update dist_text_classification.py
* test=develop
6 years ago
typhoonzero
a4f7696a18
Revert "Some trivial optimization ( #13530 )"
...
This reverts commit 1d91a49d2f
.
6 years ago
Wu Yi
1ab7b55162
Merge pull request #13602 from typhoonzero/add_dist_decayed_adagrad_op_support
...
Add decayed_adagrad support for dist train
6 years ago
tangwei12
85362e98dd
Batch AUC ( #13567 )
...
* add distributed auc
* add attr "is distributed" and config it
* add distributed auc
* add batch auc and code format
* code format
* auc optimize
* metric_op optimize
* code clean
* bug fix and code clean
* bug fix and code clean
* code optimize
* code optimize
* api spec update
* Comments optimized
* add mutex
* Revert: add mutex
* remove distribute metric
* remove distribute metric
* spec modifyed
* add annotation, test=develop
* keep API compatibility
test=develop
6 years ago
sneaxiy
fde9e0c27d
test=develop
6 years ago
Wu Yi
16e73e0d28
hide operator API ( #12543 )
...
* hide operator API
* update
* update api.spec
* fix merge
* fix test
6 years ago
typhoonzero
75258c79bf
add decayed_adagrad support for dist train
6 years ago
minqiyang
e4bc247cd4
Polish code
...
test=develop
6 years ago
minqiyang
23291abdb6
Polish code
6 years ago
Dang Qingqing
d94920ce6f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
6 years ago
Dang Qingqing
44791f428d
Fix unit test.
6 years ago
Qiyang Min
01fda9345a
Merge pull request #13523 from velconia/fix_rnn_search
...
Fix reader of rnn_search in python3
6 years ago
minqiyang
7c767a44c2
Polish code
...
test=develop
6 years ago
chengduo
1d91a49d2f
Some trivial optimization ( #13530 )
...
* some trivial opt
* remove the fix of lod_tensor and shrink_rnn_memory_op
* refine ShrinkRNNMemoryOp
test=develop
6 years ago
Xin Pan
ebf9171df3
Merge pull request #13532 from panyx0718/infer
...
Add a test to load a full model and allow to to post-train from C++
6 years ago
sneaxiy
0633095c74
fix_api_kwargs
6 years ago
minqiyang
b1448ded40
Port clip and clip_by_norm op to nn and change API.sepc
6 years ago
minqiyang
0ff5d8b02a
Port logical_ops to nn
6 years ago
Jiabin Yang
55467169e5
Merge pull request #13560 from JiabinYang/mac/daily_ci_check
...
disable nccl2 test on CPU-only mode
6 years ago
Yu Yang
21bb9e91fc
Merge pull request #13201 from reyoung/revert_callstack
...
Revert "Revert "Add Python Callstacks when Op::Run error (#12759 )""
6 years ago
gongweibao
3dc54af2d3
merge
6 years ago
Xin Pan
cbdf9833e3
hide create_passes_from_strategy for now
6 years ago
Zeng Jinle
2cd558fb36
Merge pull request #13561 from sneaxiy/fix_api_kwargs
...
[Urgent] Add out params to some apis
6 years ago
Xin Pan
bc1fa4fd6f
Merge pull request #13556 from panyx0718/doc
...
clean a few more kwargs
6 years ago
sneaxiy
48d82bd008
add out params
6 years ago
Dang Qingqing
b7146d60e4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
6 years ago
Dang Qingqing
7264e9a475
Fix unit test.
6 years ago
Yu Yang
46498bf1a0
Merge pull request #13508 from reyoung/hide_parameter
...
Hide parameter
6 years ago
JiabinYang
bd42057ea0
disable nccl2 test on CPU
...
only mode
6 years ago
gongweibao
1113337764
merge
6 years ago
Xin Pan
d3ff3f8a5e
follow comments
6 years ago
Xin Pan
cf38c676ca
fix
6 years ago
Xin Pan
6974265292
support offline train
6 years ago
Yu Yang
606dfb13d5
Merge pull request #13442 from reyoung/feature/remove_trainer_api
...
Move trainer to contrib
6 years ago
Xin Pan
f117feab0c
modify comments
6 years ago
Yu Yang
28cc1e1853
Ignore Attr in doc
6 years ago
Qiao Longfei
cce056cad1
Merge pull request #13537 from jacquesqiao/fix-table-optimize-send-op
...
fix table grad send sync_mode
6 years ago
Yu Yang
7119d6c3cf
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into revert_callstack
6 years ago
Wu Yi
aeb2dc2b05
Nccl2 dist API ( #13506 )
...
* add nccl2 dist api
* update apispec
* update
* update api spec
6 years ago
Xin Pan
b43e49fa31
fix
6 years ago
Xin Pan
36c2a9af27
pass builder allow cutomize pass in python.
6 years ago
Xin Pan
a2a94f602e
clean a few more kwargs
6 years ago
Xin Pan
eb1aeb175b
Merge pull request #13538 from baiyfbupt/softshrink
...
Remove kwargs in softshrink
6 years ago
Qiao Longfei
bcc7bff12f
Merge pull request #13488 from jacquesqiao/fix-img_conv_group-doc
...
fix img_conv_group doc
6 years ago
baiyf
3986242e5e
remove kwargs
6 years ago
qiaolongfei
f4219c0d1d
fix table grad send sync_mode
6 years ago
Zeng Jinle
a8f66365c9
Merge pull request #13524 from sneaxiy/fix_api_kwargs
...
Remove kwargs in elementwise layers and scale layer
6 years ago
sneaxiy
70e70d7d38
fix api.spec
6 years ago
Wu Yi
175a2ef2ec
Merge pull request #13533 from typhoonzero/disable_dist_memopt_test
...
disable memopt test
6 years ago
sneaxiy
6724801884
fix conflict
6 years ago
typhoonzero
ac4195df94
disable memopt test
6 years ago
tensor-tang
21f35eefe7
fix style
6 years ago
gongweibao
bee213e51f
fix conflict
6 years ago
tensor-tang
b9d7bd487f
Merge branch 'develop' into remove/kwargs
6 years ago
sneaxiy
3ad3635de0
fix conflict
6 years ago
sneaxiy
3ee0a6489d
remove kwargs in python api
6 years ago
Xin Pan
6537b175c4
Merge pull request #13522 from wzzju/remove-kwargs
...
remove the kwargs of elu,relu6,pow,stanh,hard_sigmoid and swish
6 years ago
Dang Qingqing
38d5ae7f82
Update code when get_inference_program is removed.
6 years ago
gongweibao
01396d91db
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into generator2
6 years ago
gongweibao
b07c563acf
clean
6 years ago
gongweibao
dda9c3556e
fix
6 years ago
gongweibao
45efc1ddda
fix
6 years ago
Dang Qingqing
ba8ba3000b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
6 years ago
Yu Yang
3043f51b3a
Merge pull request #13511 from reyoung/fix_ce
...
Revert "Merge pull request #13431 from chengduoZH/refine_lod"
6 years ago
gongweibao
ff47841796
fix
6 years ago
whs
cffad81c1a
Fix truncated normal. ( #13509 )
...
* Fix truncated normal.
* Fix.
6 years ago
tensor-tang
6d2ce745a6
Merge remote-tracking branch 'ups/develop' into remove/kwargs
6 years ago
Dang Qingqing
49ca3a32ed
Fix function name.
6 years ago
Wu Yi
29c63d180f
[Feature] dist op role and lr op role, to support memory optimize with dist training ( #13220 )
...
* wip
* clean up
* should fix running with memopt
* add ut
* mark lr schedule op role
* hide lr_schedule_guard
* use op_role_var instead of ufind
* unify dist test name
* wip for py3 support
* fix var deref
* fix python3 mem_opt order
* remove comments
6 years ago
gongweibao
2d97903a95
disable transformer ( #13515 )
6 years ago
tensor-tang
808c3ef3f6
fix sqrt
6 years ago
tensor-tang
f42a12dadc
Merge remote-tracking branch 'ups/develop' into remove/kwargs
...
fix conflicts
6 years ago
tensor-tang
5ee7dcbaad
add unit tests
6 years ago
gongweibao
8f09109a45
fix
6 years ago
Dang Qingqing
cc94b157bf
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
6 years ago
Dang Qingqing
49c672d037
Fix unit test in Python 3.5
6 years ago
Tao Luo
dbf07982a7
Merge pull request #13498 from luotao1/for_test
...
use clone(for_test=True) replace get_inference_program
6 years ago
tensor-tang
567b711db9
remove kwargs of brelu, leaky_relu and soft_relu
6 years ago
whs
fc44087d31
Add roi perspective transform op. ( #13176 )
...
* Add roi perspective transform.
* Add roi_perspective_transform_op.
* Fix code style.
* Add python api and fix doc.
* Fix API.spec
* Fix python api.
* Fix API.spec
* Move src to detection.
6 years ago
tensor-tang
2582fecaf7
fix dtype
6 years ago
minqiyang
06289aa2f9
Fix reader of rnn_search in python3
6 years ago
Zhen Wang
26857692cd
remove the kwargs of elu,relu6,pow,stanh,hard_sigmoid and swish
6 years ago
tensor-tang
3b7d9f7b83
remove kwargs of some activation api
6 years ago
Dang Qingqing
605907fe85
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
6 years ago
Dang Qingqing
6bd3ed9238
Fix unit test in Python3.5
6 years ago
Dang Qingqing
6f32fdb144
Update unit test for random fail.
6 years ago
Qiao Longfei
a32ad64484
Merge branch 'develop' into fix-img_conv_group-doc
6 years ago
Yu Yang
6d2c6f96f1
Revert "Revert "Merge pull request #13431 from chengduoZH/refine_lod""
...
This reverts commit a6c8d6b9a2
.
6 years ago
Xin Pan
f66d08c2e0
Merge pull request #13493 from panyx0718/doc
...
convert **kwargs to explicit arguments
6 years ago
Yu Yang
a6c8d6b9a2
Revert "Merge pull request #13431 from chengduoZH/refine_lod"
...
This reverts commit bd79e04667
, reversing
changes made to 6b4d290c18
.
6 years ago
luotao1
618944a291
rollback transpiler/__init__.py
6 years ago
Yu Yang
09cf93b91e
Hide Parameter
6 years ago
qiaolongfei
cd073bf9bf
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-img_conv_group-doc
6 years ago
luotao1
0f571c7dc5
remove unused InferenceTranspiler import
6 years ago
luotao1
44ba6942d1
put clone(for_test=True) before optimization phase
6 years ago
Jiabin Yang
fe7f244150
Update CMakeLists.txt
...
Add warning when disable test_fuse_elewise_add_act_pass on Mac
6 years ago
Dang Qingqing
aebe5aa593
Remove InferenceTranspiler in python/paddle/fluid/__init__.py
7 years ago
chengduoZH
683728e989
disable test_fuse_elewise_add_act in mac
7 years ago
Dang Qingqing
96138ca8f0
Fix unit test.
7 years ago
Dang Qingqing
9e580631aa
Fix conflicts.
7 years ago
luotao1
3ba7e74db2
use clone(for_test=True) replace get_inference_program
7 years ago
Yihua Xu
87086b1386
Refine activation for GRU operator ( #13275 )
...
* Optimize GRU with AVX instruction
* Clean code
* Add the Unitest and fix the align issue
* Remove the remanent part of the unitest part
* Code clean
* Fix the parameters length issue for fusion_gru to pass CI
* Change the default type as float32
7 years ago
chengduo
d402234ba8
Feature/op_fuse_pass ( #12440 )
...
* Add Preface
* Add demo code
* Save file
* Refine code
* seems can work
* use elementwise strategy
* Use ElementwiseComputeEx
* Add comments
* extract functions from operator
* Refine code
* Follow comment
* code refine
* add op_fuse pass
* add backward
* code refine
* use TopologySortOperations
* follow comments
* refine IsFusible
* code enhance
* fix op_fusion_pass
* refine code
* refine fuse_elemwise_act_op
* adjust the input and output
* refine logic
* add intermediate_edge
* disable inplace
* follow comments
* refine logic
* follow comments
* Remove the removable IntermediateOut
* change strategy
* code refine
* enable fuse backward
* code refine
* code refine
* rename unit test
* follow comments
7 years ago
Xin Pan
88ae3f169d
further clean
7 years ago
Xin Pan
2030958eee
covert **kwargs to explicit arguments
...
Also deprecate LARs argument
7 years ago
qingqing01
2bb8f5b1b1
Support variable data shape of non-sequence data. ( #13482 )
7 years ago
Qingsheng Li
21ec93aa7e
[WIP]Sequence Scatter Op ( #12625 )
...
Sequence Scatter Op
7 years ago
Xin Pan
103deb111d
Merge pull request #13484 from panyx0718/ir4
...
To support full model saving.
7 years ago
Jiabin Yang
bc5fc5cb4a
Merge pull request #13483 from JiabinYang/mac/fix_unittest_279_395
...
fix mac unittest 279/395 error without distribute
7 years ago
Yan Xu
4760d5a3bc
Merge pull request #13481 from Yancey1989/move_dataset
...
move uci_housing dataset to bce
7 years ago
qiaolongfei
cf0b6f155b
fix img_conv_group doc
7 years ago
Tao Luo
f1cbb4b0bd
Merge pull request #13479 from luotao1/inference_transpiler
...
hidden InferenceTranspiler
7 years ago
Xin Pan
10f7d004c4
To support full model saving.
...
In the future, we'd like to encourage user to save
everything during training.
This allows us to
1. Do more flexible optimization passes
2. Re-train and fune-tune
7 years ago
Jiabin Yang
2c7a8b92c0
Merge branch 'develop' into mac/fix_unittest_279_395
7 years ago
Jiabin Yang
dffc457d60
Merge pull request #13467 from JiabinYang/mac/fix_unitest_ci
...
fix mac unitest on ci
7 years ago
JiabinYang
e8e762f4e8
fix mac unittest 279/395 error without distribute
7 years ago
Yancey1989
3571ca6663
move uci_housing dataset to bce
7 years ago
Xin Pan
759dae0493
Merge pull request #13461 from panyx0718/ir3
...
clean unused inference_optimize c++ implementation
7 years ago
luotao1
ff37993bf3
hidden InferenceTranspiler
7 years ago
chengduo
fd8d83e68a
Fix the nested dyn_rnn ( #13417 )
...
* add unit test for nested drnn
* add nested dyn_rnn
* refine while_op
* fix bug
7 years ago
whs
cf128231c6
Add truncated gaussian initializer. ( #13000 )
...
* Add truncated gaussian initializer.
* Fix unitest.
* Update API.spec
* Fix code style and fix bug.
* Fix code style.
* Small fix.
7 years ago
Zeng Jinle
642cf6ca2f
Merge pull request #13418 from sneaxiy/dam_save_memory
...
Modify some ops to save memory
7 years ago
whs
5dc5175007
Add python api for expand op. ( #13453 )
...
* Add python api for expand op.
* Fix unitest.
* Remove 'out' from arguments and fix code style.
* fix API.spec
* Fix API
* Fix unitest
7 years ago
Dun
253f618ac7
loosen the restriction of output_size in conv2d_transpose ( #12292 )
...
* loosen the restriction of output_size in conv2d_transpose
* test and docs
* fix code style
* fix ci test error
* bug fix
* fix python3 issue
7 years ago
Yu Yang
cec94cab87
Merge pull request #13351 from dzhwinter/memory/stable
...
fix memory optimize
7 years ago
qingqing01
65efebb864
Fix detection.py after merge slice_op. ( #13435 )
7 years ago
Yu Yang
93456fc676
Merge pull request #13427 from reyoung/feature/hide_recordio_reader
...
Hide RecordIO Reader
7 years ago
Wu Yi
efafc72f62
Hide program APIs ( #12315 )
...
* hide program APIs
* fix merge error
* update
7 years ago
JiabinYang
6a91200757
fix mac unitest and add test_debugger back
7 years ago
qingqing01
c9e5c1e41b
Hidden ParallelDo. ( #13454 )
7 years ago
JiabinYang
facfec10bc
fix mac unitest on ci
7 years ago
chengduo
6757a31552
[Accelerate] Refine seq_softmax_op ( #13421 )
...
* refine seq_softmax_op
* fix seq_softmax
* use cub in seq_softmax
7 years ago
Yibing Liu
9cc1937d43
Merge pull request #13400 from kuke/fix_seq_pad
...
Get sequence length in sequence_pad op & fix sequence_mask op
7 years ago
Qiao Longfei
020d13c18a
fix dist table send hang problem ( #13259 )
...
* fix dist table send hang problem
* revert sync_mode config
* fix async send table
7 years ago
Yu Yang
2c31ea9293
Merge pull request #13424 from chengduoZH/refine_seq_concat
...
Refine seq_concat
7 years ago
Yu Yang
5996e224fa
Merge pull request #13430 from chengduoZH/refine_seq_pool
...
Refine seq_pool
7 years ago
sneaxiy
fd3e32ea7d
Merge develop
7 years ago
Yu Yang
e104e70667
Update Unittests
7 years ago
Xin Pan
5ce77889f4
clean unused inference_optimize c++ implementation
7 years ago
Dang Qingqing
51d1afd7c4
Update code and fix install
7 years ago
chengduoZH
6534f8527a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_lod
7 years ago
chengduo
72dd6b37d9
Add sequence_expand_as_op ( #13420 )
...
* Add sequence_expand_as_op
* follow comment
7 years ago
chengduoZH
24459501fe
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_seq_concat
7 years ago
chengduoZH
f92b07f0b5
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_seq_pool
7 years ago
Yu Yang
d5455b2273
Merge pull request #13445 from gongweibao/fixtransformer
...
Fix transformer random failed
7 years ago
Yu Yang
6b3c2a9a88
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/remove_trainer_api
7 years ago
Dang Qingqing
9dbd3d5aac
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
7 years ago
Yu Yang
e39899da16
Fix bug in test_detection_map_op
7 years ago
Tao Luo
2d89849125
add WITH_INFERENCE_API_TEST option ( #13425 )
7 years ago
sneaxiy
0718113a9c
modification
7 years ago
sneaxiy
d9942cd122
Merge develop
7 years ago
gongweibao
0c8c0d943f
fix macunittest ( #13434 )
7 years ago
Yu Yang
cd69e1dd2a
Merge pull request #13339 from chengduoZH/debug_while_op
...
Enable nested WhileOp
7 years ago
chengduoZH
b57a2b989b
remove test_seq_concat_op
7 years ago
gongweibao
6eeb063e8c
fix random failed
7 years ago
Zeng Jinle
4c489180e6
Merge pull request #13411 from sneaxiy/feature/eager_delete_tensor
...
[WIP] Feature/eager delete tensor
7 years ago
yuyang
82b8a3c5d9
Move trainer to contrib
7 years ago
dzhwinter
5212b2a969
"rerun"
7 years ago
chengduoZH
284519561d
add doc
7 years ago
chengduoZH
cacf549e8a
refine seq_pool
7 years ago
chengduoZH
f8c55fb2c7
add api
7 years ago
yuyang
ecc4dc6d9b
Hide RecordIO Reader
7 years ago
chengduoZH
e7940141ce
refine seq_concat
7 years ago
yuyang
480c7c4ee3
Fix sentiment dataset
7 years ago
sneaxiy
7116cc12fb
Merge develop
7 years ago
sneaxiy
abf9832c12
tiny change to save memory
7 years ago
Jiabin Yang
edb9e56934
Merge pull request #13401 from JiabinYang/mac/ci_unitest
...
add unitttest for mac on ci after some untest being disable
7 years ago
Dun
e0bca5f866
Implement slice grad operator. #8130 ( #12330 )
...
* Implement slice grad operator. #8130
* test slice grad operator and bug fix
* Fix pre commit style
7 years ago
sneaxiy
612e1a3155
modification
7 years ago
dzhwinter
2617ac9d1a
"add doc string"
7 years ago
dzhwinter
bddd4bc0ce
Merge remote-tracking branch 'origin/develop' into memory/stable
7 years ago
Yibing Liu
1c87558c4a
Revert changes for debug
7 years ago
Yibing Liu
8edf60ceda
Merge branch 'develop' of upstream into fix_seq_pad
7 years ago
Wu Yi
437debf40e
Fix mac ci dist ( #13393 )
7 years ago
sneaxiy
d0b2453ecd
merge develop
7 years ago
sneaxiy
24ea39c4c6
feature/eager_delete_tensor
7 years ago
dzhwinter
da8adf1d04
"comment out unittest"
7 years ago
dzhwinter
fd9dc75fc2
Merge remote-tracking branch 'origin/develop' into memory/stable
7 years ago
dzhwinter
873b517b9b
"use simple stategy"
7 years ago
Yibing Liu
ce773ed7f8
Fix unitttest in sequence_pad_op
7 years ago
JiabinYang
87b11179e5
add unitttest for mac on ci after some untest being disable
7 years ago
Michał Gallus
8cbefd1a43
Fuse Conv+BN+SkipConnectionAdd+ReLU with transpiler temporarily ( #13350 )
7 years ago
dzhwinter
ef60a6544e
"add test"
7 years ago
Yibing Liu
9e3245e3bd
Merge branch 'develop' of upstream into fix_seq_pad
7 years ago
Yibing Liu
f6595811a1
Get sequence length in sequence_pad op & fix sequence_mask op
7 years ago
Xingyuan Bu
9e2e893f59
Enhence generate_proposal_labels_op and fix some bug. ( #13239 )
...
* Enhence generate_proposal_labels_op
* Fix bug in generate_proposals_op
* Refine rpn_target_assign_op.
* by Bu Xingyuan, Wang Guanzhong and Dang Qingqing
7 years ago
Yan Xu
23ec966cd3
Merge pull request #13360 from Yancey1989/parallel_bcast
...
move bcast op into graph passes
7 years ago
Wu Yi
323d017c07
Merge pull request #13379 from typhoonzero/fix_with_distribute_tests_cmake
...
fix with distribute cmake
7 years ago
Wu Yi
3ab3a7f392
Trainer auto wait pserver ports ( #13341 )
...
* trainer auto wait pserver port ready
* add file
* fix docstring
* add option to not wait
* update api spec
* clean
* fix test hang
7 years ago
Dang Qingqing
993cbbcd5c
Move quantization transpiler to fluid/contrib/quantize path.
7 years ago
typhoonzero
26b1704bef
fix with distribute cmake
7 years ago
tensor-tang
a56b6637d2
Merge pull request #13376 from tensor-tang/fix/mac/op
...
disable seqexpandconcatfc op test on Mac
7 years ago
Jiabin Yang
ae0d806cc1
Merge pull request #13367 from JiabinYang/mac/unittest412
...
fix mac test_reader_reset
7 years ago
Dang Qingqing
8a850e21ad
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
7 years ago
Jiabin Yang
ae7fb2a191
Merge pull request #13362 from JiabinYang/mac/unitest214
...
fix mac test_data_balance
7 years ago
tensor-tang
2b10aee52a
disable seqexpandconcatfc op test on Mac
7 years ago
Jiabin Yang
5b5fa37fb9
Update test_reader_reset.py
...
import os module to use os.environ in setUp()
7 years ago
Yancey1989
2888d2d7bc
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_bcast
7 years ago
Yancey1989
4778c6e21c
delete unused py codes
7 years ago
JiabinYang
415e0eac69
fix mac test_reader_reset
7 years ago
Qiyang Min
6abe03be0c
Merge pull request #13317 from velconia/fix_python35_CI_random_fail
...
Fix manylinux ci random fail problem
7 years ago
Jiabin Yang
1b676bef2d
Merge pull request #13361 from JiabinYang/mac/unittest428
...
fix test_parallel_executor_transformer
7 years ago
JiabinYang
670c58bea4
fix mac test_data_baalancance
7 years ago
JiabinYang
bdd957b4be
fix test_parallel_executor_transformer
7 years ago