dengkaipeng
a81fabd327
fix doc errors. test=develop
7 years ago
dengkaipeng
266c6856c9
add adaptive pool 2d & 3d. test=develop
7 years ago
JiabinYang
c35fdf1581
Merge branch 'add_prefetch_in_nce' of https://github.com/seiriosPlus/Paddle into feature/add_prefech_hs
7 years ago
sneaxiy
8760d23c7d
featue/py_func
7 years ago
zhang wenhui
c4c5f0b8ca
Merge pull request #14771 from frankwhzhang/bpr
...
add bpr_loss operator
7 years ago
Xin Pan
ed9cdb56f3
Merge pull request #14823 from panyx0718/fix
...
fix control_flow ops in outs
7 years ago
Xin Pan
f5434507f0
fix control_flow ops in outs
...
test=develop
7 years ago
frankwhzhang
90c7f9870e
fix 'name', test=develop
7 years ago
frankwhzhang
c9a653820b
fix label_pos ,add test_layers.py, test=develop
7 years ago
frankwhzhang
68c2025844
fix nn.py&API.spec, test=develop
7 years ago
Xin Pan
748549b2e3
Revert "Merge pull request #14798 from PaddlePaddle/revert-14786-revert-14782-revert-14398-imperative"
...
This reverts commit b1d3a1c8b4 , reversing
changes made to f1fb64b17f .
7 years ago
Xin Pan
c049fa7cf7
Revert "Revert "Revert "Imperative"""
7 years ago
frankwhzhang
f4cc5881b0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into bpr
7 years ago
frankwhzhang
97de98cd0a
update bpr_loss op code, test=develop
7 years ago
tangwei12
b653ed0516
add prefetch and remvoe selectedrows of bias
7 years ago
Xin Pan
2538ef64f1
Revert "Revert "Imperative""
7 years ago
Xin Pan
6217f42ab7
Revert "Imperative"
7 years ago
Xin Pan
b52f5d2870
Merge pull request #14398 from panyx0718/imperative
...
Imperative
7 years ago
frankwhzhang
272f3d3111
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into bpr
7 years ago
frankwhzhang
570d89ec84
add bpr_loss operator , test=develop
7 years ago
chengduo
04539d4c5d
Fix clip.py ( #14718 )
...
* expose square
test=develop
* fix activation
test=develop
* Add square API
test=develop
* add necessary op
* code refine
* fix API.spec
test=develop
* fix unit test
test=develop
* add unit test sparse_grad_clip
test=develop
* fix API.spec
test=develop
* remove mac test for test_gradient_clip
test=develop
* remove selectedrows_mul_tensor
test=develop
7 years ago
Wu Yi
6e67d0fb78
layer fixes ( #14591 )
...
* layer fixes test=develop
* follow update test=develop
7 years ago
Tink_Y
6d04a9cf47
fix api format and example ( #14686 )
...
* fix api format and examples
test=develop
* Update executor.py
test=develop
* Update nn.py
* Update nn.py
test=develop
* Update nn.py
test=develop
7 years ago
Kaipeng Deng
934f13a70a
Merge pull request #14371 from heavengate/yolo_loss
...
Add YOLOv3 loss operator for YOLOv3 model
7 years ago
Xin Pan
b80fe8264a
polish
...
test=develop
7 years ago
jerrywgz
96dc3d8326
Merge pull request #14511 from jerrywgz/ignore_index_for_sigmoid_cross_entropy
...
add ignore index for sigmoid cross entropy with logits op, test=develop
7 years ago
Xin Pan
aeb74af54c
allow operator to run imperatively
7 years ago
Xin Pan
b1f6fda5e5
run forward
7 years ago
phlrain
b65722d3cf
fix uni test; test=develop
7 years ago
Qiao Longfei
7f07dfa1a4
clean code
7 years ago
phlrain
2770ea1a73
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
7 years ago
jerrywgz
126e18c1e8
test=develop
7 years ago
chengduozh
1013d6d05d
Merge branch 'add_cudnn_lstm' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
7 years ago
jerrywgz
3df0538940
replace -100 to kIgnoreIndex
7 years ago
whs
78738d6c86
Fix comments of ctc_greedy_decoder. ( #14679 )
...
test=develop
7 years ago
whs
1b9753d109
Make pad2d support for variable paddings. ( #14667 )
...
* Make pad2d support for variable paddings.
test=develop
* Rename get_paddings and add inline modifier.
test=develop
* Fix comments.
7 years ago
gongweibao
5d334ff0f1
Add examples to some functions. ( #14645 )
7 years ago
phlrain
6ce4250172
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
7 years ago
Qiao Longfei
44debca844
Merge pull request #14589 from jacquesqiao/refactor-prefetch
...
Refactor prefetch
7 years ago
phlrain
cf1fe61004
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
7 years ago
phlrain
d1a17cadd4
fix cudnn rnn; test=develop
7 years ago
Qiao Longfei
9450048acb
add PADDLE_ENABLE_REMOTE_PREFETCH to enable remote prefetch
...
test=develop
7 years ago
qingqing01
731d45a39a
Enable BatchNorm to use global mean and variane during training ( #14630 )
...
* Enable BatchNorm to use global mean and variane during training
* Update doc and follow comments.
7 years ago
Qiao Longfei
145c535750
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refactor-prefetch
...
test=develop
7 years ago
JiabinYang
a08dc83eb0
remove arg 'non_leaf_num', test=develop
7 years ago
Qiao Longfei
18fd2d01b7
update embedding api
7 years ago
JiabinYang
c469334cfb
polish python code and comment, test=develop
7 years ago
JiabinYang
87648f8edf
merge develop, test=develop
7 years ago
JiabinYang
c3c3c0b33c
polish code, test=develop
7 years ago
phlrain
487ee36aec
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
7 years ago
phlrain
084ff6574d
add cudnn lstm; test=develop
7 years ago
tangwei12
56a4912b76
Make NCE_OP more efficient and support SelectedRows ( #14469 )
...
* Fix truncated normal.
* Fix.
* Make nce support more distribution.
* Fix API.spec.
* Fix python API.
* Fix.
test=develop
* Fix API.spec
test=develop
* Fix sampler.
* Fix order of arguments in python API.
test=develop
* NCE add selectedrows support
* NCE update weighted sampling
* fix bugs in nce_op, and assign_value_op optimized
* fix bugs in nce_op, revert assign_value_op
* nce_op optimize
* nce_op optimize
* nce_op optimize
* add selectedRows test later
test=develop
* add selectedRows supported
* add selectedRows supported
test=develop
* add selectedRows supported
* add nce selectedRows supported, test=develop
* add nce selectedRows supported
* add nce selectedRows supported, test=develop
* fix height in nce, test=develop
* add ut
* add ut, test=develop
* make AutoGrownIndex inline
test=develop
* fix tinny error, test=develop
7 years ago
liuhongyu
1ffe41d722
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
7 years ago
Qiao Longfei
9589babe12
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refactor-prefetch
...
test=develop
7 years ago
liuhongyu
05917c3c79
add cudnn lstm; test=develop
7 years ago
Xin Pan
b65130623a
Merge pull request #14549 from wzzju/add-code-exp
...
add some activation api examples.
7 years ago
JiabinYang
7e4bd695e6
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into enhance_hierachical_sigmod_op
7 years ago
JiabinYang
b10df8bcfa
refine code and add none bias ut, test=develop
7 years ago
dengkaipeng
78f563917c
revert interpolate_op to bilinear_interp_op & nearest_interp_op. test=develop
7 years ago
JiabinYang
2f6b529aff
refine code and comments, test=develop
7 years ago
ZhenWang
f6f31c3b65
test=develop
7 years ago
ZhenWang
7b9d9d7089
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-code-exp
7 years ago
ZhenWang
9aa65bb166
add tab format.
7 years ago
jerrywgz
2fc32b17a2
Merge pull request #14503 from jerrywgz/api_doc
...
refine prelu api doc
7 years ago
JiabinYang
02d68051db
add sparsed bias grad, test=develop
7 years ago
Qiao Longfei
2b6c0c09d6
add unit test
7 years ago
ZhenWang
5e0bc13008
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-code-exp
7 years ago
sneaxiy
5ca56cad1f
test=develop
7 years ago
Jiabin Yang
3fe2def1ca
Merge pull request #14540 from JiabinYang/fix_pool2d_doc
...
Fix pool2d doc and add pool2d test in test_layers
7 years ago
qingqing01
36f08eef3b
CUDA kernel for density_prior_box_op. ( #14513 )
...
* CUDA kernel for density_prior_box_op.
* Support flatten to 2D.
7 years ago
ZhenWang
43b9202d9b
test=develop
7 years ago
ZhenWang
1f0fa67571
add some activation api examples.
7 years ago
JiabinYang
3c6102a367
test=develop
7 years ago
JiabinYang
510601b279
test=develop
7 years ago
Dun
ae7d22862b
Group Norm ( #13843 )
...
Add group normalization operator.
7 years ago
JiabinYang
982e489220
test=develop
7 years ago
wopeizl
d9a1f3e58e
Windows/online ( #14474 )
...
* add recordio support
* disable the openblas multi-thread on windows since no support
adjust the python script
* code style
* code style
test=develop
* add create_recordio_file_reader back
* fix code style
test=develop
* fix the gtest.cmake on windows
* fix cc_test on windows
* fix the win build
test=develop
* remove fused compile support on windows
test=develop
* add the jit support
test=develop
* add the jit support, test=develop
* add the jit support, test=develop
* add the jit back
fix compile error on windows
* rollback test=develop
* test case fix
* disable DSO by default on windows
* exclude warpctc_op on windows
* exclude the dynload_warpctc out on windows
test=develop
* fix the scripts error
test=develop
* disable avx on windows by default
test=develop
* re-organize the cmake file
* disable mkl on windows by default
* add warp_ctc back
* fix the dependency
* fix the dependency
* fix the build issue on windows
* remove unsupported flag on windows
* code style
* code style
test=develop
* fix issue
* add profiler, parallel_executor back
* clean up the pre-definitions on windows
* fix build issue
* test=develop
7 years ago
Jiabin Yang
f7b55de9e5
Merge branch 'develop' into enhance_hierachical_sigmod_op
7 years ago
jerrywgz
94de2290f4
fix format in api doc, test=develop
7 years ago
JiabinYang
014e50c284
test=develop
7 years ago
minqiyang
175b847f6d
Add API example for logical ops and clip ops
...
test=develop
7 years ago
jerrywgz
13e254faed
refine code, test=develop
7 years ago
jerrywgz
79cec53111
add ignore index for sigmoid cross entropy with logits op, test=develop
7 years ago
jerrywgz
0e1b426c83
refine prelu api doc, test=develop
7 years ago
Kaipeng Deng
f17b05d4a1
Merge pull request #14492 from heavengate/resize_nearest_example
...
Add python example for resize_nearest Api
7 years ago
dengkaipeng
bb2b35c85e
Add python example for resize_nearest. test=develop
7 years ago
tensor-tang
48be9dc3e1
Merge pull request #14489 from tensor-tang/api/example
...
add api example of brelu, leaky_relu and soft_relu
7 years ago
qingqing01
9eefd2c766
Modify some infer-shape about detection operators in compile-time. ( #14483 )
...
* Modify some infer-shape in compile-time.
7 years ago
tensor-tang
e3645c2708
add api example of brelu, leaky_relu and soft_relu
...
test=develop
7 years ago
whs
1722678258
Make nce support more distribution. ( #13549 )
...
* Fix truncated normal.
* Fix.
* Make nce support more distribution.
* Fix API.spec.
* Fix python API.
* Fix.
test=develop
* Fix API.spec
test=develop
* Fix sampler.
* Fix order of arguments in python API.
test=develop
7 years ago
Wu Yi
b32c13dc20
Add cudnn ctc loss ( #12366 )
...
* add cudnn ctc loss
* wip add test test=develop
* wip
* wip
* done test=develop
* move include cudnn test=develop
* test test=develop
* fix build test=develop
* fix build test=develop
* fix build on cudnn5 test=develop
* fix cudnn5 build test=develop
* fix cudnn5 build test=develop
* merge develop softmax functor change test=develop
7 years ago
dengkaipeng
f115eb0d1e
enhance api. test=develop
7 years ago
chengduo
82773477ae
Add selu ( #14415 )
...
* add selu
* use for range
test=develop
* add API
test=develop
* follow comment
test=develop
* update API.spec
test=develop
7 years ago
dengkaipeng
2faa2b4048
remove cu file. test=develop
7 years ago
peizhilin
be332a13bc
Merge remote-tracking branch 'upstream/develop' into windows/build
7 years ago
Qiao Longfei
f8d5775564
Merge pull request #14400 from jacquesqiao/fix-prelu
...
fix prelu
7 years ago
JiabinYang
99d1446a8b
test=develop
7 years ago
peizhilin
30ddc07a7e
Merge remote-tracking branch 'upstream/develop' into windows/build
7 years ago
Qiao Longfei
8e0616ebee
fix prelu
...
test=develop
7 years ago
dengkaipeng
a0284f6fbc
Add backward CPU kernel. test=develop
7 years ago
Shan Yi
38f499df7d
Merge pull request #14341 from tink2123/fix_example_edit_distance
...
fix the nn.py example
7 years ago
JiabinYang
f4be1d99d0
polish code and test
7 years ago
Yibing Liu
6c7b64cc20
Support softmax return in softmax_with_cross_entropy ( #14367 )
...
* Support softmax return in softmax_with_cross_entropy
* Add test for return_softmax=False
test=develop
7 years ago
li099
df826de76e
revise tensor array to tensor op ( #14368 )
...
test=develop
7 years ago
ruri
4a55fb5f5b
Add density_prior_box_op ( #14226 )
...
Density prior box operator for image detection model.
7 years ago
dengkaipeng
36c46152e1
Add unittest for yolov3_loss. test=develop
7 years ago
Qiao Longfei
c27554ac33
Merge pull request #14336 from jacquesqiao/add_bilinear_tensor_product_layer
...
add bilinear_tensor_product layer
7 years ago
peizhilin
7840d181c9
fix style issue
7 years ago
Qiao Longfei
4d6f75152e
optimize comment test=develop
7 years ago
JiabinYang
c8801e100f
grad diff problem to be fixed and need api spec change to be done
7 years ago
peizhilin
d01a26280e
Merge remote-tracking branch 'upstream/develop' into windows/build
7 years ago
Xin Pan
ff28b1ffc0
Merge pull request #14071 from barrierye/add_similarity_focus_op
...
Add similarity focus op
7 years ago
li099
688ed60116
Add lod tensor array to tensor op ( #13990 )
...
* add lod tensor array concat
* add lod tensor array concat
* test=develop
* add lod tensor array concat
test=develop
* Fix API.spec
test=develop
* add lod tensor array concat
test=develop
* revise some bug of lod tensor array concat
test=develop
* add unittest for tensor array concat
test=develop
* change to tensor array to tensor
test=develop
* revise bug
test=develop
* revise a bug
test=develop
* revise a bug
test=develop
* revise a bug of python3
test=develop
7 years ago
peizhilin
e768c370e8
fix api check
7 years ago
peizhilin
1b0ce151df
fix API check issue
7 years ago
peizhilin
52f7644f53
Merge remote-tracking branch 'upstream/develop' into windows/build
7 years ago
qingqing01
abe209234f
Exhaustive search for cuDNN conv. ( #14286 )
...
* exhaustive search for cuDNN conv.
* Refine code and add unit testing.
* Fix model load in fluid/inference and unit testing in conv2d
* Follow comments.
* Fix compiling test=develop
7 years ago
Kaipeng Deng
f215534ecf
Merge pull request #14205 from heavengate/nearest_interp
...
Add interpolate operator replace bilinear_interp_op and add nearest neighbor interp mode
7 years ago
Qiao Longfei
e33bf70a23
update comment test=develop
7 years ago
tink2123
1fca1a395b
fix the nn.py example
...
test=develop
7 years ago
Qiao Longfei
319618e980
optimize comment, add unit test test=develop
7 years ago
Qiao Longfei
53781fc000
fix some bug
7 years ago
Qiao Longfei
db27c5612d
add comment
7 years ago
Qiao Longfei
6097b8b365
add bilinear_tensor_product layer
7 years ago
peizhilin
4ffa92d4f0
Merge branch 'develop' into windows/build
7 years ago
Xin Pan
b03a44e062
Merge pull request #14026 from JiabinYang/add_reorg_op
...
Add reorg op
7 years ago
peizhilin
869487a2b7
Merge remote-tracking branch 'origin/develop' into windows/build
7 years ago
dzhwinter
d8425e0fa6
Merge pull request #14215 from dzhwinter/fix/sequence_pad
...
"fix comment"
7 years ago
Qiao Longfei
ce994190ab
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-pyreader
...
test=develop
7 years ago
dengkaipeng
8b47d90f5d
add 'actual_shape' attribute. test=develop
7 years ago
Yu Yang
c28beb8a3c
test(Pe): add dry run tests for pe ( #14254 )
...
Dry run tests will skip `Op.Run` and just perform job scheduling. It helps to analysis dead lock in PE.
test=develop
7 years ago
barrierye
ef8218be22
update docs test=develop
7 years ago
qingqing01
db8c52da5e
Revert " Exhaustive search for cuDNN conv. ( #14043 )"
...
This reverts commit ce7d9b0799 .
7 years ago
qingqing01
ce7d9b0799
Exhaustive search for cuDNN conv. ( #14043 )
...
* exhaustive search for cuDNN conv.
* Refine code and add unit testing.
* Clean code
* Fix model load in fluid/inference and unit testing in conv2d
* Follow comments.
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
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
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
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
366ebb93f7
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
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
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
dengkaipeng
df4a3544aa
nearest neighbor interp add cuda kernel. test=develop
7 years ago
JiabinYang
45565784bf
test=develop
7 years ago
JiabinYang
8d3c3e048b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_reorg_op
7 years ago
Xin Pan
5cc99c476c
Merge pull request #14154 from gmcather/seq_pad_example
...
fix sequence_pad example error
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
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
Xin Pan
eb7ed1b720
Merge pull request #13897 from gmcather/develop
...
1.add position encoding 2.logloss in nn.py
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
gmcather
ba22624d7e
position encoding && log loss
...
test=develop
7 years ago
sneaxiy
7bb1178ea6
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
barrierye
5f3acac9b3
update paddle/fluid/API.spec
...
test=develop
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
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
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
minqiyang
2fec8c5d9a
Polish code
...
test=develop
7 years ago
Zeng Jinle
97d47a7d08
Merge pull request #13913 from sneaxiy/seq_reverse
...
Add sequence_reverse_op
7 years ago
JiabinYang
6e3615422f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_reorg_op
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
buxingyuan
6c1d74bb47
Merge branch 'develop' into FasterOpDoc
...
test=develop
7 years ago
barrierye
a7f94ec794
add similarity_focus op
7 years ago
JiabinYang
9c010146c3
test=develop
7 years ago
minqiyang
33db82671c
Polish code
...
test=develop
7 years ago
JiabinYang
9cad409f2a
test=develop
7 years ago
JiabinYang
bd064c0f44
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_reorg_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
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
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
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
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
guosheng
6d3b030bb5
Refine the api of reshape to be compatible.
...
test=develop
7 years ago
jerrywgz
765085d297
Merge pull request #13904 from jerrywgz/roialign
...
Add RoI align operator.
7 years ago
guosheng
dfb841ad5a
Make reshape_op reuse input.
...
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
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
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
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
guosheng
1c1e5ffb1a
Fix the example in the doc of transpose_op. test=develop
7 years ago
sneaxiy
4b4af84e67
test=develop
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
Yibing Liu
46b0b7903c
Merge pull request #13856 from kuke/seq_unpad_op
...
Add sequence unpad op
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
Xin Pan
288a112ffd
Revert "Revert "Revert "Make variable::GetMutable robust"""
7 years ago
Yibing Liu
b785798585
Expose layer's name for sequence pad & unpad
...
test=develop
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
Yibing Liu
46e61d81a7
Wrapper py api for sequence_unpad
...
test=develop
7 years ago
Qiao Longfei
305d211a6e
fix data names
...
test=develop
7 years ago
Qiao Longfei
ea97e83e41
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-pyreader
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
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
minqiyang
7f6ff6f5a9
Polish doc
...
test=develop
7 years ago
minqiyang
35e547e00f
Polish API doc
...
test=develop
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
Qiao Longfei
9d087d5139
Revert "optimize pyreader"
...
test=develop
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
qiaolongfei
5238a7f5b9
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-opyreader
...
test=develop
7 years ago
chengduoZH
e59ab42caa
add nodes for drnn
...
test=develop
7 years ago
qiaolongfei
b2fd2158d4
update comment
7 years ago
qiaolongfei
91756a5a90
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-opyreader
7 years ago
Xin Pan
88ab1ea183
fix
...
test=develop
7 years ago
Xin Pan
3d339797fb
clean use_mkldnn options
...
Add API.spec
test=develop
7 years ago
Xin Pan
23a29be49d
hide all left over kwargs
...
test=develop
7 years ago
qiaolongfei
c5292b181e
change py_reader_by_data to create_py_reader_by_data
7 years ago
Zeng Jinle
1cbaf71a68
Merge pull request #13620 from sneaxiy/fix_api_kwargs2
...
Hide out params in elementwise layers and scale layer
7 years ago
Xin Pan
2c4b8393ce
Merge pull request #13573 from velconia/fix_api
...
Fix kwargs in clip and logical API
7 years ago
qiaolongfei
9d3fa1bedd
update the document of py_reader_by_data
7 years ago
qiaolongfei
dab8337c96
clean code
7 years ago
qiaolongfei
40fb04943f
add comment to py_reader_by_data
7 years ago
Xin Pan
02a33ee6cf
Merge pull request #13629 from panyx0718/doc
...
clean v2 usage
7 years ago
sneaxiy
31e67b9042
test=develop
7 years ago
qiaolongfei
85ddb5c76e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-opyreader
7 years ago
minqiyang
4c89137427
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_api
7 years ago
qiaolongfei
accf3f7505
optimize pyreader
7 years ago
Xin Pan
2c01c2216a
Merge pull request #13531 from gongweibao/generator2
...
Hide kwargs
7 years ago
Xin Pan
7536dba94e
clean doc
...
test=develop
7 years ago
gongweibao
91bc80d679
test=develop
7 years ago
gongweibao
944403910d
test=develop
7 years ago
gongweibao
c837a0acb2
follow comments
7 years ago
Wu Yi
10dffc68cd
Merge pull request #13618 from typhoonzero/revert_13530
...
Revert "Some trivial optimization (#13530 )"
7 years ago
sneaxiy
f1a08a3bab
test=develop
7 years ago
Zeng Jinle
c0a66b6db4
Merge pull request #13564 from sneaxiy/fix_api_kwargs2
...
Fix elementwise_div api missing
7 years ago
typhoonzero
a4f7696a18
Revert "Some trivial optimization ( #13530 )"
...
This reverts commit 1d91a49d2f .
7 years ago
tangwei12
85362e98dd
Batch AUC ( #13567 )
...
* add distributed auc
* add attr "is distributed" and config it
* add distributed auc
* add batch auc and code format
* code format
* auc optimize
* metric_op optimize
* code clean
* bug fix and code clean
* bug fix and code clean
* code optimize
* code optimize
* api spec update
* Comments optimized
* add mutex
* Revert: add mutex
* remove distribute metric
* remove distribute metric
* spec modifyed
* add annotation, test=develop
* keep API compatibility
test=develop
7 years ago
sneaxiy
fde9e0c27d
test=develop
7 years ago
minqiyang
e4bc247cd4
Polish code
...
test=develop
7 years ago
minqiyang
23291abdb6
Polish code
7 years ago
minqiyang
7c767a44c2
Polish code
...
test=develop
7 years ago
chengduo
1d91a49d2f
Some trivial optimization ( #13530 )
...
* some trivial opt
* remove the fix of lod_tensor and shrink_rnn_memory_op
* refine ShrinkRNNMemoryOp
test=develop
7 years ago
sneaxiy
0633095c74
fix_api_kwargs
7 years ago
minqiyang
b1448ded40
Port clip and clip_by_norm op to nn and change API.sepc
7 years ago
minqiyang
0ff5d8b02a
Port logical_ops to nn
7 years ago
gongweibao
3dc54af2d3
merge
7 years ago
Zeng Jinle
2cd558fb36
Merge pull request #13561 from sneaxiy/fix_api_kwargs
...
[Urgent] Add out params to some apis
7 years ago
sneaxiy
48d82bd008
add out params
7 years ago
gongweibao
1113337764
merge
7 years ago
baiyf
3986242e5e
remove kwargs
7 years ago
sneaxiy
70e70d7d38
fix api.spec
7 years ago
sneaxiy
6724801884
fix conflict
7 years ago
tensor-tang
21f35eefe7
fix style
7 years ago
gongweibao
bee213e51f
fix conflict
7 years ago
tensor-tang
b9d7bd487f
Merge branch 'develop' into remove/kwargs
7 years ago
sneaxiy
3ad3635de0
fix conflict
7 years ago
sneaxiy
3ee0a6489d
remove kwargs in python api
7 years ago
Xin Pan
6537b175c4
Merge pull request #13522 from wzzju/remove-kwargs
...
remove the kwargs of elu,relu6,pow,stanh,hard_sigmoid and swish
7 years ago
gongweibao
01396d91db
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into generator2
7 years ago
gongweibao
dda9c3556e
fix
7 years ago
gongweibao
45efc1ddda
fix
7 years ago
gongweibao
ff47841796
fix
7 years ago
tensor-tang
6d2ce745a6
Merge remote-tracking branch 'ups/develop' into remove/kwargs
7 years ago
Wu Yi
29c63d180f
[Feature] dist op role and lr op role, to support memory optimize with dist training ( #13220 )
...
* wip
* clean up
* should fix running with memopt
* add ut
* mark lr schedule op role
* hide lr_schedule_guard
* use op_role_var instead of ufind
* unify dist test name
* wip for py3 support
* fix var deref
* fix python3 mem_opt order
* remove comments
7 years ago
tensor-tang
f42a12dadc
Merge remote-tracking branch 'ups/develop' into remove/kwargs
...
fix conflicts
7 years ago
gongweibao
8f09109a45
fix
7 years ago
tensor-tang
567b711db9
remove kwargs of brelu, leaky_relu and soft_relu
7 years ago
whs
fc44087d31
Add roi perspective transform op. ( #13176 )
...
* Add roi perspective transform.
* Add roi_perspective_transform_op.
* Fix code style.
* Add python api and fix doc.
* Fix API.spec
* Fix python api.
* Fix API.spec
* Move src to detection.
7 years ago
tensor-tang
2582fecaf7
fix dtype
7 years ago
Zhen Wang
26857692cd
remove the kwargs of elu,relu6,pow,stanh,hard_sigmoid and swish
7 years ago
tensor-tang
3b7d9f7b83
remove kwargs of some activation api
7 years ago
Qingsheng Li
21ec93aa7e
[WIP]Sequence Scatter Op ( #12625 )
...
Sequence Scatter Op
7 years ago
Zeng Jinle
642cf6ca2f
Merge pull request #13418 from sneaxiy/dam_save_memory
...
Modify some ops to save memory
7 years ago
whs
5dc5175007
Add python api for expand op. ( #13453 )
...
* Add python api for expand op.
* Fix unitest.
* Remove 'out' from arguments and fix code style.
* fix API.spec
* Fix API
* Fix unitest
7 years ago
Dun
253f618ac7
loosen the restriction of output_size in conv2d_transpose ( #12292 )
...
* loosen the restriction of output_size in conv2d_transpose
* test and docs
* fix code style
* fix ci test error
* bug fix
* fix python3 issue
7 years ago
qingqing01
65efebb864
Fix detection.py after merge slice_op. ( #13435 )
7 years ago
Yu Yang
93456fc676
Merge pull request #13427 from reyoung/feature/hide_recordio_reader
...
Hide RecordIO Reader
7 years ago
Wu Yi
efafc72f62
Hide program APIs ( #12315 )
...
* hide program APIs
* fix merge error
* update
7 years ago
qingqing01
c9e5c1e41b
Hidden ParallelDo. ( #13454 )
7 years ago
chengduo
6757a31552
[Accelerate] Refine seq_softmax_op ( #13421 )
...
* refine seq_softmax_op
* fix seq_softmax
* use cub in seq_softmax
7 years ago
Yibing Liu
9cc1937d43
Merge pull request #13400 from kuke/fix_seq_pad
...
Get sequence length in sequence_pad op & fix sequence_mask op
7 years ago
Yu Yang
2c31ea9293
Merge pull request #13424 from chengduoZH/refine_seq_concat
...
Refine seq_concat
7 years ago
sneaxiy
fd3e32ea7d
Merge develop
7 years ago
chengduo
72dd6b37d9
Add sequence_expand_as_op ( #13420 )
...
* Add sequence_expand_as_op
* follow comment
7 years ago
sneaxiy
0718113a9c
modification
7 years ago
chengduoZH
284519561d
add doc
7 years ago
chengduoZH
f8c55fb2c7
add api
7 years ago
yuyang
ecc4dc6d9b
Hide RecordIO Reader
7 years ago
sneaxiy
7116cc12fb
Merge develop
7 years ago
sneaxiy
abf9832c12
tiny change to save memory
7 years ago
Yibing Liu
9e3245e3bd
Merge branch 'develop' of upstream into fix_seq_pad
7 years ago
Yibing Liu
f6595811a1
Get sequence length in sequence_pad op & fix sequence_mask op
7 years ago
Xingyuan Bu
9e2e893f59
Enhence generate_proposal_labels_op and fix some bug. ( #13239 )
...
* Enhence generate_proposal_labels_op
* Fix bug in generate_proposals_op
* Refine rpn_target_assign_op.
* by Bu Xingyuan, Wang Guanzhong and Dang Qingqing
7 years ago