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
8 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
8 years ago
Xin Pan
88ae3f169d
further clean
8 years ago
Xin Pan
2030958eee
covert **kwargs to explicit arguments
...
Also deprecate LARs argument
8 years ago
qingqing01
2bb8f5b1b1
Support variable data shape of non-sequence data. ( #13482 )
8 years ago
Qingsheng Li
21ec93aa7e
[WIP]Sequence Scatter Op ( #12625 )
...
Sequence Scatter Op
8 years ago
Xin Pan
103deb111d
Merge pull request #13484 from panyx0718/ir4
...
To support full model saving.
8 years ago
Jiabin Yang
bc5fc5cb4a
Merge pull request #13483 from JiabinYang/mac/fix_unittest_279_395
...
fix mac unittest 279/395 error without distribute
8 years ago
Yan Xu
4760d5a3bc
Merge pull request #13481 from Yancey1989/move_dataset
...
move uci_housing dataset to bce
8 years ago
qiaolongfei
cf0b6f155b
fix img_conv_group doc
8 years ago
Tao Luo
f1cbb4b0bd
Merge pull request #13479 from luotao1/inference_transpiler
...
hidden InferenceTranspiler
8 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
8 years ago
Jiabin Yang
2c7a8b92c0
Merge branch 'develop' into mac/fix_unittest_279_395
8 years ago
Jiabin Yang
dffc457d60
Merge pull request #13467 from JiabinYang/mac/fix_unitest_ci
...
fix mac unitest on ci
8 years ago
JiabinYang
e8e762f4e8
fix mac unittest 279/395 error without distribute
8 years ago
Yancey1989
3571ca6663
move uci_housing dataset to bce
8 years ago
Wu Yi
a69a584b0c
Merge pull request #13470 from typhoonzero/fix_mat_plot_req_for_py2
...
fix py2 matplotlib deps
8 years ago
Xin Pan
759dae0493
Merge pull request #13461 from panyx0718/ir3
...
clean unused inference_optimize c++ implementation
8 years ago
luotao1
ff37993bf3
hidden InferenceTranspiler
8 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
8 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.
8 years ago
Zeng Jinle
642cf6ca2f
Merge pull request #13418 from sneaxiy/dam_save_memory
...
Modify some ops to save memory
8 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
8 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
8 years ago
typhoonzero
bd7920dd14
fix py2 matplotlib deps
8 years ago
Yu Yang
cec94cab87
Merge pull request #13351 from dzhwinter/memory/stable
...
fix memory optimize
8 years ago
qingqing01
65efebb864
Fix detection.py after merge slice_op. ( #13435 )
8 years ago
Yu Yang
93456fc676
Merge pull request #13427 from reyoung/feature/hide_recordio_reader
...
Hide RecordIO Reader
8 years ago
Wu Yi
efafc72f62
Hide program APIs ( #12315 )
...
* hide program APIs
* fix merge error
* update
8 years ago
JiabinYang
6a91200757
fix mac unitest and add test_debugger back
8 years ago
qingqing01
c9e5c1e41b
Hidden ParallelDo. ( #13454 )
8 years ago
JiabinYang
facfec10bc
fix mac unitest on ci
8 years ago
chengduo
6757a31552
[Accelerate] Refine seq_softmax_op ( #13421 )
...
* refine seq_softmax_op
* fix seq_softmax
* use cub in seq_softmax
8 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
8 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
8 years ago
Yu Yang
2c31ea9293
Merge pull request #13424 from chengduoZH/refine_seq_concat
...
Refine seq_concat
8 years ago
Yu Yang
5996e224fa
Merge pull request #13430 from chengduoZH/refine_seq_pool
...
Refine seq_pool
8 years ago
sneaxiy
fd3e32ea7d
Merge develop
8 years ago
Yu Yang
e104e70667
Update Unittests
8 years ago
Xin Pan
5ce77889f4
clean unused inference_optimize c++ implementation
8 years ago
Dang Qingqing
51d1afd7c4
Update code and fix install
8 years ago
chengduoZH
6534f8527a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_lod
8 years ago
chengduo
72dd6b37d9
Add sequence_expand_as_op ( #13420 )
...
* Add sequence_expand_as_op
* follow comment
8 years ago
chengduoZH
24459501fe
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_seq_concat
8 years ago
chengduoZH
f92b07f0b5
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_seq_pool
8 years ago
Yu Yang
d5455b2273
Merge pull request #13445 from gongweibao/fixtransformer
...
Fix transformer random failed
8 years ago
Yu Yang
6b3c2a9a88
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/remove_trainer_api
8 years ago
Dang Qingqing
9dbd3d5aac
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
8 years ago
Yu Yang
e39899da16
Fix bug in test_detection_map_op
8 years ago
Tao Luo
2d89849125
add WITH_INFERENCE_API_TEST option ( #13425 )
8 years ago
sneaxiy
0718113a9c
modification
8 years ago
sneaxiy
d9942cd122
Merge develop
8 years ago
gongweibao
0c8c0d943f
fix macunittest ( #13434 )
8 years ago
Yu Yang
cd69e1dd2a
Merge pull request #13339 from chengduoZH/debug_while_op
...
Enable nested WhileOp
8 years ago
chengduoZH
b57a2b989b
remove test_seq_concat_op
8 years ago
gongweibao
6eeb063e8c
fix random failed
8 years ago
Zeng Jinle
4c489180e6
Merge pull request #13411 from sneaxiy/feature/eager_delete_tensor
...
[WIP] Feature/eager delete tensor
8 years ago
yuyang
82b8a3c5d9
Move trainer to contrib
8 years ago
dzhwinter
5212b2a969
"rerun"
8 years ago
chengduoZH
284519561d
add doc
8 years ago
chengduoZH
cacf549e8a
refine seq_pool
8 years ago
chengduoZH
f8c55fb2c7
add api
8 years ago
yuyang
ecc4dc6d9b
Hide RecordIO Reader
8 years ago
chengduoZH
e7940141ce
refine seq_concat
8 years ago
yuyang
480c7c4ee3
Fix sentiment dataset
8 years ago
sneaxiy
7116cc12fb
Merge develop
8 years ago
sneaxiy
abf9832c12
tiny change to save memory
8 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
8 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
8 years ago
sneaxiy
612e1a3155
modification
8 years ago
dzhwinter
2617ac9d1a
"add doc string"
8 years ago
dzhwinter
bddd4bc0ce
Merge remote-tracking branch 'origin/develop' into memory/stable
8 years ago
Yibing Liu
1c87558c4a
Revert changes for debug
8 years ago
Yibing Liu
8edf60ceda
Merge branch 'develop' of upstream into fix_seq_pad
8 years ago
Wu Yi
437debf40e
Fix mac ci dist ( #13393 )
8 years ago
sneaxiy
d0b2453ecd
merge develop
8 years ago
sneaxiy
24ea39c4c6
feature/eager_delete_tensor
8 years ago
dzhwinter
da8adf1d04
"comment out unittest"
8 years ago
dzhwinter
fd9dc75fc2
Merge remote-tracking branch 'origin/develop' into memory/stable
8 years ago
dzhwinter
873b517b9b
"use simple stategy"
8 years ago
Yibing Liu
ce773ed7f8
Fix unitttest in sequence_pad_op
8 years ago
JiabinYang
87b11179e5
add unitttest for mac on ci after some untest being disable
8 years ago
Michał Gallus
8cbefd1a43
Fuse Conv+BN+SkipConnectionAdd+ReLU with transpiler temporarily ( #13350 )
8 years ago
dzhwinter
ef60a6544e
"add test"
8 years ago
Yibing Liu
9e3245e3bd
Merge branch 'develop' of upstream into fix_seq_pad
8 years ago
Yibing Liu
f6595811a1
Get sequence length in sequence_pad op & fix sequence_mask op
8 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
8 years ago
Yan Xu
23ec966cd3
Merge pull request #13360 from Yancey1989/parallel_bcast
...
move bcast op into graph passes
8 years ago
Wu Yi
323d017c07
Merge pull request #13379 from typhoonzero/fix_with_distribute_tests_cmake
...
fix with distribute cmake
8 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
8 years ago
Dang Qingqing
993cbbcd5c
Move quantization transpiler to fluid/contrib/quantize path.
8 years ago
typhoonzero
26b1704bef
fix with distribute cmake
8 years ago
tensor-tang
a56b6637d2
Merge pull request #13376 from tensor-tang/fix/mac/op
...
disable seqexpandconcatfc op test on Mac
8 years ago
Jiabin Yang
ae0d806cc1
Merge pull request #13367 from JiabinYang/mac/unittest412
...
fix mac test_reader_reset
8 years ago
Dang Qingqing
8a850e21ad
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
8 years ago
Jiabin Yang
ae7fb2a191
Merge pull request #13362 from JiabinYang/mac/unitest214
...
fix mac test_data_balance
8 years ago
tensor-tang
2b10aee52a
disable seqexpandconcatfc op test on Mac
8 years ago
Jiabin Yang
5b5fa37fb9
Update test_reader_reset.py
...
import os module to use os.environ in setUp()
8 years ago
Yancey1989
2888d2d7bc
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_bcast
8 years ago
Yancey1989
4778c6e21c
delete unused py codes
8 years ago
JiabinYang
415e0eac69
fix mac test_reader_reset
8 years ago
Qiyang Min
6abe03be0c
Merge pull request #13317 from velconia/fix_python35_CI_random_fail
...
Fix manylinux ci random fail problem
8 years ago
Jiabin Yang
1b676bef2d
Merge pull request #13361 from JiabinYang/mac/unittest428
...
fix test_parallel_executor_transformer
8 years ago
JiabinYang
670c58bea4
fix mac test_data_baalancance
8 years ago
JiabinYang
bdd957b4be
fix test_parallel_executor_transformer
8 years ago
Jiabin Yang
d41176411f
Update test_py_reader_using_executor.py
8 years ago
Yancey1989
b084dfab7e
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_bcast
8 years ago
Yancey1989
5ce1a960a5
move bcast op into pass
8 years ago
JiabinYang
36d6e44681
fix test_py_reader_using_executor error
8 years ago
gongweibao
392ae69650
Set parallel executor thread num under nccl2 distributed env ( #13207 )
8 years ago
dzhwinter
0c1a5d87b4
"debug version"
8 years ago
Jacek Czaja
dfbd1cc3c1
Merge pull request #13209 from Sand3r-/mgallus/conv-relu-fuse
...
[MKLDNN] Fuse Conv+BatchNorm + ReLU
8 years ago
Michal Gallus
5d34ef61cb
Fuse MKLDNN's Conv + ReLU
8 years ago
Qiao Longfei
b681537e1a
Add multiprocess reader ( #13311 )
...
* add multiprocess_reader
* add multiprocess_reader to reader decorator
* support piped multi process reader
* revert v2 decorator
* add comment to multiprocess_reader
* optimize code
* use ujson to speed up json serialize/deserialize
* add assert to multiprocess_reader
* update comment of multiprocess_reader
* optimize ujson import, handle error case
* optimize import ujson
* remove ujson from requirements.txt
* add import sys to decorator.py
8 years ago
chengduoZH
cc18fffb90
add nest while_op
8 years ago
Bai Yifan
faf8ad2436
Add ignore_index in cross_entropy op ( #13217 )
...
* add ignore index
* update api.spec
* enhance softmax_with_cross_entropy
8 years ago
Xin Pan
17bf8713a5
Merge pull request #12988 from panyx0718/ir2
...
program and tensor versioning support
8 years ago
Haihao Shen
314e150f8a
Merge branch 'public-dev' into develop
8 years ago
qingqing01
a39eba77eb
Implement norm_op by CUDA instead of Eigen. ( #13273 )
...
* Implement norm_op by CUDA instead of Eigen.
* Remove the commented code.
8 years ago
Haihao Shen
fbcecddfce
Merge branch 'public-dev' into develop
8 years ago
Dang Qingqing
182b24ce3c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
8 years ago
minqiyang
dc863aac7e
Add kids exists detection in Scope
8 years ago
Xin Pan
9b7c3f9615
refine
8 years ago
Xin Pan
56a977d436
add test
8 years ago
Xin Pan
926e1077ca
version
8 years ago
Wu Yi
f90c7865f0
Benchmark tool for imgnet ( #12305 )
...
* support test using executor without reader
* run imgnet
* update fluid benchmark
* wip
* update
* update all models
* support pyreader
* update
* clean up
* make profile batches contollable
* update API.spec
* update scripts
* clean dockerfile
* update
* clean comments
* add scope argument docstring
* use num_trainers to determine nccl init comms
8 years ago
luotao1
5e7bfd4e4c
Merge branch 'develop' into anakin_ner
8 years ago
minqiyang
ce24a92007
Disable image_classification_resnet
8 years ago
minqiyang
d3d22a12fd
Polish code
8 years ago
luotao1
6fae46a128
refine codes
8 years ago
minqiyang
5335ff628e
Polish code
8 years ago
minqiyang
2720330dc5
Disable random fail case
8 years ago
minqiyang
8ef1f9f9b8
Polish code
8 years ago
minqiyang
2bb0ac927b
Polish code
8 years ago
minqiyang
a04d99810e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_python35_CI_random_fail
8 years ago
tensor-tang
9f2ccf5b3d
Merge pull request #13237 from tensor-tang/refine/op/peephole
...
refine fusion lstm/peephole and fusion gru
8 years ago
Dang Qingqing
a121c89830
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
8 years ago
Qiao Longfei
6a79ba2f28
Add save inference model to trainer ( #12682 )
...
* add save_inference_model for Trainer
* add comment
* update comment
* fix mac compile
* add unit test
* update API.spec
* revert cpplint-cpp-source
8 years ago
minqiyang
ad9e6476ff
Force object deletion on trainer in unit test
8 years ago
tensor-tang
718033e14f
Merge remote-tracking branch 'ups/develop' into refine/op/peephole
8 years ago
minqiyang
5af0c60fb6
Add compat deps
8 years ago
Yan Xu
ad4d965172
Merge pull request #13250 from Yancey1989/fix_dist_base
...
fix parallel run dist unit test
8 years ago
Yu Yang
e27a1a6a6a
Merge pull request #13229 from chengduoZH/disable_feed_fetch_unit_test
...
Disable feed_fetch_unit_test temporarily
8 years ago
tensor-tang
40dbd97f8e
Merge remote-tracking branch 'ups/develop' into refine/op/peephole
8 years ago
minqiyang
3420c94994
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_python35_CI_random_fail
8 years ago
minqiyang
d4accfa905
Fix random fail of python35 unit test
8 years ago
Qiyang Min
b805751598
Merge pull request #13223 from velconia/open_python35_CI
...
Open python35 ci
8 years ago
Yancey1989
0a71d58089
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into fix_dist_base
8 years ago
Yancey1989
a0b68653d0
make pickel proto version compatiable with py2
8 years ago
chengduo
886852557f
Refine reshape_grad and transpose_grad ( #13074 )
...
* Add intermediate
* fix flatten/squeeze/unsqueeze
* Considering compatibility issues, we could not fix the origin op
* follow comment
* reset the shape of XShape
8 years ago
Dang Qingqing
e3c7348f52
Update quantize_transpiler
8 years ago
Yancey1989
a267155006
fix parallel run dist unit test
8 years ago
tensor-tang
3eb55f0643
Merge remote-tracking branch 'ups/develop' into refine/op/peephole
8 years ago
tensor-tang
d7ac1cc836
refine seq when bs is large
8 years ago
Qiao Longfei
6e03f7900f
Add centered mode rmsprop ( #13161 )
...
* rmsprop optimizer support v1 mode
* typo
* optimize code
* refine code
* optimize unit test
* update test_rmsprop_op.py
* update formula of rmsprop
* optimize document
* update API.spec for RMSPropOptimizer
* add default value to check_output_with_place equal_nan
8 years ago
tensor-tang
2f3b498949
refine fusion seq lstm peephole
8 years ago
tangwei12
d1e2efae6b
reimplement auc in fluid ( #13167 )
...
* reimplement auc in pyton
* reimplement auc in fluid
* add auc unittest
* replace new auc in layers
* add batch Auc in Fluid
* name formated
8 years ago
chengduoZH
73eba2f87e
disable feed_fetch_unit_test
8 years ago
Brian Liu
04272c0d41
Enable lstm peephole ( #13160 )
...
* Refine fusion lstm op code for better readability
* Enable peephole in fusion lstm op (seq_mode part) and add unit test
* Enable peephole in fused lstop op (batch_mode part)
Set batch_mode as default as well
* Use pre-commit to clean format
* Follow up review comments as well as adding more unit tests for seq mode
8 years ago
Dang Qingqing
1d0353f162
Quantize transpiler
8 years ago
qingqing01
bab341213e
Remove check in top_k API. ( #13178 )
8 years ago
minqiyang
a0e6f416d6
Port transformer
8 years ago
minqiyang
c838fa3173
Port dist_transpiler to Python3.5
...
Resume prelu_op_test in python2
8 years ago
Yu Yang
cda7842e26
Revert "Revert "Add Python Callstacks when Op::Run error ( #12759 )""
...
This reverts commit 1f270275a6 .
8 years ago
qingqing01
9557cc218d
Refine and fix some code for faster-rcnn. ( #13135 )
...
* Fix bug in generate_proposals_op.
* Fix data type for RoIs.
* Refine and fix rpn_target_assign_op.
* Add the missing file bbox_util.h
* Rename BoxEncoder to BoxToDelta
8 years ago
tensor-tang
d9c3123aff
Merge pull request #13181 from tensor-tang/refine/fusion/ut
...
refine fusion lstm and gru op test
8 years ago
tangwei12
6bc16ff33b
Merge pull request #13186 from seiriosPlus/selected_rows_size_fix
...
bug fix
8 years ago
Chen Weihang
3b6090e80b
Merge pull request #12887 from chenwhql/sequence_enumerate_op
...
Feat: add sequence enumerate op
8 years ago
tangwei12
ff618a2880
bug fix
8 years ago
tensor-tang
ef71b8e2ae
refine fusion lstm and gru op test
8 years ago
chengduo
ef628ab887
Fix high level API(Inference) bug ( #13159 )
...
* fix high level API(Inference) bug
* patch the unit tests
8 years ago
tangwei12
fbdd4f8c0f
Merge pull request #13101 from zenghsh3/develop
...
Fix bug of sampling_id op
8 years ago
qingqing01
9bd933d3fb
Improve and fix fake_quantize_op ( #13092 )
...
* Improve and fix fake_quantize_op.
8 years ago
chenweihang
7ddbbcb0b5
doc: refine API and doc
8 years ago
Qiao Longfei
91422138d2
Merge pull request #13104 from jacquesqiao/fix-sparse-grad-merge
...
fix sparse grad merge on pserver
8 years ago
chenweihang
b081363bae
Merge branch 'sequence_enumerate_op' of https://github.com/chenwhql/Paddle into sequence_enumerate_op
8 years ago
chenweihang
0b7d82befb
doc: refine English description
8 years ago
zenghsh3
d0c01d319a
fix codestyle
8 years ago
zenghsh3
b2de658916
refine code
8 years ago
zenghsh3
a64200f8c1
refine unittest of sampling_id op
8 years ago
whs
e10aa80f03
Add pad2d op. ( #12950 )
...
* Add pad2d op.
* Add unitest and python api.
* Fix cuda op kernel.
* Fix python api.
* Fix python api.
* Update API.spec.
* Fix python api
8 years ago
Haihao Shen
dee6d1606f
Enable conv and batch norm by default
8 years ago
qiaolongfei
ed511fe5a7
update test_dist_transpiler
8 years ago
qiaolongfei
f1554a4a07
fix sparse grad merge on pserver
8 years ago
Xin Pan
c709a04ae2
Merge pull request #13018 from panyx0718/name
...
support op_namescope for better debugging
8 years ago
Wu Yi
0b8067c0dc
fix dist train reduce mode ( #13068 )
...
* fix dist train reduce mode
* fix previous fix
8 years ago
jerrywgz
1a88baae22
add rpn_target_assign api test ( #13013 )
...
* Add unit test for rpn_target_assign API.
8 years ago
fengjiayi
03b1e4bec9
Merge pull request #13047 from JiayiFeng/dev_mem_analyse
...
refine memory usage calc
8 years ago
Xingyuan Bu
0a97d24b41
Faster RCNN Generate Proposal Labels ( #12616 )
...
* Add generate_proposal_labels for Faster-RCNN.
8 years ago
Yibing Liu
f88a8ba99a
Merge pull request #12793 from kuke/wrap_squeezes
...
Wrap unsqueeze & squeeze ops
8 years ago
chengduo
3bd1d22a7d
Enhance fused_elementwise_activation_op ( #12837 )
...
* Enhance the function of fused_elementwise_activation_op
* enhance unit test
* Clean Code And Add Doc
* Add compound functors
* Fix doc and enhance unit test
* define Dx and Dy for d_binary_func
* add mul_scale
* add mul_scale
* add elementwise_mul
* code refine
* code refine
* add doc
* add AsIntermediate
8 years ago
Wu Yi
a615ad46e4
Add test for dist and memopt ( #13049 )
...
* add test for dist and memopt
* update transformer too
8 years ago
tangwei12
515a756a3c
Merge pull request #13048 from TomorrowIsAnOtherDay/develop
...
add python api for sampling_id op
8 years ago
gongweibao
f9e20747fc
Modify program_to_desc functions to add types support. ( #12991 )
8 years ago
fengjiayi
d2d082db19
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_mem_analyse
8 years ago
Xin Pan
66f870433d
fix test
8 years ago
Xin Pan
51ef0ad766
allow to use name_scope for debugging and visiualization
8 years ago
Chen Weihang
b98b744067
Merge branch 'develop' into sequence_enumerate_op
8 years ago
Wu Yi
9ae55dd70d
fix dist transpile with memopt ( #12974 )
...
* fix dist transpile with memopt
* update api.spec
* polish dist transpile api
* update apispec
* update apispec
8 years ago
fengjiayi
bbcf1ad263
update
8 years ago
robot
e1f17a1e4f
add python op for sampling_id
8 years ago
fengjiayi
fb08e163cf
refine memory usage calc
8 years ago
Xingyuan Bu
2ad5d91ef8
Faster RCNN Generate Proposals ( #12056 )
...
* Add proposals generation operator for Faster-RCNN.
8 years ago
gongweibao
01e96a8e20
Add Transformerunittest ( #12968 )
8 years ago
tensor-tang
89d6d69ce4
Merge pull request #12781 from tensor-tang/feature/op/fusion_gru
...
add fusion gru
8 years ago
qingqing01
82671e9486
Fix bug in flowers dataset. ( #13024 )
8 years ago
Xin Pan
2bb15f437c
Merge pull request #12791 from panyx0718/ir3
...
graph to program pass
8 years ago
Yu Yang
8965cee89f
Polish PrintOp ( #12895 )
...
* Polish PrintOp
* Polish PrintOp
* Polish PrintOp
* Refine test_print_op
8 years ago
Yibing Liu
13509da69e
Merge upstream to branch wrap_squeezes
8 years ago
whs
9be39bb4b7
Enhence optimizer. ( #13004 )
8 years ago
chengduo
7ad39c4077
Enhance pad_constant_like_op ( #12999 )
...
* enhance pad_constant_like_op
* add API
* add API
8 years ago
qingqing01
0353eddb51
Improve fake_dequantize_op. ( #12877 )
...
* Improve fake_dequantize_op.
* Follow comments.
8 years ago
Qiao Longfei
11e01d9b2d
Scale support selectedrows ( #12960 )
...
* add ScaleOpVarTypeInference for scale op
* scale op support scale selected rows
* optimize code
* use FindVar
* use FindVarRecursive in ScaleOpVarTypeInference
8 years ago
fengjiayi
7b84c580e2
Merge pull request #12824 from JiayiFeng/dev_sequence_padding_op
...
Sequence pad op
8 years ago
Wu Yi
0ee6fed05b
Refine dist rpc deps ( #12899 )
...
* refine dist train RPC deps
* clean up
* clean up
* fix ut
* remove input for fetch_barrier
* follow comments
8 years ago
fengjiayi
7e0c9f50ae
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_sequence_padding_op
8 years ago
Zeng Jinle
599a32641b
Merge pull request #12971 from sneaxiy/unstack_op
...
Add unstack op
8 years ago
Qiyang Min
1d9cb93276
Merge pull request #12989 from velconia/fix_last_of_py3
...
Fix random diff between python2 and python3
8 years ago
tensor-tang
a481c5e98c
Merge remote-tracking branch 'ups/develop' into feature/op/fusion_expand_concat_fc
8 years ago
tensor-tang
49c31febb5
fix typo and op test
8 years ago
fengjiayi
9cb455fa7d
update function
8 years ago
minqiyang
312f3b8654
Fix random diff between python2 and python3
8 years ago
sneaxiy
52a480bb98
Merge develop
8 years ago
tensor-tang
02909335e9
rename fusion seq_concat_fc to fusion seqexpand_concat_fc
8 years ago
tensor-tang
0f0d48230c
add fusion seq_concat_fc op test
8 years ago
Xin Pan
1a67061fee
graph to program pass
...
fix a few other things
8 years ago
qingqing01
1f09bc320c
Support data type int8_t . ( #12841 )
...
* Support int8 type.
8 years ago
chenweihang
0c4697f8cd
fix: change to enumerate by sentence
8 years ago
sneaxiy
24264bc0b8
Merge develop
8 years ago
dzhwinter
0153c21d83
add unstack_op
8 years ago
chengduo
3e1050a2e8
Add pad_constant_like_op ( #12943 )
...
* Add pad_constant_batch_size_like
* refine pad_op
* optimize memory
8 years ago
tensor-tang
c488ee96a7
Merge remote-tracking branch 'ups/develop' into refine/op/fusion_lstm
8 years ago
tensor-tang
e61cf3214d
complete reverse seq
8 years ago
Chen Weihang
4ec12496dd
Merge branch 'develop' into sequence_enumerate_op
8 years ago
tensor-tang
1777cd09f6
refine fusion lstm op test
8 years ago
tensor-tang
4b28fab8c9
enable more acts
8 years ago
Qiao Longfei
3c58b87b45
fix auc layer and add check for auc op ( #12954 )
...
* fix auc layer and add check for auc op
* use input to check if states are inited
* optimize code
8 years ago
Yibing Liu
efa6f0df4e
Remove inplace args in unsqueeze & squeeze ops
8 years ago
Yibing Liu
5aa64827df
Rename the input of squeeze's wrapper
8 years ago
Yibing Liu
b586cc2ae8
Fix typos in unsqueeze & unsequeeze wrapper
8 years ago
Yibing Liu
1443d762fd
Wrap unsqueeze & squeeze ops
8 years ago
Zeng Jinle
d189d4dbab
Merge pull request #12884 from sneaxiy/sequence_mask_op
...
Add sequence_mask_op for DAM model
8 years ago
Jiabin Yang
7240e7215a
Merge pull request #12914 from JiabinYang/check_cv2
...
fix bug to avoid warning once import paddle.fluid
8 years ago
Qiyang Min
038e2817f0
Merge pull request #12836 from velconia/disable_prelu_test_local
...
Disable prelu_op_test until fixing Python3 issues
8 years ago
tangwei12
ef6445ee39
Merge pull request #12908 from seiriosPlus/fill_constant_selectedrows
...
add SelectedRows support in fill_constant_op
8 years ago
JiabinYang
786558fc68
fix bug to avoid warning once import paddle.fluid
8 years ago
chenweihang
733ea0d29b
adjust infershape details
8 years ago
Qiyang Min
836e1e0b36
Merge pull request #12910 from velconia/fix_flowers_dataset
...
Fix flowers dataset download problem
8 years ago
tangwei12
66cc1850a8
add gpu place
8 years ago
tangwei12
fff6f595ff
add unit test
8 years ago
tangwei12
8f9bbc2834
add unit test
8 years ago
minqiyang
fca139b5e3
Fix flowers dataset download problem
8 years ago
Xin Pan
557be6fc58
Merge pull request #12902 from PaddlePaddle/revert-12736
...
Revert "Disable in_place in batch_norm API. (#12736 )"
8 years ago
minqiyang
a7849db561
Port new added code
8 years ago
minqiyang
6c775a0a06
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into disable_prelu_test_local
8 years ago
Chen Weihang
2969aba14f
Merge branch 'develop' into sequence_enumerate_op
8 years ago
chenweihang
219a2369da
feat: wrap sequence enumerate op
8 years ago
sneaxiy
7df74a5ee4
Merge develop
8 years ago
guochaorong
1f270275a6
Revert "Add Python Callstacks when Op::Run error ( #12759 )"
...
This reverts commit b2df17003f .
8 years ago
guochaorong
b1fc238694
Revert "Disable in_place in batch_norm API. ( #12736 )"
...
This reverts commit f5d5d7b2d9 .
8 years ago
sneaxiy
1083e99520
Merge develop
8 years ago
gongweibao
7570e5ef04
Print readable program codes. ( #12673 )
8 years ago
tensor-tang
f0f06992c1
Merge pull request #12878 from tensor-tang/feature/op/attention_lstm
...
Add attention lstm cpu forward
8 years ago
sneaxiy
5ea7bf88ba
Merge pull request #12872 from sneaxiy/stack_op
...
Add stack_op for DAM model
8 years ago
sneaxiy
e895c98f0a
add support to max_len is None
8 years ago
fengjiayi
0fb5e351c1
update API.spec
8 years ago
minqiyang
709c37023a
Polish code
8 years ago
fengjiayi
f4a4a4cbd9
add op comment and python layer
8 years ago
chenweihang
d2e5395b97
feat: add sequence enumerate op
8 years ago
chengduo
8ad9055804
Add is_test for while_op ( #12874 )
...
* add is_test for while_op
* Change API
8 years ago
minqiyang
80e3ce411d
For test
8 years ago
Wu Yi
b8da70c370
Resovle multi gpu async deps ( #12828 )
...
* dist transpiler add control dependency var between send and recv
* fix async deps
* follow comments and refine
* fix deps connect for rpc ops
8 years ago
sneaxiy
64464cb1fa
Merge develop
8 years ago
qingqing01
79918a8442
add sequence_mask_op for DAM model
8 years ago
Yu Yang
b2df17003f
Add Python Callstacks when Op::Run error ( #12759 )
...
* Add Python Callstacks when Op::Run error
* Skip op with sub-block
* refactor: refine callstack info's format
* Reshape only support matrix
* Polish Python code
* Fix UT
* Fix Py3
8 years ago
minqiyang
c95ff1c410
Add debug info
8 years ago
tensor-tang
5ca0bb9aad
support more activation type and remove some comments
8 years ago
minqiyang
31f587e7e0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into disable_prelu_test_local
8 years ago
minqiyang
01eec0af91
Fix flowers dataset reading problem
8 years ago
tensor-tang
d9bf73f3ab
Merge remote-tracking branch 'ups/develop' into feature/op/fusion_gru
8 years ago
tensor-tang
dd938d0b94
fix bugs and pass op test
8 years ago
tensor-tang
522b3e411f
complete attention lstm op test
8 years ago
tensor-tang
93cc29abc0
init attention lstm op test
8 years ago
minqiyang
064b7f3de1
Change the md5sum of 102flowers dataset
8 years ago
minqiyang
d49a0d755b
Fix common download problem
8 years ago
qingqing01
f5d5d7b2d9
Disable in_place in batch_norm API. ( #12736 )
...
* Disable in_place in batch_norm API.
8 years ago
sneaxiy
c73c5ed573
use for_range
8 years ago
minqiyang
6d107b0f39
Fix the test_desc_clone's problem
8 years ago
chengduo
7748963479
refine op_test ( #12846 )
8 years ago
Xin Pan
b548ecbc2b
add stack_op
8 years ago
chengduo
e8b4e0d627
fix load_vars bug ( #12869 )
8 years ago
minqiyang
6d9b9cb4b6
Add debug info for anakin cpu
8 years ago
minqiyang
57dab0bb4c
Change the link of flowers
8 years ago
minqiyang
94f6e54db9
Add timeout for python3
8 years ago
Xin Pan
bcaa1d5e73
Merge pull request #12853 from panyx0718/profiler
...
fix profiler test
8 years ago
Xin Pan
f8c6b46415
fix profiler test
8 years ago
tensor-tang
6fad27fc64
add fusion gru op test
8 years ago
tensor-tang
5424a698df
refine gru op unit test
8 years ago
minqiyang
39c526d42f
Port test_dist_transpiler to it
8 years ago
minqiyang
efe88ab9f9
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into disable_prelu_test_local
8 years ago
Michał Gallus
cd32ddac12
Fuse Convolution and Eltwise Add into MKLDNN's Conv+Bias ( #12669 )
...
* Fuse Convolution and Eltwise Add into Conv+Bias
* Reduce bias branching at conv_mkldnn_op
* Add MKLDNN build checks for Conv Bias
* Conv-bias: check if bias input exist befor assignment
* Conv-bias: Remove Bias dim check from infershape
It was causing conv3d test to crash upon\ncalling HasInput(Bias)
8 years ago
minqiyang
d94a3f621b
Disable prelu_op_test until fixing Python3 issues
8 years ago
tangwei12
cbc6e6eb97
Merge pull request #12247 from seiriosPlus/dis_ckpt_fix
...
add load slice_vars in io.py
8 years ago
Qiyang Min
72965226e6
Merge pull request #12818 from velconia/fix_python3_CI_job
...
Fix python3 CI job
8 years ago
Wu Yi
f63368db5e
Add async dist tests ( #12798 )
...
* add async dist tests
* update delta
* fix transformer test
* refine rmsprop transpile
* update
* fix dist seresnet
8 years ago
Tao Luo
9f33222251
Merge pull request #12822 from luotao1/debug_no_patchelf
...
only change rpath in Release mode
8 years ago
tangwei12
08152916cf
add annotation in load_inference_model
8 years ago
Qingsheng Li
3d11d018e0
Fix scatter_op python API ( #12742 )
...
* Fix scatter_op python API and remove inconsistency between implementation and doc
* API spec change
* Change as review comment
8 years ago
luotao1
2049139f9f
only change rpath in Release mode
8 years ago
minqiyang
5a83776751
Port test_desc_clone
8 years ago
minqiyang
50d66a0790
Fix prelu_op
8 years ago
tangwei12
7dbf5f1244
Update distribute_transpiler.py
8 years ago
tangwei12
c0a95bb2d8
Update io.py
8 years ago
chengduo
3ae97aab6c
fix trainer load parameters ( #12816 )
8 years ago
minqiyang
beb93bb901
Fix ut bug for graph_test
...
Port dist_transpiler new added codes
Port ut for clone desc
8 years ago
tensor-tang
e955361267
Merge pull request #12737 from tensor-tang/feature/op/fusion_lstm
...
add fusion lstm
8 years ago
Chen Weihang
57b34d9196
Merge pull request #12808 from chenwhql/remove_inplace_param_in_squeeze_and_unsqueeze
...
Refactor: remove inplace parameter from squeeze and unsqueeze op
8 years ago
qingqing01
c62f68cb94
Fix bug in conditional_block_op. ( #12246 )
...
* Fix bug in conditional_block_op.
* Fix bug and add comments.
* Rename arguments.
8 years ago
chenweihang
bc471b6ac4
refactor: remove inplace parameter from squeeze and unsqueeze op
8 years ago
Yu Yang
c6af7201e9
Merge pull request #12692 from reyoung/feature/fast_executor
...
Feature/fast executor
8 years ago
tangwei12
5fa1f05c9d
code clean and rename
8 years ago
tangwei12
bf2f1599f9
code clean
8 years ago
tensor-tang
674b719bf4
add print
8 years ago
tensor-tang
b090479409
Merge remote-tracking branch 'ups/develop' into feature/op/fusion_lstm
8 years ago
tensor-tang
f6d073422c
refine fusion lstm op test
8 years ago
tangwei12
3efac174ea
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into sum_op_dim_fix
8 years ago
tangwei12
8cfcbabf5e
fix dist unittest
8 years ago
tangwei12
dbb4f0d35d
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into dis_ckpt_fix
8 years ago
Qiao Longfei
fd10669ecb
Add dependency to send recv ( #12760 )
...
Add dependency to send recv
8 years ago
fengjiayi
8d8d48a34f
Complete sequence_pad_op and its CPU kernel. Add unittests
8 years ago
minqiyang
f4999e4f39
Remove unused six and missing six import
8 years ago
tangwei12
c24a9263ba
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into sum_op_dim_fix
8 years ago
tangwei12
7715cdc69b
add unit test in dist transpiler
8 years ago
tangwei12
bb9f494740
merge develop
8 years ago
tangwei12
eba7177475
add unit test and code fix
8 years ago
Qiao Longfei
653fad08f8
Optimize selected rows for dist lookup table with pthread rwlock ( #12635 )
...
Optimize selected rows for dist lookup table with rwlock
8 years ago
tangwei12
479a443f68
name optimized
8 years ago
tangwei12
0749c8822d
Merge pull request #12556 from seiriosPlus/samplingIdOp
...
Sampling id op
8 years ago
minqiyang
1ef5f2c3e8
Make flowers reader and parallel_executor more efficient
8 years ago
minqiyang
e398348e7e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
8 years ago
Qiyang Min
340a104c58
Merge pull request #12658 from velconia/port_pybind11
...
Port pybind11 and python code to support py3 CI test
8 years ago
tangwei12
125e9166e1
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into sum_op_dim_fix
8 years ago
tensor-tang
b599bd8d46
Merge remote-tracking branch 'ups/develop' into feature/op/fusion_lstm
8 years ago
dzhwinter
d7873e1412
remove patchelf in windows ( #12710 )
...
* remove patchelf in windowls
* "follow comment"
8 years ago
tensor-tang
a72f68f223
Merge remote-tracking branch 'ups/develop' into feature/op/fusion_lstm
8 years ago
tensor-tang
df28a3b452
fix lod and op test
8 years ago
tensor-tang
f3cd2612ae
refine fc and use the fc compute in fusion_lstm
8 years ago
qingqing01
c44fb00371
Add name in relu and log API. ( #12438 )
8 years ago
tensor-tang
40138c4cd6
add unit test of fusion lstm op
8 years ago
minqiyang
99d3f08920
Add print_function for all python files
8 years ago
jerrywgz
c108376506
Add three modes for prelu_op ( #12630 )
...
* Add three modes for prelu_op.
8 years ago
gongweibao
d06849305a
parameter dispather. ( #12666 )
8 years ago
tensor-tang
efc5392d97
Merge pull request #12676 from tensor-tang/refine/op/fc
...
refine fc op
8 years ago
minqiyang
a32ce8c444
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
8 years ago
tangwei12
baa6273c54
unit test optimize
8 years ago
minqiyang
507f479732
Polish code
8 years ago
tangwei12
09e30eeeda
Merge pull request #12696 from seiriosPlus/lookuptable_size_on_pserver_fix
...
lookup table size fix
8 years ago
minqiyang
0d7047ca79
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
8 years ago
yuyang18
d1d825ee02
Hide unnecessary API
8 years ago
yuyang18
265302edea
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/fast_executor
8 years ago
tangwei12
13e99cf92f
add unit test
8 years ago
Wu Yi
bd87f67f0e
Dist transpile can pass startup program by argument ( #12606 )
...
* dist transpile can pass startup program by argument
* update API.spec
8 years ago
Bai Yifan
9333a62792
Add flatten op interface and enhance APIs about detection to support variable-length image. ( #12422 )
...
* add flatten api&enhance detection api
* unify shape_op data type
* update API.spec
8 years ago
tangwei12
ed937bc6f8
merge
8 years ago
tangwei12
e73fc973d6
revert trainer py
8 years ago
minqiyang
4d4491ef6a
Fix new added code
8 years ago
minqiyang
77f12e000f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
8 years ago
fengjiayi
d6b5302bd6
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_op_tensor_support
8 years ago
tensor-tang
0098a494a2
Merge remote-tracking branch 'ups/develop' into refine/op/fc
8 years ago
gongweibao
842fb021b3
Fix clone() bug. ( #12583 )
8 years ago
Qiao Longfei
5d579e1a96
add export_for_deployment flag to save_inference_model ( #12582 )
...
add export_for_deployment flag to save_inference_model
8 years ago
minqiyang
1f86c88f4a
Remove random order of fetch_list in test_random_crop_op
8 years ago
tangwei12
f42247e55f
change to int to compatible with py3
8 years ago
minqiyang
e0d5f8a820
Move compat module to python/paddle
8 years ago
tangwei12
0707abb51b
lookup table fix
8 years ago
minqiyang
5338417b47
Polish code style
8 years ago
minqiyang
ae39709e59
Polish code
8 years ago
minqiyang
1800fef142
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
8 years ago
yuyang18
05cadf1b24
Add FastExecutor
8 years ago
tensor-tang
b9dbb7c5cb
fix bias attri in mkldnn fc
8 years ago
tangwei12
64683cf84a
fix
8 years ago
tangwei12
011ff6bce1
bug fix
8 years ago
tensor-tang
45d0259a67
add fc forward test
8 years ago
tangwei12
59580a7f69
bug fix
8 years ago
Wu Yi
8b77448d5f
hide misc APIs ( #12540 )
...
* hide misc APIs
* update
* fix transformer test
* update API.spec
8 years ago
Wu Yi
d3da0ef9f6
Fix dist train with rmsprop ( #12649 )
...
* fix dist train with rmsprop
* add rmsprop transpiler test
* update by comment
8 years ago
Jiabin Yang
989cae25dd
fix the numpy version has to be lower than 1.15 ( #12523 )
...
* fix the numpy version has to be lower than 1.15
* Add TODO comments
8 years ago
minqiyang
92aa20616d
Polish the code style
8 years ago
minqiyang
68b221401d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
8 years ago
tangwei12
3972ba3272
add ditriubted attrs
8 years ago
jerrywgz
af8b1b993f
Fix rpn_target_assign API.
8 years ago
minqiyang
812de6e806
Port utils to Python3
8 years ago
tangwei12
051eaa5fc7
add ditriubted attrs
8 years ago
tangwei12
057a64508c
enable lookup table to inference
8 years ago
tangwei12
f1a10ccea9
enable lookup table to inference
8 years ago
Tao Luo
49ad570ee8
Merge pull request #12667 from luotao1/wmt14
...
fix wmt14 download error
8 years ago
Bai Yifan
649f5d74f0
fix mine_hard_example bug ( #12664 )
8 years ago
Wu Yi
f54efd027e
Merge pull request #12660 from typhoonzero/polish_dist_unittests
...
polish dist unitest
8 years ago
tangwei12
5c537941c2
merge develop
8 years ago
minqiyang
6988aea989
Fix long type in Python3
8 years ago
minqiyang
fae5c1f514
Fix the input of executor
8 years ago
luotao1
d54267094e
fix wmt14 download error
8 years ago
minqiyang
5b452bfd59
Remove the overfix of lod_rank_table
8 years ago
minqiyang
47561c34b0
Fix python2 CI issues
8 years ago
typhoonzero
069ff14756
polish dist unitest
8 years ago
minqiyang
a3539845f2
Polish python code style
8 years ago
minqiyang
e7c7cbaa42
Port new added files to Python3
8 years ago
Qiao Longfei
331151f065
Merge pull request #12647 from jacquesqiao/add-RPCServerProfiler
...
add RPCServerProfiler, replace listen and serv optimizer
8 years ago
minqiyang
e4057d071b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
8 years ago
qiaolongfei
0b81801515
change init flags
8 years ago
qiaolongfei
3f2aa91970
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into timeline-support-pure-cpu
8 years ago
tangwei12
64a4925cb4
Merge branch 'Pdv' into samplingIdOp
8 years ago
Qiyang Min
29fac3c092
Merge pull request #12390 from velconia/port_python3_syntax
...
Apply 2to3 to current paddle main python code
8 years ago
Tao Luo
5a9ae411e0
Merge pull request #12618 from sfraczek/sfraczek/fix-new-mkldnn-conv-tests
...
fix UT for mkldnn 0.15
8 years ago
minqiyang
23447cd5a0
Fix parallel_executor_fetch_feed issue
8 years ago
qiaolongfei
d080d3e694
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into timeline-support-pure-cpu
8 years ago
minqiyang
5d4238cdcc
Fix six.iteritems problem
8 years ago
minqiyang
e4e9450e88
Fix random crop op problem
8 years ago
minqiyang
39059eb70f
Polish code
8 years ago
Sylwester Fraczek
c2a437fd0f
review fixes
8 years ago
Sylwester Fraczek
dcbc4284aa
conv2d tests: stop testing on CUDA when use_cudnn=False. Especially when use_mkldnn=True.
8 years ago
minqiyang
d4b10eef5f
Polish code
8 years ago
minqiyang
76ee482e18
Fix cv2 issues
8 years ago
Wu Yi
772ceee395
Merge pull request #12615 from typhoonzero/move_dataset_download_url
...
move download urls
8 years ago
minqiyang
6dc07e7f95
Replace items() with six.moves.iteritems() to improve memory usage
8 years ago
minqiyang
bc12c2c616
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
8 years ago
minqiyang
9cd5999032
Fix dist transpiler unordered dict issue
8 years ago
Qiao Longfei
445ca3db94
Merge pull request #12607 from jacquesqiao/add-unit-test-for-async-transpile
...
Add unit test for async transpile
8 years ago
minqiyang
be6ecec46f
Fix unittests' division issues
8 years ago
minqiyang
59adf7ced1
Fix round(0.0) special issue
8 years ago
qiaolongfei
7c649e06c3
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into timeline-support-pure-cpu
8 years ago
qiaolongfei
2ae32f0bf0
revert the change of api
8 years ago
minqiyang
938a9e4faa
Polish code
8 years ago
minqiyang
09103084d3
Polish compat.py and add unittest for it
8 years ago
Sylwester Fraczek
d74bb6ab9c
fix ut for mkldnn 0.15 - added forcing layout NCHW in mkldnn conv tests
8 years ago
typhoonzero
0954adbdcd
move download urls
8 years ago
minqiyang
c3fdf3aee4
Fix divide problem in CI
...
Fix pb_protobuf2 FromString problem
8 years ago
qiaolongfei
1b6902133d
add TestAsyncLocalLookupTable
8 years ago
qiaolongfei
8da651057c
add TestAsyncDistLookupTable
8 years ago
fengjiayi
24d51de022
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_op_tensor_support
8 years ago
fengjiayi
27df3a9f2b
make cross_entropy_op supporting tensors
8 years ago
Chen Weihang
b2435a3a11
Merge pull request #12374 from chenwhql/py_calc_memory
...
Add memory usage estimate API
8 years ago
minqiyang
db7d8136a3
Fix CI issue
8 years ago
minqiyang
ee1d08abba
Fix CI issues
8 years ago
minqiyang
46a2694633
Fix exception problem
8 years ago
minqiyang
c2fce7dd24
Fix bos problem
8 years ago
minqiyang
2a799e3bf2
Fix dist_se_resnet problem
8 years ago
minqiyang
e102e5dd83
Fix cifar10 decompress problem
8 years ago
minqiyang
3ec6d60c34
Fix write bytes in dataset download
8 years ago
minqiyang
e6ae1e4ffc
Replace the dependency of paddle.v2 dataset
8 years ago
chengduo
7c8b69c700
Feature/op fusion ( #12240 )
...
* 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
* follow comments
* follow comments
8 years ago
minqiyang
6abe819f07
Fix pybind11 problem
...
Fix str and bytes problem
Fix sorted problem
Fix math problem
Fix CI problem
8 years ago
Qiao Longfei
7970ab965a
Merge pull request #12544 from jacquesqiao/dist-lookup-table-only-support-sgd
...
dist lookup table only support sgd
8 years ago
Wu Yi
2d036c47cd
polish dist unit test code ( #12512 )
...
* polish dist se resnext ut
* update
* update
* update
* avoid cpu initializer differ
* change to use executor for now
* update by comment
* remove lr decay use para exe, should fix para exe bug later
* update by comment
8 years ago
chengduo
97a77512b4
Fix the order of sum ( #12562 )
...
* fix the order of sum
* add doc
* check whether need to copy
* follow comments
8 years ago
qiaolongfei
111bde9725
add warning to dist lookup table optimizer
8 years ago
qiaolongfei
b2f28878e1
remove unused code
8 years ago
qiaolongfei
5a608fcf08
add TestDistLookupTable
8 years ago
qiaolongfei
c0e8dd8758
add unit test for dist lookup table
8 years ago
Yu Yang
3300a532aa
Merge pull request #12546 from reyoung/feature/fix_nmt_cannot_save_checkpoint
...
Do not set loss@Grad as persistable
8 years ago
qiaolongfei
fd53fdf84b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dist-lookup-table-only-support-sgd
8 years ago
Qiao Longfei
23252a3432
Merge pull request #12463 from jacquesqiao/remove-duplicated-init-op
...
avoid duplicated init op for one parameter
8 years ago
chengduo
93152b0bac
Fix the result of unit test ( #12520 )
...
* fix the result of unit test
* fix resnext
* compare the result of PE and Exe
* compare the result of reduce and allreduce
8 years ago
tangwei12
5bfdefae91
Merge branch 'Pdv' into samplingIdOp
8 years ago
qiaolongfei
641a7fb342
fix test_initializer
8 years ago
tangwei12
4cd504d3b4
bug fix
8 years ago
qiaolongfei
937061a4aa
update test_initializer.py
8 years ago
qiaolongfei
8aeac78282
revert initializer.py
8 years ago
qiaolongfei
aa546389e8
move _is_inited_by into framework.py
8 years ago
tangwei12
da2cc99f67
sampling op optimize
8 years ago
minqiyang
1f618c4ff9
Fix the overfix of 2to3 in xrange
8 years ago
Yu Yang
55ff03b7ab
Do not set loss@Grad as persistable
...
Revert part of a3ca4c99eb
8 years ago
qiaolongfei
a7448d5426
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into remove-duplicated-init-op
8 years ago
fengjiayi
b656d97e86
Merge pull request #12485 from JiayiFeng/dev_ops_tensor_support
...
Make lookup_table_op and softmax_op supporting high rank tensor
8 years ago
Qiao Longfei
3cea440060
enforce test_parallel_executor_transformer and test_image_classification_resnet to run in serial ( #12545 )
8 years ago
qiaolongfei
fd73f2bb26
dist lookup table only support sgd while other dense table support all optimizer
8 years ago
qiaolongfei
9a7084c1ae
fix test_dist_transpiler
8 years ago
qiaolongfei
28c4443c22
add test for remove duplicated init op
8 years ago
qiaolongfei
8e9f338c0f
add _is_duplicated_init_op
8 years ago
qiaolongfei
37e069eba3
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into remove-duplicated-init-op
8 years ago
minqiyang
5656f64b58
Remove duplicate handle of dist_transformer
8 years ago
minqiyang
a58dd3e557
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
8 years ago
minqiyang
850c3945f2
Make transformer unittest serial
8 years ago
minqiyang
c3e187896d
Port contrib to python3
8 years ago
minqiyang
cd27e53667
Fix python code in contrib
8 years ago
Chen Weihang
3185d38af4
Merge pull request #12467 from chenwhql/batch_size_check
...
fix: add batch size check in loading data process
8 years ago
tangwei12
766ac488ac
sum_op selectedRows dim bug fix
8 years ago
Bai Yifan
900d61dd98
Clean python api ( #12406 )
...
* api clean
* update API.spec
8 years ago
dzhwinter
0c8fde7dce
"cherry picked cpp tests" ( #12182 )
...
* "cherry picked cpp tests"
* "cherry picked"
* "cherry picked tests"
* "merge develop branch"
8 years ago
dzhwinter
595a2c83ae
explicit gradient of elementwise_add/elementwise_sub ( #11970 )
...
* "add gradient register"
* "make some enhance"
* "better format"
* "fix typo"
* "fix reuse"
* "fix get expected kernel"
* "change the mkldnn code"
* "fix mkldnn"
* "fix mkldnn failed test"
* "add comment"
8 years ago
fengjiayi
23aebf0ea7
update softmax layer comment
8 years ago
chenweihang
bcc2fbe687
add type conversion for batch_size
8 years ago
chengduo
c237795100
Reopen test_parallel_executor_transformer ( #12452 )
...
* reopen test_parallel_executor_transformer
* save the CPU runing time
8 years ago
chenweihang
8627ef3330
refactor: simplify unittest function
8 years ago
chengduo
b5a3e40bb5
close random fail test ( #12482 )
8 years ago
Xin Pan
c58af84c66
Merge pull request #12426 from panyx0718/better_dist_test
...
Add transformer dist test and factor out some common utils.
8 years ago
chengduo
7a495a5871
add threads in thread pool for CPU ( #12475 )
8 years ago
fengjiayi
f7bd0b227b
Add unittests for softmax_op
8 years ago
Xin Pan
12ea358c06
polish
8 years ago
chenweihang
964d631cfd
feat: add unittest of memory usage
8 years ago
fengjiayi
b1af7e5d9b
Add unittests for lookup_table_op
8 years ago
qiaolongfei
0bd710fcde
correct the init op type
8 years ago
chenweihang
6a05ed3366
fix: add batch size check in loading data process
8 years ago
qiaolongfei
fa94261b73
avoid duplicated init op for one parameter
8 years ago
Qiao Longfei
690625fe15
Merge pull request #12456 from jacquesqiao/add-profiler-to-pserver
...
Add profiler to pserver
8 years ago
qiaolongfei
0b62f61d29
add init flag in __init__.py for listen_and_serv_profile_period
8 years ago
dzhwinter
91fb0156ca
Memory/reshape op ( #12414 )
...
* "remove inplace in single op"
* "fix ci"
* "add transpiler case"
* fix conflict
* "fix reshape"
* "delete reshape inplace attr"
* "follo the comments"
* "rerun ci"
8 years ago
Qiao Longfei
271b72460f
Merge pull request #12445 from jacquesqiao/fix-dis-trans
...
Fix dist trans
8 years ago
chenweihang
c19078566e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into py_calc_memory
8 years ago
Xin Pan
6e26bfe8ef
polish
8 years ago
Xin Pan
db7b92d0b6
fix
8 years ago
Xin Pan
bcc0d32080
clean
8 years ago
Xin Pan
2fb77250f3
clean
8 years ago
Xin Pan
6826de21c2
better dist tests
8 years ago
qiaolongfei
f761874b22
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-dis-trans
8 years ago
minqiyang
d8ddd3b307
Add TODO for memory optimization in python3 and polishing code
8 years ago
minqiyang
7f794ea563
Replace the overfix of 2to3 with six.string_types
8 years ago
minqiyang
ce4eba3b0d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
8 years ago
qiaolongfei
236fc1bd38
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-test-for-split-ids-op
8 years ago
qingqing01
f372f27e3f
Hidden APIs for While, StaticRNN, ParallelDo. ( #12332 )
...
* Hidden APIs for While, StaticRNN, ParallelDo.
8 years ago
minqiyang
000ba1ac5f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
8 years ago
qiaolongfei
f4c4c6179c
optimize unit test of test_split_ids_op
8 years ago
Xin Pan
19ef4bab4c
Merge pull request #12418 from panyx0718/fix_dist_seed
...
Fix dist seed
8 years ago
qiaolongfei
4e0f5c2ae8
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-test-for-split-ids-op
8 years ago
Xin Pan
7a192d9e70
fix SERIAL tests
8 years ago
qiaolongfei
41693b6ae7
optimize code
8 years ago
qiaolongfei
91f63cd401
fix split_ids_op and add unit test
8 years ago
qiaolongfei
2aa732ba34
fix distribute transpiler to optimize selected rows
8 years ago
Xin Pan
412ad81644
keep seed in dist transpiler
...
better test
8 years ago
Xin Pan
4abcb1b8e7
Merge pull request #12409 from panyx0718/add_dist_deps
...
add distributed training deps.
8 years ago
Xin Pan
398cfb47b1
disable dist_se_resnext since it's not stable yet.
...
fix fluid_benchmark.py
8 years ago
Bai Yifan
e12b1d1792
Add flatten op ( #12341 )
...
* add flatten op
8 years ago
Wu Yi
4dbcb975f7
Enable dist se resnext ( #12365 )
...
* enable dist se resnext
* small batch size
8 years ago
chengduo
2409d0f710
Refine regularization for selected_rows ( #12369 )
...
* refine regularization for selected_rows
* clean lookup_table
* refine rpc_server_test
* temporally disable rpc_server_test
* fix rpc_server_test
* add unit test
8 years ago
tensor-tang
5bea9c148c
Merge pull request #12397 from tensor-tang/refine/num_threads
...
refine num_threads control
8 years ago
minqiyang
0c7d6eb8b2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
8 years ago
tensor-tang
23e3f790c0
enable read from python
8 years ago
fengjiayi
ec4c6e1f7c
Merge pull request #12384 from JiayiFeng/dev_update_save_inference_model
...
update inference_optimize() to support program with readers
8 years ago
minqiyang
3107318007
Remove the overfix of next in unittest
8 years ago
minqiyang
9fc13fde18
Remove python3 relative import of unittest
8 years ago
minqiyang
35e6abd7bb
Change iter_parameters back and port unittests code to Python3
8 years ago
minqiyang
e84936206d
Remove the overfix of print function in dataset/ folder
8 years ago
minqiyang
4bf3c8c5a1
Use six.moves to migrate zip, map, reduce and pickle in Python2 to Python3
8 years ago
minqiyang
91f0573bc1
Fix the overfix of 2to3 for print function
8 years ago
minqiyang
559d36328c
Apply 2to3 to current paddle main python code
8 years ago
fengjiayi
604bd85a45
update inference_optimize()
8 years ago
fengjiayi
0d43594d16
Merge pull request #12364 from JiayiFeng/dev_add_FLAG_free_idle_memory
...
add flag to prevent unnessary memory free
8 years ago
chenweihang
ea548a794b
refactor: simplify class to function
8 years ago
chenweihang
999d097bbb
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into py_calc_memory
8 years ago
chenweihang
eaea82fbab
feat: Add memory usage estimate function
8 years ago
fengjiayi
fd2d2c66e9
add flag to prevent unnessary memory free
8 years ago
tangwei12
018e2f3a6c
Merge branch 'dis_ckpt_fix' of github.com:seiriosPlus/Paddle into dis_ckpt_fix
8 years ago
tangwei12
74c5476f68
hidden slice_vars in distribute transpile, hidden it to users
8 years ago
tangwei12
19ddd3da6a
hidden slice_vars in distribute transpile, hidden it to users
8 years ago
qiaolongfei
e7eeb19f90
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into parallel-executor-support-prefetch
8 years ago
tangwei12
04b1df2ac8
Merge branch 'develop' into dis_ckpt_fix
8 years ago
tangwei12
57a1d18344
hidden slice_vars in distribute transpile, hidden it to users
8 years ago
qiaolongfei
754e96a30c
distribute lookup table work with parallel executor
8 years ago
chengduo
a4c5223713
Update test_pe_mnist threshold ( #12348 )
...
* update test_pe_mnist threshold
* clean code
8 years ago
Qiao Longfei
b73806b208
Merge pull request #12347 from jacquesqiao/fix-distribute_transpiler_for_dist_lookup_table
...
fix _create_prefetch_block in distribute_transpiler
8 years ago
tangwei12
3693394c41
hidden slice_vars in distribute transpile, hidden it to users
8 years ago
fengjiayi
f04ae975da
Merge pull request #12161 from JiayiFeng/make_get_test_program_private
...
Remove buggy get_test_program and refine reader demo
8 years ago
qiaolongfei
aa3618ed3e
fix _create_prefetch_block in distribute_transpiler
8 years ago
Yancey
6133efd9ed
Merge pull request #12218 from Yancey1989/rpc_complete_interface
...
Add rpc complete interface
8 years ago
tangwei12
2c05e37a77
hidden slice_vars in distribute transpile, hidden it to users
8 years ago
qingqing01
24bea40116
Hiden some LoDTensor ralated ops' Python wrapper. ( #12230 )
...
* Hiden some LoDTensor ralatted ops' Python wrapper.
8 years ago
Wu Yi
9f0d9dffe6
hide variable API ( #12307 )
...
* hide variable API
* edit API.spec
8 years ago
fengjiayi
19639e3106
Merge pull request #12254 from JiayiFeng/fix_lr_decay
...
Fix learning rate scheduler performance issue
8 years ago
fengjiayi
0388d1cb2a
some update
8 years ago
fengjiayi
4cba5500d2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_lr_decay
8 years ago
tangwei12
438de1e03b
Merge branch 'Pdv' into dis_ckpt_fix
8 years ago
fengjiayi
fab6287edf
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into make_get_test_program_private
8 years ago
fengjiayi
8a521c0b4d
Remove buggy get_test_program and refine c++ reader demo
8 years ago
Yancey1989
fb06ed7bdc
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into rpc_complete_interface
8 years ago
dzhwinter
abe32a4912
"fix memory optimize bug in lr decay" ( #12299 )
8 years ago
sneaxiy
e658762ae8
Merge pull request #12313 from sneaxiy/py_reader_doc
...
Modify PyReader doc in python/paddle/fluid/layers/io.py
8 years ago
baiyf
a4c06083af
Expose rank_loss op Python API ( #12132 )
...
* expose rank_loss python api
8 years ago
sneaxiy
380ab62e4f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into py_reader_doc
8 years ago
Qiao Longfei
4e07f25915
Merge pull request #12295 from jacquesqiao/speedup-reduce-sum-grad-op
...
Speedup reduce sum grad op
8 years ago
Yu Yang
1e417b93e0
Merge pull request #12286 from reyoung/feature/skip_reader_when_save
...
Skip reader when save
8 years ago
qiaolongfei
a6d30a8607
profiler support cpu
8 years ago
Qiao Longfei
b41f8b9d42
Merge pull request #12295 from jacquesqiao/speedup-reduce-sum-grad-op
...
Speedup reduce sum grad op
8 years ago
qiaolongfei
273f737517
optimize code
8 years ago
fengjiayi
ea8a375fa4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update_py_reader
8 years ago
qiaolongfei
5d718a5886
optimize reduce_sum_grad op
8 years ago
Qiao Longfei
7c85a977d4
temporarily disable test_dist_se_resnext for oom ( #12290 )
8 years ago
Yancey1989
d4f51218ef
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into rpc_complete_interface
8 years ago
tangwei12
3c334bd762
bug fix
8 years ago
yuyang18
2d981114b3
Skip reader when save
8 years ago
Wu Yi
5ebbfaa8b9
Get diff for all changes in current branch ( #12265 )
...
* get diff for all changes in current branch
* diff with upstream/develop
* let dist test serial
8 years ago
fengjiayi
060f421797
Some enhancement on readers
...
1. Make the feeding thread of py_reader a daemon thread.
2. Update buffer_reader's destructor, fixing a bug.
3. Make pyreader demo script supporting CPU environment.
8 years ago
qingqing01
873a50ce35
Fix serious bug in nesterov momentum optimizer. ( #12231 )
...
* Fix serious bug in nesterov momentum optimizer.
8 years ago
Wu Yi
d8d35a0b3c
Add se-resnext test for 2x2 and parallel exe ( #12194 )
...
* wip add se-resnext test for 2x2 and parallel exe
* testing
* finish dist unitest 2x2
* update python interp
* fix gpu number
* make this test can run in parallel
8 years ago
Yu Yang
b06309381b
Merge pull request #12149 from reyoung/feature/combine_open_files_and_double_buffer
...
Change and polish readers
8 years ago
chengduo
a3ac54b672
Fix Reduce functor ( #12262 )
...
* Fix Reduce and Gather
* Fix unit test
8 years ago
qingqing01
7219676ed3
Hide some API in control_flow.py ( #12226 )
8 years ago
Qiao Longfei
2b58c62aa0
Update auc op ( #12199 )
...
fix AUC op
optimize it's test
8 years ago
fengjiayi
977764f28c
Fix the other lr_decay
8 years ago
fengjiayi
381bacaa49
Fix piecewise_decay and fix a unittest error
8 years ago
Qiyang Min
982d4230b9
Merge pull request #12145 from velconia/update_version_via_branch_name
...
Update version via branch name
8 years ago
yuyang18
8c3cd4204e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/combine_open_files_and_double_buffer
8 years ago
tangwei12
1dd14a704d
bug fix
8 years ago
Yancey1989
efd5a84986
update executor interface
8 years ago
Qiao Longfei
0ecd19831f
Merge pull request #12232 from wzzju/fix-default-value
...
Fix default value
8 years ago
yuyang18
7268760fbc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/combine_open_files_and_double_buffer
8 years ago
Tao Luo
3694fd5c4a
Merge pull request #12109 from emailweixu/cpu_only
...
Fixed unittests for WITH_GPU=OFF and WITH_DISTRIBUTE=OFF build
8 years ago
Qingsheng Li
ac11c4e4ff
Beam search decoder API ( #11687 )
...
* Added beam search API to fluid/contrib
* Change as review comments
* API.spec change
* Doc updated
8 years ago
Zhen Wang
7b7a4afa5a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-default-value
...
Change the default value of the parameter 'drop_last' in 'paddle.batch' to False.
8 years ago
Zhen Wang
186919016b
Change the default value of the parameter 'drop_last' in 'paddle.batch' to False.
8 years ago
Yancey1989
ade6675490
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into rpc_complete_interface
8 years ago
yuyang18
e9c8d930a5
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/combine_open_files_and_double_buffer
8 years ago
Tao Luo
1640334241
Merge pull request #12215 from luotao1/clone_var
...
fix _clone_variable in optimizer.py
8 years ago
yuyang18
10b3cbfb8d
Fix CI hang
8 years ago
Luo Tao
e33017f23e
fix _clone_variable in optimizer.py
8 years ago
Yancey1989
7570d8e77c
add rpc complete interface
8 years ago
yuyang18
b789a3a484
Change code
8 years ago
Xin Pan
7ceec40360
hide more apis
8 years ago
yuyang18
be528f9815
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/combine_open_files_and_double_buffer
8 years ago
Xin Pan
968922bd6c
Merge pull request #12154 from panyx0718/api
...
hide monkey_patch_variable
8 years ago
Xin Pan
e91e29439f
trigger CI
8 years ago
Tao Luo
2c3495ca94
Merge pull request #12178 from xhmcom/patch-2
...
Fix bugs in the resize_short and simple_transform funciton
8 years ago
Wu Yi
db67d60e31
Remove block api ( #12107 )
...
* remove block api
* remove clone_variable
* hide block inner apis
* update
* fix tests
8 years ago
Xuuu
5546f6ac4d
Fix bugs in the resize_short and simple_transform funciton
...
The resize_short function used the cv2.resize function in a wrong way.
The simple_transform function repeated the code uncorrectly.
8 years ago
typhoonzero
32d81909dc
fix pserver with condition block
8 years ago
Wei Xu
264e8305b0
Fixed unittests for WITH_GPU=OFF and WITH_DISTRIBUTE=OFF build
8 years ago
minqiyang
3e30d4013a
Remove unsued lines
8 years ago
gongweibao
7040c67920
Change blocksize ( #11863 )
8 years ago
Wu Yi
c5619bbcde
fix auc op ( #12087 )
...
* fix auc
* update
* update
* fix compile
* fix param name
* add doc string
* fix test
8 years ago
Xin Pan
077aa207e4
hide monkey_patch_variable
8 years ago
minqiyang
8fa89fc678
Polish code
8 years ago
tangwei12
f02a4da6cd
Merge pull request #12152 from seiriosPlus/dis_acc_fix
...
slice_var_up=False fix
8 years ago
seiriosPlus
8f9e23da23
codestyle fix
8 years ago
seiriosPlus
56ad065a97
codestyle fix
8 years ago
chengduo
325fbc4f1b
Add learning rate decay test ( #12124 )
...
* Add learning rate decay test
* fix test name
* doesn't share @LR_DECAY_COUNTER@
8 years ago
seiriosPlus
0f3aa74d11
fix split_var=False
8 years ago
seiriosPlus
d559970a2c
remove split_var=False, need more experiment
8 years ago
yuyang18
61b3a5977f
Refine Python Reader
8 years ago
yuyang18
c204f0cc2b
Refine PyReader
8 years ago
yuyang18
6a46c0798e
Polish PyReader
8 years ago
yuyang18
b8975d6842
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/combine_open_files_and_double_buffer
8 years ago
yuyang18
d36e13efd8
Merge branch 'feature/add_pyreader_demo' into feature/combine_open_files_and_double_buffer
8 years ago
yuyang18
1478a5fc0b
Make open_files use buffer
8 years ago
tangwei12
4bd64781ca
fix distribued transpile when slice_var_up=False
8 years ago
minqiyang
a90f83775e
Add version test
8 years ago
Qiyang Min
cebf7c602d
Merge pull request #12095 from velconia/port_py3
...
Port py3
8 years ago
yuyang18
ab1a6cb8b8
Remove warning
8 years ago
yuyang18
392318045f
Merge branch 'feature/dctor_all_readers' into feature/combine_open_files_and_double_buffer
8 years ago
yuyang18
fecbe52200
Rewrite open_files
8 years ago
Yu Yang
ba997b8ccd
Merge pull request #12097 from reyoung/feature/hide_api_cont
...
Hide internal API of LoDTensors, Clipping, etc.
8 years ago
yuyang18
c680bc1d7f
Rewrite DoubleBuffer
8 years ago
yuyang18
c9cf2bdb9c
Dctor cache
8 years ago
minqiyang
448ca8a46d
Move LinkChecker from requirements to Dockerfile
...
Move six.moves.queue to Queue
8 years ago
yuyang18
7ca8528031
Refine pyreader demo
8 years ago
yuyang18
e8eb81ca28
Just train two batch
8 years ago
yuyang18
bcb1516d11
Run test startup
8 years ago
chengduo
86b0a72576
Refine multi thread cpu parallel exe ( #11406 )
...
* refine multi-thread CPU Parallel exe
* refine multi thread CPU Parallel exe
* Refine CPU version for ParallelExecutor
* add share_parameter_between_cards_
* Fix ParallelExecutor bug
* Fix unit test
* Fix parameter opt balance
* Fix with opti (param->grad)
* Add grad to op var
* Remove shard_param_between_cards
8 years ago
yuyang18
6e38de1ce2
Strange Hang problem
8 years ago
yuyang18
8c2eba71e2
Refine demo
8 years ago
yuyang18
9a570fb95e
Add demo code about pyreader
8 years ago
Yu Yang
76086df412
Merge pull request #12097 from reyoung/feature/hide_api_cont
...
Hide internal API of LoDTensors, Clipping, etc.
8 years ago
Qiao Longfei
2cb5c3556b
Merge pull request #12129 from jacquesqiao/clean-code
...
simpilify distribute transpiler
8 years ago
yuyang18
4ff1bde5fb
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/hide_api_cont
8 years ago
qiaolongfei
600f5f0b49
simpilify distribute transpiler
8 years ago
Yu Yang
ebe3b5e78a
Merge pull request #11853 from sneaxiy/complete_py_reader_python
...
Add Python Reader Op (Python side and unittests)
8 years ago
minqiyang
95e2d28659
Replace relative_import with absolute_import
8 years ago
qiaolongfei
4344e571a7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into distribute-transpiler-handle-adam-accumulator
8 years ago
sneaxiy
88f6eef4ab
Merge branch 'complete_py_reader_python' of https://github.com/sneaxiy/Paddle into complete_py_reader_python
8 years ago
Qiyang Min
a376efb3f3
Merge pull request #12105 from velconia/fix_is_taged
...
Throw all warnings from git describe in setup.py.in
8 years ago
minqiyang
95b4a6a29d
Make import paddle.fluid possible now
8 years ago
minqiyang
48fef01e13
Change python code style to 3.x in setup.py
8 years ago
qiaolongfei
2d2e813dd2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-optimizer-accumulator
8 years ago
minqiyang
becc1c2460
Remove unused requirements
...
Add python3 ABI to paddle_build.sh
8 years ago
minqiyang
fbff15fd42
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_py3
8 years ago
minqiyang
1840bd75e9
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_is_taged
8 years ago
Qingsheng Li
72ce4d568e
Fix transpiler API ( #12119 )
8 years ago
qiaolongfei
9708e2e571
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-optimizer-accumulator
8 years ago
fengjiayi
5f8ff63bfe
Merge pull request #12069 from JiayiFeng/add_reader_reset_tests
...
add unittests for Reader ResetAll
8 years ago
qiaolongfei
39d88ebc02
Merge branch 'fix-optimizer-accumulator' of ssh://github.com/jacquesqiao/Paddle into distribute-transpiler-handle-adam-accumulator
8 years ago
qiaolongfei
3748aa4ee7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-optimizer-accumulator
8 years ago
qiaolongfei
5c12c5eb42
update distribute transformer for adam and adamax optimizer
8 years ago
tangwei12
10737ed9ce
Merge pull request #12067 from seiriosPlus/ckpt_new_api
...
Ckpt new api
8 years ago
minqiyang
f8e83196ff
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_is_taged
8 years ago
Guo Sheng
da3f766821
Merge pull request #12088 from guoshengCS/complete-hsigmoid
...
Complete hsigmoid_op
8 years ago
tangwei12
c210add5e8
remove ut, will fix it later
8 years ago
minqiyang
dbaaca7857
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_py3
8 years ago
minqiyang
a1a1109ccc
Improve Code
8 years ago
Yancey
3c4f04b767
Merge pull request #12112 from Yancey1989/rpc_deadline_effect
...
fix FLGAS_rpc_deadline does not effect
8 years ago
tangwei12
2bd7fe5add
Merge branch 'Pdv' into ckpt_new_api
8 years ago
qiaolongfei
55aea98209
update test_optimizer
8 years ago
sneaxiy
e40905daed
Merge branch 'complete_py_reader_python' of https://github.com/sneaxiy/Paddle into complete_py_reader_python
8 years ago
Yancey1989
bbd53131f0
update
8 years ago
sneaxiy
31c7f6b968
Merge branch 'develop' into complete_py_reader_python
8 years ago
qiaolongfei
2ce1ed3dbd
add optimized_guard for ModelAverage
8 years ago
qiaolongfei
971cf70517
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-optimizer-accumulator
8 years ago
qiaolongfei
d8220ccb91
add optimized_guard for optimizer finish_update
8 years ago
Yibing Liu
1617fe2edd
Merge pull request #11897 from chenwhql/unsqueeze_op
...
Add Unsqueeze operator and unit testing
8 years ago
guosheng
4ee069fdba
Fix the HierarchicalSigmoidGradOpKernel and refine the codes. Now hsigmoid_op is same with V2 implementation and can pass gradient check.
8 years ago
yuyang18
4dccb58483
Hide clip APIs
8 years ago
yuyang18
0c8f69c370
Hide more APIs
8 years ago
yuyang18
6eba4b32ce
Fix unittests after hide APIs
8 years ago
qiaolongfei
901d538960
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-mac-patchelf-check
8 years ago
tangwei12
5137f62859
bug fix
8 years ago
chenweihang
938319bbd2
Merge branch 'develop' into unsqueeze_op
8 years ago
Yibing Liu
092d620187
Merge pull request #11812 from chenwhql/squeeze_op
...
Add squeeze operator and unit testing
8 years ago
Yancey1989
031a07f9c0
add rpc_deadline in bootstrapper
8 years ago
qiaolongfei
d6005b6949
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-mac-patchelf-check
8 years ago
yuyang18
818e070890
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/hide_api_cont
8 years ago
Yu Yang
1c9c8e8de7
Merge pull request #12065 from reyoung/feature/hide_apis
...
Add deprecated annotation and hide a lot of APIs
8 years ago
qiaolongfei
010c0ab0a1
add install_name_tool check on macos
8 years ago
minqiyang
9130a8847a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_is_taged
8 years ago
minqiyang
a685566cd5
Throw all warnings from git describe in setup.py.in
...
Convert all values to string
8 years ago
qiaolongfei
d99775a718
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-optimizer-accumulator
8 years ago
Tao Luo
16aca3c087
Merge pull request #12090 from luotao1/v2
...
add rpath to _swig_paddle.so
8 years ago
qiaolongfei
7ce0d45efa
fix adam and adamax optimizer
8 years ago
yuyang18
b83ffda4aa
Try hide APIs
8 years ago
lemon34
29145e1e31
change im2sequence for ctc batch inference ( #11696 )
...
* change im2sequence for ctc batch inference
* Update im2sequence_op.cc
* change im2sequence for ctc batch inference
* update
* change PR by comment
* fix ocr test error
* fix test_im2sequence
* modify the old name to standard name
* fix test_layers failed
8 years ago
fengjiayi
74fa603cce
Merge pull request #12043 from JiayiFeng/fix_backward_bug
...
Fix a backward bug
8 years ago
chenweihang
b8ea7a081a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
8 years ago
yuyang18
5832e817d5
Hide append_regularizer
8 years ago
Luo Tao
2bb43ede48
add rpath to _swig_paddle.so
8 years ago
baiyf
be2d9dc2b8
Add prior_box output order control ( #12032 )
...
* Add flag to set prior_box output order.
8 years ago
guosheng
e7f7ba97fe
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into complete-hsigmoid
8 years ago
guosheng
e7a4cfc0ff
complete the hsigmoid_op
8 years ago
chenweihang
84a525a38a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
8 years ago
sneaxiy
f85e16f1de
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into complete_py_reader_python
8 years ago
chenweihang
fbef49e772
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
8 years ago
yuyang18
ff07af8d93
Hide calc_gradient
8 years ago
yuyang18
5e725dc52b
Hide Optimizer methods
8 years ago
achao2013
8e4b225fe4
Add fake_quantize_op. ( #11359 )
...
* Add a fake_quantize_op, which quantize an input tensor to a tensor with lower bits.
8 years ago
Yuan Gao
50aa6ba6f5
add rpn target assign op ( #11449 )
...
* Add region proposal network (RPN) target assign operator and Python API for Faster-RCNN.
8 years ago
fengjiayi
d22c282150
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_backward_bug
8 years ago
Tao Luo
6a749d126f
Merge pull request #12066 from luotao1/find_patchelf
...
add check for patchelf in CMakelists.txt
8 years ago
chenweihang
2bd65dbf71
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
8 years ago
chenweihang
fd01a43a3c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
8 years ago
Tao Luo
e91ecd5d91
Merge pull request #12077 from wojtuss/wojtuss/cycle-cifar-flowers2
...
added cycling the dataset for cifar and flowers
8 years ago
Wojciech Uss
4594f186fa
added cycling the dataset for cifar and flowers
8 years ago
fengjiayi
498f8b66ee
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_reader_reset_tests
8 years ago
Luo Tao
8cd1c7bb52
Merge branch 'develop' into find_patchelf
8 years ago
Tao Luo
938920c894
Merge pull request #12020 from typhoonzero/fix_mac_whl_packaging
...
fix mac build and whl pkg
8 years ago
fengjiayi
2888d5e610
add unittest
8 years ago
tangwei12
13a1a8a6bb
move checkpoint api to trainer.py
8 years ago
Luo Tao
e986ad4bcb
add check for patchelf in CMakelists.txt
8 years ago
yuyang18
6c83dcd622
Hide get_places. Mark it as deprecated
8 years ago
guosheng
d695381677
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into complete-hsigmoid
8 years ago
fengjiayi
07ab9ce4e7
update the comments
8 years ago
fengjiayi
26ae6111d1
Merge pull request #12051 from JiayiFeng/dev_reader_ResetAll
...
[WIP] Dev reader reset all
8 years ago
tangwei12
550b2e25ae
move checkpoint api to trainer.py
8 years ago
qingqing01
10fbb831ed
Skip BatchNorm when feature only has 1 element. ( #11578 )
...
* Fix batch norm when only 1 elements in normzalize dimension during training.
8 years ago
chenweihang
8f2486ca16
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
8 years ago
qingqing01
ef4895df3b
Make IfElse operator works and fix unit testing. ( #11972 )
...
1. Fix bug when only true or false branch works.
2. Fix bug in unit testing.
8 years ago