Wu Yi
97f7b181d4
Merge pull request #14264 from typhoonzero/dist_test_serial
...
run dist tests in serial
7 years ago
peizhilin
1f12ba6192
gpu support, fix build issue:
...
1. Non utf-8 characters within comments of OPs may lead to protobuf fail to parse_from_string
2. comment out some ops which not supported on windows
3. cuda libs may not be correctly linked to target on windows
7 years ago
Wu Yi
8fc05e0373
fix cpu build test=develop ( #14260 )
7 years ago
Shan Yi
1fb1a0bc6b
fix_recordio_internal_link
...
test=develop
7 years ago
typhoonzero
93c689aa96
run dist tests in serial test=develop
7 years ago
sneaxiy
faac8a76ce
remove unnecessary codes
...
test=develop
7 years ago
Qiao Longfei
59fbfbfbf7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-pserver-profiler-thread-pool
...
test=develop
7 years ago
Qiao Longfei
9e4e9e9b6e
clean rpc server profiler
7 years ago
Zeng Jinle
8d930195d9
Merge pull request #14238 from sneaxiy/fix_read_lod_level_bug
...
Fix lod_level share bug in read_op
7 years ago
Wu Yi
306236c2c0
feature/DC asgd ( #12722 )
...
* wip
* add ref_by_trainer_id op
* ready to test
* fix ref inputs
* refine rpc_op_handle
* fix merge bug
7 years ago
dengkaipeng
fef2faa709
limit CUDA kernel parallel threads max number to 4096. test=develop
7 years ago
barrierye
19b68de79f
submit again test=develop
7 years ago
dengkaipeng
34bfae243a
Add Interpolate operation. test=develop
7 years ago
sneaxiy
46d4829dd1
fix lod_level share bug in read_op
...
test=develop
7 years ago
barrierye
5e7bb6a9bd
update docs test=develop
7 years ago
dongzhihong
d4e8d7077f
Merge remote-tracking branch 'origin/develop' into fix/sequence_pad
...
test=develop
7 years ago
barrierye
316e020a11
Submit PR again test=develop
7 years ago
barrierye
162cf75c88
Submit PR again test=develop
7 years ago
Zeng Jinle
df038b6149
Merge pull request #14222 from sneaxiy/fix_selected_rows_clip_bug
...
Fix selected_rows clip bug
7 years ago
Kaipeng Deng
daed473d4a
Merge pull request #14089 from heavengate/pool_exclude
...
add inclusive/exclusive mode in avg pool
7 years ago
Kaipeng Deng
64f3e3ed8f
Merge pull request #14069 from heavengate/grid_sampler
...
Grid sampler operator for spatial transformer network.
7 years ago
minqiyang
4d06d1d7ac
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into polish_op_comment
...
test=develop
7 years ago
Zeng Jinle
b316437a50
Merge pull request #14087 from sneaxiy/add_use_cudnn_in_softmax_with_xe
...
Add numeric_stable_mode parameters to softmax_with_xe op
7 years ago
Zeng Jinle
fcf370e621
Merge pull request #13773 from sneaxiy/seq_executor
...
Enable sequential execution mode in parallel executor
7 years ago
chengduo
61b4812f2f
Remove unnecessary var_and_op of DynamicRnn ( #14134 )
...
* remove unnecessary var_and_op
test=develop
* fix _init_zero_idx_
test=develop
7 years ago
sneaxiy
55befbaa2a
fix selected_rows clip bug
...
test=develop
7 years ago
sneaxiy
bbc818a5a1
test=develop
7 years ago
sneaxiy
366ebb93f7
test=develop
7 years ago
chengduo
57c90e95ae
disable test_dist_save_load ( #14220 )
...
test=develop
7 years ago
sneaxiy
203027ca86
test=develop
7 years ago
dengkaipeng
decaeb1c6d
fix style check after conflicts check. test=develop
7 years ago
Jiabin Yang
9f65b616b2
Merge branch 'develop' into add_reorg_op
7 years ago
dongzhihong
7f3c6ea411
"fix comment"
7 years ago
Wu Yi
91b2851cdc
enable pyreader use pin memory ( #14066 )
...
* enable pyreader use pin memory
* add py reader pin memory test test=develop
7 years ago
Kaipeng Deng
0b29078201
Merge branch 'develop' into grid_sampler
7 years ago
whs
0c319e0b35
Add affine grid generator op ( #12238 )
...
* Add affine grid generator.
* fix ffine grid.
* Add unitest.
* Add CPU kernel and fix unitest.
* Fix CPU kernel.
* Refine code.
test=develop
* Fix python api.
test=develop
* Update python api.
test=develop
* Fix comment.
test=develop
* Rename affine_grid_generator to affine_grid and enhence unitest.
test=develop
* Fix unitest.
test=develop
7 years ago
tangwei12
d325e668b8
[1.1] Load vars on PSERVER ( #14037 )
...
* fix dim0 in _load_slice_up_vars
* fix dim0 in _load_slice_up_vars, fix innershape in delete_var_op
* Revert "fix lookuptable in reduce strategy"
This reverts commit 0e722c5
* add unit test for dist
* add unit test for dist, test=develop
* cancel revert, test=develop
7 years ago
Tao Luo
a8532f1a67
Merge pull request #13918 from guoshengCS/fix-transpose-doc
...
Fix the example in the doc of transpose_op
7 years ago
Tao Luo
a2bee7b41b
Merge pull request #13964 from guoshengCS/refine-gru-doc
...
Refine the doc of dynamic_gru and gru_unit.
7 years ago
dengkaipeng
e99da0b583
api change: create_variable_for_type_inference. test=develop
7 years ago
Tao Luo
a7a3544f72
Merge pull request #14181 from sfraczek/sfraczek/transpiler-depthwise_conv-mkldnn-pass
...
added transpiler pass for mkldnn depthwise_conv
7 years ago
dengkaipeng
df4a3544aa
nearest neighbor interp add cuda kernel. test=develop
7 years ago
Wu Yi
d51daede93
add ftrl support for dist train test=develop ( #14176 )
7 years ago
Qiao Longfei
f37bd03529
Merge pull request #14153 from jacquesqiao/fix-pserver-crash-when-no-parameter
...
set en empty optimize block if pserver has no optimize block
7 years ago
Qiao Longfei
7825ae9c60
Merge pull request #14190 from jacquesqiao/dist-table-support-multi-table
...
Dist table support multi table
7 years ago
JiabinYang
45565784bf
test=develop
7 years ago
Qiao Longfei
f3bbd3b43a
code style format
...
test=develop
7 years ago
dengkaipeng
9755611938
add unittest for nearest_neighbor_interp_op
7 years ago
Qiao Longfei
2d461cb080
code style format
7 years ago
Qiao Longfei
add4b466d8
dist table only handle is_distributed table
7 years ago
JiabinYang
8d3c3e048b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_reorg_op
7 years ago
Qiao Longfei
d78e8f23a6
code format
...
test=develop
7 years ago
Xin Pan
5cc99c476c
Merge pull request #14154 from gmcather/seq_pad_example
...
fix sequence_pad example error
7 years ago
Wu Yi
d186e7434e
Refine dist ut ( #14118 )
...
* fix use_reader_alloc uts
* dist ut fixes test=develop
* update test=develop
* fix test for py3 test=develop
7 years ago
Zeng Jinle
da73bc39d3
Merge pull request #14143 from sneaxiy/fix_dynamic_gru_bug
...
Fix dynamic_gru h_0 bug
7 years ago
Qiyang Min
bfd2e3beca
Merge pull request #14158 from velconia/fix_mac_py3
...
Fix Mac Python3 CI job
7 years ago
Sylwester Fraczek
ebd1d753ed
added transpiler pass for mkldnn depthwise_conv
...
test=develop
7 years ago
Tao Luo
cdf2579d08
Merge pull request #14053 from jczaja/prv-seqpool-max
...
Max Sequence pool optimization
7 years ago
Kaipeng Deng
a3b26e8528
Merge branch 'develop' into grid_sampler
7 years ago
Qiao Longfei
ba8bbe159b
add test pserver run empty block into test_listen_and_serv_op
7 years ago
Qiao Longfei
f2a205c2f5
add test_pserver_run_empty_optimize_block
7 years ago
Qiao Longfei
bf9764898d
add TestEmptyPserverOptimizeBlocks
7 years ago
minqiyang
5038f623b7
Polish code
...
test=develop
7 years ago
minqiyang
8230b74281
Polish code
...
test=develop
7 years ago
Qiao Longfei
11b5c448dc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-pserver-crash-when-no-parameter
7 years ago
minqiyang
159b0eb7e3
Remove random fail ut
...
test=develop
7 years ago
minqiyang
cc752f1af4
Remove dist_test from CMakeFiles
...
test=develop
7 years ago
Qiao Longfei
a11d4f300e
use len instead of size for python list
7 years ago
Xin Pan
b2ab293c47
increase test timeout coverage.
7 years ago
barrierye
0e60bb3c4f
Submit PR again test=develop
7 years ago
Xin Pan
eb7ed1b720
Merge pull request #13897 from gmcather/develop
...
1.add position encoding 2.logloss in nn.py
7 years ago
minqiyang
59420d5bd2
Polish code
...
test=develop
7 years ago
minqiyang
2cc939bbfa
Fix Mac Python3 CI job
...
test=develop
7 years ago
barrierye
fc23cc9d30
update paddle/fluid/API.spec
...
test=develop
7 years ago
gmcather
1a98e0a44f
fix sequence_pad example error
...
test=develop
7 years ago
Qiao Longfei
fa84ba2350
set en empty optimize block if pserver has no optimize block
7 years ago
dzhwinter
e74267ae19
"fix comp bug. test=develop" ( #14104 )
7 years ago
Xin Pan
eb37ed4c16
Merge pull request #14141 from JiabinYang/fix_inference_model_latest
...
Fix inference model not found on Mac CI
7 years ago
gmcather
ba22624d7e
position encoding && log loss
...
test=develop
7 years ago
sneaxiy
7bb1178ea6
test=develop
7 years ago
JiabinYang
7c45e77c41
test=develop
7 years ago
qingqing01
cb27a9219d
Merge pull request #13971 from sefira/FasterOpDoc
...
generate proposal labels doc
7 years ago
sneaxiy
5e5d2223a1
test=develop
7 years ago
Xin Pan
b3b329255f
Merge pull request #14123 from shippingwang/fix_import_plot_py3
...
Fix import plot in py3
7 years ago
barrierye
5f3acac9b3
update paddle/fluid/API.spec
...
test=develop
7 years ago
Xin Pan
eabb75f6b3
Merge pull request #14055 from dzhwinter/fix/mem_opt
...
OrderSet default is mutableSet, not set.
7 years ago
root
99302a7075
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_import_plot_py3
7 years ago
root
5a220dc218
Fix python3 utils plot
7 years ago
Jacek Czaja
458b16f42a
Rebase of seqpool-max optimization
...
test=develop
- Added rough profiling
- Profiled maxpool itself
- First draft of max seqpool optimization (is_test added)
- Added unit tests to seqpool
- Cosmetic fixes
- Fix to UT of Seq pool
Disabled grad checking for sequence max pool when is_test is set to True
-Cosmetic fix to comment
test=develop
- Fix to GPU build
test=develop
- yet another GPU fix for sequence max pool
- Fix to comment
test=develop
- Change to API of sequence_pool
test=develop
- Yet another API spec change
test=develop
7 years ago
dengkaipeng
ff6329bd5f
fix some inappropriate expressions in api doc for grid_sampler. test=develop
7 years ago
dengkaipeng
8f1e398824
move param exclusive to the last in pool2d/pool3d for forward compatibility:. test=develop
7 years ago
dengkaipeng
593e1b18d7
fix some bugs and add some doc for GridSampleOp
7 years ago
dengkaipeng
0bb0e0c10f
add Grid Sampler Operator for STN.
7 years ago
Yu Yang
c01696f8c2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation
...
test=develop
7 years ago
barrierye
99707b281d
change / to // to fit py3
7 years ago
Qiao Longfei
d26ff8cb2d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cpu-for-1.1-merge-with-shape
7 years ago
JiabinYang
e0a89503f8
test=develop
7 years ago
Wu Yi
26200f2e42
[1.1] [project] train imagenet using large batch size ( #13766 )
...
* fix nccl2 lars dist support
* put lars in momentum op
* add tests lars
* fix ci
* fix cpu kernel
* soft warning
* remove lars in test_recognize_digits.py
* move to another op
* add file
* update api.spec test=develop
* update test=develop
* fix api.spec test=develop
* wip
* wip, finish grad merge ops
* wip, finish graph build
* wip test running
* work on 1 gpu
* workable version
* update
* fix tests
* fuse broadcast op
* fix compile failed
* refine
* add batch merge test mnist
* fix CI test=develop
* fix build
* use independent bn params for batch merge test=develop
* update api.spec
* follow comments and for test
* wip
* refine tests test=develop
* follow comments test=develop
* remove startup bn modify test=develop
* follow comments test=develop
* fix merge test=develop
7 years ago
barrierye
8c1e304307
merge nn.py
7 years ago
dengkaipeng
c93e044ae0
add inclusive/exclusive mode in PoolOp avg pool type
7 years ago
JiabinYang
9a74c4489f
test=develop
7 years ago
barrierye
9dc28179a4
add similarity_focus op
7 years ago
Qiao Longfei
7cd2417fe2
Merge branch 'develop' into cpu-for-1.1-merge-with-shape
...
test=develop
7 years ago
dongzhihong
755c04df6e
rerun ci. test=develop
7 years ago
dongzhihong
c2bc700157
Merge remote-tracking branch 'origin/develop' into fix/mem_opt
7 years ago
Zeng Jinle
aa6b2bda2c
Merge pull request #14094 from sneaxiy/fix_metrics_api_bug
...
Fix EditDistanceMetrics API bug
7 years ago
Qiyang Min
33b4920d2d
Merge pull request #14057 from velconia/continue_hash_op
...
[1.1] Add hash_op implementation
7 years ago
minqiyang
c95be75830
Detail the hash algorithms
...
test=develop
7 years ago
minqiyang
597dd92e71
Polish the doc of hash op
...
test=develop
7 years ago
Qiao Longfei
ef9bfcff59
python code format test=develop
7 years ago
Qiyang Min
209f24a241
Merge pull request #14051 from velconia/accelerate_embedding_grad
...
[1.1] Accelerate sparse embedding grad op in CPU device
7 years ago
minqiyang
2fec8c5d9a
Polish code
...
test=develop
7 years ago
Qiao Longfei
7ffc115c18
reopen test_dist_ctr test=develop
7 years ago
minqiyang
a8b17537e2
Polish code
...
test=develop
7 years ago
seiriosPlus
99b8e2224a
open UT about dist simnet
...
close UT about dist ctr, will fix it later
test=develop
7 years ago
seiriosPlus
f8ae794551
test=develop
7 years ago
seiriosPlus
e025fc9706
fix unit test in cpu 1.1
7 years ago
Qiao Longfei
641369f92b
Merge branch 'dist-table-do-not-init-on-trainer' of ssh://github.com/jacquesqiao/Paddle into cpu-for-1.1-merge
7 years ago
Qiao Longfei
d69c820707
Merge branch 'add-flag-to-control-rpc-thread-num' of ssh://github.com/jacquesqiao/Paddle into cpu-for-1.1-merge
7 years ago
Qiao Longfei
f1a3fb041b
Merge branch 'fix_lookuptable_in_reduce' of https://github.com/seiriosPlus/Paddle into cpu-for-1.1-merge
7 years ago
Qiao Longfei
da61a5b672
Merge branch 'optimizer-prefetch' of https://github.com/seiriosPlus/Paddle into cpu-for-1.1-merge
7 years ago
tangwei12
5ce3a32e06
Merge branch 'develop' into optimizer-prefetch
7 years ago
seiriosPlus
b6590b05fb
submit by tangwei12, test=develop
7 years ago
Wu Yi
9da9b1926b
[1.1] fix graph num hang ( #14072 )
...
* fix graph num hang test=develop
* re-enable tests test=develop
* re-enable graph num check test=develop
* fix multi device pass role check test=develop
7 years ago
Qiao Longfei
f13ae131dd
fix test_sum_op
...
test=develop
7 years ago
qingqing01
8c166b64c8
Merge pull request #14012 from qingqing01/map_api
...
Refine detection mAP in metrics.py.
7 years ago
Qiao Longfei
cbe128bbae
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-sum-seq-pooling-op
7 years ago
Qiao Longfei
e6ddbfede7
add rpc flags to init
7 years ago
Qiao Longfei
93f173db7d
code format test=develop
7 years ago
Qiao Longfei
42892b4bd4
add test_fake_init_op
7 years ago
Qiao Longfei
68aeb4e7e9
add fake init test in test_dist_transpiler
7 years ago
Qiao Longfei
a13c788a04
fix a bug
7 years ago
Jiabin Yang
04689f52b2
Merge pull request #14090 from JiabinYang/fix_test_parallel_executor_transformer
...
[1.1] fix python encoding problem in wmt16 related test
7 years ago
Zeng Jinle
97d47a7d08
Merge pull request #13913 from sneaxiy/seq_reverse
...
Add sequence_reverse_op
7 years ago
sneaxiy
478463174f
test=develop
7 years ago
JiabinYang
6e3615422f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_reorg_op
7 years ago
JiabinYang
0a69f86645
test=develop
7 years ago
Guo Sheng
b9ae1c49f8
Merge pull request #13994 from guoshengCS/add-reshape-reuse-input
...
[1.1] Make reshape_op reuse input.
7 years ago
JiabinYang
59e7da3f53
test=develop
7 years ago
Qiao Longfei
d52fcaf42e
replace table init op with fake init
7 years ago
Hongyu Liu
379d933ae5
Merge pull request #14036 from phlrain/add_dropout_att_new
...
Add dropout att new 1.1 merge
7 years ago
Qiao Longfei
8fe90cbdb1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dist-table-do-not-init-on-trainer
7 years ago
Qiao Longfei
4673fea551
trainer startup should not init table optimizer because it maybe large
7 years ago
minqiyang
a2820b9899
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into accelerate_embedding_grad
7 years ago
guosheng
cc0e23973d
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-reshape-reuse-input
...
test=develop
7 years ago
Xin Pan
18be7256c0
Merge pull request #14019 from panyx0718/fix6
...
fix multi device dependency issue
7 years ago
dongzhihong
8ee3bdb66b
"recun ci. test=develop"
7 years ago
Xin Pan
4cd44c00c5
fix
...
test=develop
7 years ago
guosheng
3cfaeac288
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-reshape-reuse-input
...
test=develop
7 years ago
Dang Qingqing
af0fab944a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into map_api
...
test=develop
7 years ago
yi.wu
ed032162f1
disable dist transformer test=develop
7 years ago
Xin Pan
38cf553108
fix distributed
...
test=develop
7 years ago
Xin Pan
d5d09672c8
better fix
...
test=develop
7 years ago
buxingyuan
6c1d74bb47
Merge branch 'develop' into FasterOpDoc
...
test=develop
7 years ago
minqiyang
a61879a8c5
Fix dist_transformer test
...
test=develop
7 years ago
barrierye
a7f94ec794
add similarity_focus op
7 years ago
JiabinYang
9c010146c3
test=develop
7 years ago
Dang Qingqing
5ca9c2d04f
Update code test=develop
7 years ago
Dang Qingqing
b29435307f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into map_api
7 years ago
minqiyang
33db82671c
Polish code
...
test=develop
7 years ago
JiabinYang
9cad409f2a
test=develop
7 years ago
guosheng
1f92c30565
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-reshape-reuse-input
...
test=develop
7 years ago
JiabinYang
bd064c0f44
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_reorg_op
7 years ago
Yu Yang
8310ce6007
Fix cluster memory
...
test=develop
7 years ago
gongweibao
97a87bb38b
Fix transformer unittest. ( #13974 )
...
Fix transformer unittest
7 years ago
tensor-tang
9cb8738f54
Merge pull request #14018 from tensor-tang/refine/jit/gru
...
Refine/jit/gru
7 years ago
Qiao Longfei
86523aff25
test_sum_op add GPU test
7 years ago
minqiyang
8b564d61fb
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into continue_hash_op
7 years ago
guosheng
aac426444f
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-reshape-reuse-input
...
test=develop
7 years ago
buxingyuan
d0ccdf8fc1
follow comments
...
test=develop
7 years ago
Wu Yi
8c1eea9363
Disable async dist tests ( #14047 )
...
* disable async dist test
* update test=develop
7 years ago
Qiao Longfei
f4e6fe0786
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-sum-seq-pooling-op
7 years ago
minqiyang
40141f749b
Implement the unittest for hash op
...
test=develop
7 years ago
minqiyang
8a0f26f45f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into continue_hash_op
7 years ago
minqiyang
d4f9aa0852
Add hash op implementation
7 years ago
Dang Qingqing
80ee069b9d
Refince comments.
...
test=develop
7 years ago
dongzhihong
fcc1ffab5d
fix mem opt
7 years ago
Dang Qingqing
60229c1e3c
Follow comments.
...
test=develop
7 years ago
phlrain
201d4f2a85
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_dropout_att_new
7 years ago
phlrain
a6e6bc45d6
modify dropout att; test=develop
7 years ago
jerrywgz
e906c8e5e7
Merge pull request #14022 from jerrywgz/fix_rpn_target_assign_op
...
fix random fail in rpn target assign
7 years ago
qingqing01
c7379a7320
Fix top_k op ( #14034 )
...
1. Fix CUDA kernel when height is large than 2048.
2. Support input with more than 2D.
3. Fix unit test when k is large than 1.
4. Enhence unit testing.
test=develop
7 years ago
guosheng
998e2714c8
Refine the doc of reshape_op by following comments.
...
test=develop
7 years ago
guosheng
891c116ea4
Refine the doc of reshape_op
7 years ago
JiabinYang
ab808c36da
test=develop
7 years ago
sneaxiy
92a2817a2b
test=develop
7 years ago
JiabinYang
782ef3c5dc
test=develop
7 years ago
JiabinYang
8e8e8e66ab
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_reorg_op
7 years ago
phlrain
049c9c7d2a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_dropout_att_new
7 years ago
phlrain
ffb24a73ec
add dropout attr; test=develop
7 years ago
JiabinYang
6259dba5bd
test=develop
7 years ago
JiabinYang
eab2e5e5d4
test=develop
7 years ago
JiabinYang
70b5273363
test=develop
7 years ago
tensor-tang
032c3a07e3
Merge remote-tracking branch 'ups/develop' into refine/jit/gru
...
test=develop
7 years ago
tensor-tang
159be8cc63
optimize fusion gru kernel at size 8
7 years ago
Jiabin Yang
6b4056bbf9
Merge pull request #14014 from JiabinYang/inference_model_mac
...
this will fix the inference model not found problem
7 years ago
jerrywgz
e35fd3b252
test=develop
7 years ago
JiabinYang
ff07dc315e
test=develop
7 years ago
guosheng
3099a8f3aa
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-reshape-reuse-input
...
test=develop
7 years ago
jerrywgz
e0708e62ba
refine code
7 years ago
jerrywgz
1c591c3909
Merge branch 'develop' into fix_rpn_target_assign_op
7 years ago
sneaxiy
a9d7a9d720
test=develop
7 years ago
guosheng
6447b69aec
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-reshape-reuse-input
...
test=develop
7 years ago
jerrywgz
f06c6193d7
fix rpn target assign test=develop
7 years ago
Xin Pan
c1383744f0
resolve conflicts
...
test=develop
7 years ago
Xin Pan
4625f83f92
better handle var type inference
...
avoid the default one that usually overwrites manually set ones
test=develop
7 years ago
JiabinYang
39d39775c3
test=develop
7 years ago
JiabinYang
70351de1b5
test=develop
7 years ago
Dang Qingqing
2939fc9f03
test=develop
7 years ago
Dang Qingqing
f404046878
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into map_api
7 years ago
JiabinYang
2b2630fc73
test=develop
7 years ago
JiabinYang
fbfa5400ae
test=develop
7 years ago
Yu Yang
461f71a90b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation
7 years ago
Dang Qingqing
32d17598b9
Refine detection mAP in metrics.py.
...
evaluator.py throws warnings and tell users to use DetectionMAP in metrics.py, but it is wrong in metrics.py.
So refine this API in metrics.py.
test=develop
7 years ago
gongweibao
58c027cc38
Add rpc profiler flags. ( #13989 )
...
Add rpc profiler flags
7 years ago
Tao Luo
42aa1d409d
Merge pull request #13485 from tpatejko/tpatejko/capi-resnet-conv-elementwise-fusion
...
MKLDNN conv+elementwise_add fusion for residual connections in Resnet
7 years ago
tensor-tang
664159ad42
Merge pull request #13998 from tensor-tang/fea/fusion_seqconv_add
...
Fea/fusion seqconv eltadd relu
7 years ago
guosheng
6d3b030bb5
Refine the api of reshape to be compatible.
...
test=develop
7 years ago
Qiao Longfei
aff54ef735
add ctr data
7 years ago
jerrywgz
765085d297
Merge pull request #13904 from jerrywgz/roialign
...
Add RoI align operator.
7 years ago
Tomasz Patejko
7c64aa0fdc
MKLDNN conv + elementwise_add fusion: _set_attr corrected in residual connection fusion
...
test=develop
7 years ago
Tomasz Patejko
4be45af1cc
MKLDNN conv + elementwise_add fusion: skip connection attribute renamed. Comments about patterns added.
...
test=develop
7 years ago
Michal Gallus
f0efc244c6
MKLDNN conv + elementwise_add fusion: Fix transpiler integration to predict skip connection input of eltwise_add
7 years ago
Michal Gallus
f688197182
MKLDNN conv + elementwise_add fusion: Fix output_data to point to the right tensor, also fix transpiler integration
7 years ago
tensor-tang
23fc896bc2
Merge remote-tracking branch 'ups/develop' into fea/fusion_seqconv_add
...
test=develop
7 years ago
tensor-tang
339e655aec
refine and add seqconv elementwiseadd relu op test
7 years ago
sneaxiy
2002e71da8
fix pinned allocator
7 years ago
guosheng
dfb841ad5a
Make reshape_op reuse input.
...
test=develop
7 years ago
Yipeng
fcb2e8103e
Ocr end2end dev ( #13889 )
...
* add detect and end2end code
* update the scale for coodinates restore
* fix merge bug with dev.
* fix merge bug with dev.
* test=develop
* fix code style test=develop
* fix code style test=develop
* test=develop
* test=develop
* test=develop
7 years ago
sneaxiy
5a38930660
test=develop
7 years ago
chengduo
9775e50ca2
Fix add doc for bias_attr ( #13937 )
...
* fix conv doc
test=develop
* fix seq_conv doc
test=develop
* fix simple_img_conv_pool
test=develop
* update API.spec
* update parameter doc
test=develop
* follow comment
test=develop
* fix other layer
test=develop
* fix lstm bias_attr doc
test=develop
7 years ago
chengduo
c40074aa94
fix l1 regularizer ( #13881 )
...
test=develop
7 years ago
tangwei12
48982e9dc7
fix lookuptable in reduce strategy
7 years ago
sneaxiy
ac2eba4457
test=develop
7 years ago
Zeng Jinle
081fd41f05
Merge pull request #13944 from sneaxiy/add_layer_norm_doc
...
Add layer_norm doc to illustrate param_attr and bias_attr
7 years ago
jerrywgz
9a14ca91b8
test=develop
7 years ago
Jiabin Yang
c524082d2e
Merge pull request #13922 from JiabinYang/fix_mac/inference_model_path
...
Fix Mac problem: inference model not found
7 years ago
buxingyuan
0bb3b099c2
generate_proposal_labels doc
7 years ago
qingqing01
67a2b5215d
Add affine channel op to speed and save memory for faster-rcnn model. ( #13919 )
...
* Add affine channel op.
* Update code and add Python API.
test=develop
* Update API.spec
test=develop
7 years ago
guosheng
d0662bc924
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-transpose-doc
...
test=develop
7 years ago
guosheng
abda6d160b
Refine the doc of dynamic_gru and gru_unit. test=develop
7 years ago
gongweibao
078223b3e3
Add rpc timeline. ( #13900 )
...
Add rpc timeline
7 years ago
tangwei12
e3964e5a43
lookup table bug fix about lr, test=develop ( #13946 )
7 years ago
dzhwinter
29382db625
Merge pull request #13874 from dzhwinter/fix/momentum
...
add sparse update momentum. test=develop
7 years ago
dzhwinter
00e8791f66
fix compile in cpu error. test=develop
7 years ago
tangwei12
eef77fdd92
lookup table bug fix about lr, test=develop
7 years ago
sneaxiy
acd77e6900
test=develop
7 years ago
Qiao Longfei
cc7f551441
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-pyreader
...
test=develop
7 years ago
shippingwang
4964bb7db0
change ' to "
7 years ago
shippingwang
efaf6f7dbe
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
7 years ago
guosheng
1c1e5ffb1a
Fix the example in the doc of transpose_op. test=develop
7 years ago
sneaxiy
4b4af84e67
test=develop
7 years ago
jerrywgz
4c9884e713
refine unittest test=develop
7 years ago
JiabinYang
c20f689d6e
test=develop
7 years ago
Qiao Longfei
644067066a
update test_split_selected_rows_op.py
7 years ago
Qiao Longfei
bd2b6d7f8f
sum_op support inplace
7 years ago
Yibing Liu
6b795d424c
Merge pull request #13901 from kuke/seq_slice_py
...
Add py api for sequence_slice_op
7 years ago
dzhwinter
3861269594
merge develop branch
7 years ago
JiabinYang
1ba7a3f311
test=develop
7 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
7 years ago
JiabinYang
368d6b77b0
test=develop
7 years ago
Yibing Liu
46b0b7903c
Merge pull request #13856 from kuke/seq_unpad_op
...
Add sequence unpad op
7 years ago
Qiao Longfei
b4a32eafdf
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-sum-seq-pooling-op
...
test=develop
7 years ago
Yibing Liu
6a627ce751
Use length-based lod in seq_slice's doc
...
test=develop
7 years ago
Yibing Liu
699825a9d5
Use length-based lod in seq_unpad's doc
...
test=develop
7 years ago
jerrywgz
2f5a80174e
add roi_align api
7 years ago
Zeng Jinle
93606c2c2c
Merge pull request #13689 from sneaxiy/sparse_rmsprop
...
Fix sparse rmsprop
7 years ago
Qiao Longfei
681226e97c
Merge pull request #13864 from jacquesqiao/py-reader-add-test-mode
...
reader block queue add test mode
7 years ago
jerrywgz
90f39b1123
Merge branch 'roialign' of https://github.com/jerrywgz/Paddle into roialign
7 years ago
Xin Pan
288a112ffd
Revert "Revert "Revert "Make variable::GetMutable robust"""
7 years ago
sneaxiy
5cedfb60c8
test=develop
7 years ago
Yibing Liu
b785798585
Expose layer's name for sequence pad & unpad
...
test=develop
7 years ago
jerrywgz
5e52dafda5
add roi align
7 years ago
jerrywgz
c0e34eebec
add roi align
7 years ago
Yibing Liu
7d84de4712
Fix some typos
7 years ago
Yibing Liu
16b2c6dc78
Add py api for sequence_slice_op
...
test=develop
7 years ago
Xin Pan
fededdda20
Merge pull request #13872 from panyx0718/fix2
...
Revert "Revert "Make variable::GetMutable robust""
7 years ago
Xin Pan
ddb76d0d09
Make GetMutable more robust
...
test=develop
7 years ago
Qiyang Min
c2842377ce
Merge pull request #13837 from velconia/add_pyramid_dnn_support
...
Add margin_rank_loss_op to python
7 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
7 years ago
Qiao Longfei
eb6d9e3bbe
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-sum-seq-pooling-op
7 years ago
Yibing Liu
46e61d81a7
Wrapper py api for sequence_unpad
...
test=develop
7 years ago
sneaxiy
84d9300365
test=develop
7 years ago
chengduo
2562eb92b8
Add strategy doc ( #13849 )
...
* add strategy doc
test=develop
* fix doc
test=develop
* add ParallelExecutor arg doc
test=develop
7 years ago
Qiao Longfei
005f1923a2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-sum-seq-pooling-op
7 years ago
dzhwinter
8329a1f139
add sparse update momentum. test=develop
7 years ago
Wu Yi
77e9339deb
fix api get_pserver_programs ( #13820 )
7 years ago
Qiao Longfei
2178ae5698
add reader_queue_speed_test_mode to python init
...
test=develop
7 years ago
Qiao Longfei
305d211a6e
fix data names
...
test=develop
7 years ago
Qiao Longfei
ce1e0d355e
test_py_reader_using_executor support test use_decorate_paddle_reader
7 years ago
Qiao Longfei
ea97e83e41
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-pyreader
7 years ago
Xin Pan
d852be7c48
Revert "Make variable::GetMutable robust"
7 years ago
Xin Pan
ae8b1c32bf
Merge pull request #13821 from panyx0718/fix
...
Make variable::GetMutable robust
7 years ago
Xin Pan
9b3e0df375
Merge pull request #13819 from panyx0718/doc
...
Explain LoD and a few other concepts
7 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
7 years ago
Yibing Liu
cbe4292516
Add sequence unpad op
...
test=develop
7 years ago
minqiyang
4a22979bca
Polish code
...
test=develop
7 years ago
minqiyang
f03e0e49a8
Polish doc
...
test=develop
7 years ago
minqiyang
a7cae62bbb
Polish code
...
test=develop
7 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
7 years ago
minqiyang
7f6ff6f5a9
Polish doc
...
test=develop
7 years ago
minqiyang
35e547e00f
Polish API doc
...
test=develop
7 years ago
Qiyang Min
f99ea99e36
Merge pull request #13720 from velconia/fix_grad_clip
...
Merge selected_rows for clip_by_norm op
7 years ago
minqiyang
d8a1b77097
Add margin_rank_loss_op to python
7 years ago
Xin Pan
63b2e98f3d
Explain LoD and a few other concepts
...
test=develop
7 years ago
Qiao Longfei
fc77b504c5
fix data overlap bug
7 years ago
Qiao Longfei
c70fec99ab
optimize pyreader
7 years ago
sneaxiy
e278062305
add support to old allocator
7 years ago
shippingwang
98ffde410d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
7 years ago
minqiyang
1456b8ec7d
Add unittest for clip_by_norm_op with SelectedRows
...
test=develop
7 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
7 years ago
Qiyang Min
ac8208b637
Merge pull request #13707 from velconia/fix_ci_random_fail
...
Fix flowers data read in python3
7 years ago
minqiyang
d8384c8e64
Polish code
...
test=develop
7 years ago
Qiao Longfei
5fc305220c
Merge pull request #13787 from PaddlePaddle/revert-13637-optimize-opyreader
...
Revert "optimize pyreader"
7 years ago
sneaxiy
ea61e4ef15
merge develop
7 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
7 years ago
Qiao Longfei
9d087d5139
Revert "optimize pyreader"
...
test=develop
7 years ago
tensor-tang
dba6928775
fix lod tensor
...
test=develop
7 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
7 years ago
sneaxiy
4c672ab1a2
Merge reyoung:rewrite_allocation
7 years ago
minqiyang
5ae34fb9ac
Make code more compatible
7 years ago
shippingwang
08d8a622eb
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
7 years ago
shippingwang
423162531b
Add usage comment of plot.py
7 years ago
Qiao Longfei
b1d5135ffb
Merge pull request #13637 from jacquesqiao/optimize-opyreader
...
optimize pyreader
7 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
7 years ago
shippingwang
3c3df1fd4a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
7 years ago
shippingwang
00b11c2728
Add comment
7 years ago
qiaolongfei
91e8299144
fake reader support python3.x test=develop
7 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
7 years ago
qiaolongfei
5238a7f5b9
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-opyreader
...
test=develop
7 years ago
qiaolongfei
ec38effcce
optimize fake, change it to a class instead a function. test=develop
7 years ago
qiaolongfei
ebd9f7fccd
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-fake-reader
...
test=develop
7 years ago
qiaolongfei
1a59880084
update test_sum_op
7 years ago
xuezhong
65ed45a154
Merge pull request #13717 from chengduoZH/enhance_while
...
Add nodes for Dyrnn
7 years ago
minqiyang
bcd8c2ccc3
Add unit test
7 years ago
shippingwang
d5f791815b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
7 years ago
shippingwang
2219f6d687
Move paddle/v2/plot/plot.py to paddle/utils
7 years ago
chengduoZH
e59ab42caa
add nodes for drnn
...
test=develop
7 years ago
qiaolongfei
4fc5991728
update test for fake reader decorator
7 years ago
qiaolongfei
b2fd2158d4
update comment
7 years ago
Tao Luo
d770b9bda3
Merge pull request #13663 from luotao1/resnet50_ut
...
add resnet50 inference unit-test
7 years ago
Tao Luo
4c90c40437
Merge pull request #13641 from kbinias/fix-for-no-set_attr
...
Fixed missing set_attr
7 years ago
qiaolongfei
bda05dc387
reset yield_num after one pass
7 years ago
qiaolongfei
198689c3bb
add a fake reader for speed test
7 years ago
Krzysztof Binias
e4e66814ee
Fixed missing set_attr
...
test=develop
7 years ago
qiaolongfei
91756a5a90
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-opyreader
7 years ago
Wu Yi
ea15065441
parallel run dist ci ( #13433 )
...
* parallel run dist ci
* test=develop
* update test=develop
7 years ago
minqiyang
8551e07abc
Fix flowers data read in python3
...
test=develop
7 years ago
Yu Yang
2f16f47e94
Fix dataset wmt16
7 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
7 years ago