dengkaipeng
60305196b8
fix spell mistakes. test=develop
6 years ago
dengkaipeng
26825d991d
use comment in pool3d. test=develop
6 years ago
dengkaipeng
aecc9741c0
fix pool3d doc. test=develop
6 years ago
xuezhong
a5acb37e4a
use soft label for sampled softmax
...
test=develop
6 years ago
xuezhong
1dad36f6aa
Merge pull request #15609 from xuezhong/add_sample_logits_op
...
add sample_logits and sampled_softmax_with_cross_entropy op
6 years ago
Kaipeng Deng
9e524a7b51
Merge pull request #15870 from heavengate/fix_adaptive_pool_doc
...
fix adaptive pool doc.test=develop
6 years ago
dengkaipeng
144016fcfc
fix adaptive_pool and yolov3_loss. test=develop
6 years ago
dengkaipeng
19292ac6a1
fix adaptive pool doc.test=develop
6 years ago
xuezhong
6b83845c41
update for backward compatibility
...
test=develop
6 years ago
xuezhong
d328660304
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
6 years ago
xuezhong
bf6eb60d12
change var name
6 years ago
xuezhong
c5360a3f6b
refine code
6 years ago
chengduozh
9ae764c11d
fix doc
...
test=develop
6 years ago
chengduozh
d79d2f686c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_shape_api_doc
...
test=develop
6 years ago
xuezhong
4424021623
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
6 years ago
chengduozh
3ce12b1b8e
fix shape api doc
...
test=develop
6 years ago
Tao Luo
a2a0251db0
Merge pull request #15681 from chengduoZH/refine_api_doc
...
Refine the doc of reshape, stack
6 years ago
chengduozh
1e46ab2e3e
follow comment
...
test=develop
6 years ago
Dun
f7b768d364
fix group_norm ( #15727 )
...
* fix group_norm
* test=develop
6 years ago
chengduozh
ba223e9566
doc refine
...
test=develop
6 years ago
chengduozh
03f091a9d3
fix api doc
...
test=develop
6 years ago
jerrywgz
5ce48220f1
change default option related to softmax, test=develop
6 years ago
xuezhong
1de9b60ace
pass layer test
...
test=develop
6 years ago
Dang Qingqing
01d9bf9264
Fix batch_norm API for data_layout.
...
test=develop
6 years ago
xuezhong
2857dac260
add assert for clip and remove print
6 years ago
xuezhong
b78ab87bd3
refine code
6 years ago
xuezhong
3c8aa787ec
define sampled_softmax_with_cross_entropy
6 years ago
xuezhong
58ad40cc15
add sample_logits op
6 years ago
xuezhong
880836329d
add cell clip and proj clip, fix bug for h0
6 years ago
Yiqun Liu
16d54f7f23
Return parent_idx in beam_search op ( #15520 )
...
* Refine beam_search_op to output an extra parent_idx tensor.
test=develop
* Fix the unittest test_beam_search_op.
test=develop
* Fix the merging mistake.
test=develop
6 years ago
Kaipeng Deng
d3eeb92bba
Merge pull request #15491 from tink2123/new_align_corners
...
add align_corners and align_mode for image_resize
6 years ago
tink2123
a0c63f1106
add align_flag
...
test=develop
6 years ago
ruri
88bd7e1a61
Merge pull request #15027 from shippingwang/shufflechannel
...
Add Shuffle Channel Operator
6 years ago
tink2123
b64cdaf6dc
modified default parameters
...
test=develop
6 years ago
Yiqun Liu
3008fa1261
Add the CUDA kernel for beam_search op ( #15020 )
...
* Refine the beam_search op and test.
* A basic CUDA implementation of beam_search for small batch_size.
* Implement CUDA kernel for beam_search_op.
* Use multiple CUDA threads in the same block to select the top beam.
* Update the python api of beam_search op.
* Enable extend function in CPU kernel of beam_search op.
* Unify the CUDA codes.
test=develop
* Unify the CPU kernel of beam_search op.
* Ensure the seletced items of beam_search_op's CPU kernel sorted by scores.
* Update the description of beam_search in API.spec.
* Enable the use of CUDA kernel in beam_search op.
* Exclude the beam_search's CUDA unittest when there is no CUDA gpu, and delete some debuging statements.
test=develop
* Follow comments.
test=develop
* Call the CPU kernel for beam_search op when batch_size > 4.
test=develop
* Remove the except of is_empty op in PrepareData.
test=develop
6 years ago
tink2123
78145c7dff
modified some comments
...
test=develop
6 years ago
tangwei12
5cfc40dea8
nce add check sample lables, test=develop ( #15463 )
...
* nce add check sample lables, test=develop
6 years ago
tink2123
e448bdb298
modified some comments
...
test=develop
6 years ago
tink2123
88744e4ab8
fixed some errors
...
test=develop
6 years ago
Xin Pan
58cb18d9d9
Merge pull request #15322 from velconia/imperative_resnet
...
Imperative Resnet
6 years ago
tink2123
48cc484643
add align_corners and align_mode for image_resize
...
test=develop
6 years ago
乔龙飞 Qiao Longfei
d243e555eb
Merge pull request #15080 from jacquesqiao/optimize-assign
...
Optimize assign
6 years ago
qingqing01
07dc5a1506
Add generate_mask_labels_op to support Mask-RCNN and refine some code. ( #15371 )
...
* Add generate_mask_labels_op to support Mask-RCNN.
* Refine sigmoid_cross_entropy to support nomalize mode.
* Fix generator_proposals_label.
* Use DeviceTemporaryAllocator in roi_pool and roi_algin.
* Remove shape check in data_feeder.
6 years ago
Qiao Longfei
a1326cf363
add NumpyArrayInitializer and use it to refactor nce op
6 years ago
Qiao Longfei
def70c5ccc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-assign
6 years ago
minqiyang
8ce198b2e1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_resnet
...
test=develop
6 years ago
Dun
9f8f0fc2d3
Memory optimization of depthwise conv op and group norm op ( #15313 )
...
* mem opt
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* refine code test=develop
* refine code test=develop
* refine code test=develop
* refine code test=develop
* refine with cub test=develop
* fix mkldnn test && remove comments && test=develop
* polish code && test=develop
* add only_forward test && test=develop
6 years ago
shippingwang
14f2a1060d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shufflechannel
6 years ago
zhaozhehao
e2ba9668b4
Tree conv op ( #15217 )
...
* refactor tree2col operator with new memory mechanism test=develop
* test=develop
* test=develop
* Modified API according to panyx0718 test=develop
* fix API change according to heavengate test=develop
* Modify API comment test=develop
6 years ago
乔龙飞 Qiao Longfei
adba4384ec
Merge pull request #15161 from jacquesqiao/gru-add-mode
...
gru add origin mode
6 years ago
minqiyang
315b133e67
Add single GPU support to imperative
6 years ago
shippingwang
53e76a2eb6
Fix comments display, test=develop
6 years ago
liuwei1031
3f815e079f
fix github issue 15267 test=develop ( #15306 )
...
* fix github issue 15267 test=develop
* fix github issue 15267 test=develop
6 years ago
minqiyang
91d87ec0b2
Add unittest for imperative resnet
...
Fix the bug of static BatchNorm layer
6 years ago
Qiao Longfei
4feae25378
fix build problem test=develop
6 years ago
Qiao Longfei
e641ffe77b
change interface and api spec for dynamic_gru test=develop
6 years ago
Qiao Longfei
e477d789a1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into gru-add-mode
6 years ago
colourful-tree
576c740d5d
Merge pull request #14964 from colourful-tree/data_norm
...
add data norm op
6 years ago
colourful-tree
d5a8909131
Merge pull request #14950 from colourful-tree/develop
...
add teacher student sigmoid loss
6 years ago
Qiao Longfei
9484165923
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-assign
...
test=develop
6 years ago
Qiao Longfei
72618c8da5
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into gru-add-mode
6 years ago
乔龙飞 Qiao Longfei
e1679b8847
Merge pull request #14893 from JiabinYang/feature/add_prefech_hs
...
Feature/add prefech hs
6 years ago
Qiao Longfei
78ec7c0f99
gru add origin mode
...
test=develop
6 years ago
minqiyang
229565303f
Polish PyLayers
...
test=develop
6 years ago
minqiyang
09e2e66236
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_mnist
6 years ago
shippingwang
83f2e2c903
rewrite the comments, test=develop
6 years ago
Kaipeng Deng
eebb82a2f6
Merge pull request #15097 from heavengate/adaptive_pool_ksize
...
adaptive_pool support pool_size as int. test=develop
6 years ago
dengkaipeng
ccc83bb4e5
adaptive_pool support pool_size as int. test=develop
6 years ago
minqiyang
6bb84490af
Fix imperative unit test
...
test=develop
6 years ago
haowang101779990
66ea718452
en api improve format Dec 27
...
test=develop
6 years ago
minqiyang
d4b9928c5a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_mnist
...
test=develop
6 years ago
shippingwang
9322d34032
Fix, test=develop
6 years ago
Qiao Longfei
031995cf58
fix
6 years ago
Qiao Longfei
b53eb7dcda
add init once for assign layer
6 years ago
whs
2314f2ebb3
Make topk op support variable k. ( #15044 )
...
* Make topk op support variable k.
test=develop
* Fix tensor type.
test=develop
6 years ago
shippingwang
5631fc0817
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shufflechannel
6 years ago
shippingwang
3757c1ee47
Modify test layers, test=develop
6 years ago
Wu Yi
856f0da0fe
Fp16 training ( #14992 )
...
* wip
* wip
* wip
* wip for test
* add fp16 tests test=develop
* fix cpu build test=develop
* fix test=develop
* fix py3 tests test=develop
* fix lr_scheduler dtype test=develop
* fix test=dvelop
* test fix ci compile test=develop
* fix build and merge test=develop
* fallback momentumop change to general test=develop
* make fp16 lr schedule simple test=develop
* fix ut test=develop
* fix tests test=develop
* remove fp16 learning rate cast test=develop
6 years ago
Yibing Liu
a28df3eb0b
Fix the unstack layer ( #15047 )
...
test=develop
6 years ago
shippingwang
942d7cf7ef
Modify python interface, test=develop
6 years ago
shippingwang
5a9ea9a73d
Add ShuffleChannel Op
6 years ago
JiabinYang
5bfb26a8b2
test=develop, fix embeding distribute and sparse can't be true and the same time
6 years ago
shippingwang
76c6f11584
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shufflechannel
6 years ago
shippingwang
16d4e13711
Add ShuffleChannelOP
6 years ago
JiabinYang
2e38faa3fe
test=develop, accelerate_hs_op and add prefetch with is_sparse
6 years ago
JiabinYang
1a8cbb6799
test=develop, accelerate_hs_op and add prefetch with is_sparse
6 years ago
Zeng Jinle
95cbe07c40
Merge pull request #14836 from sneaxiy/feature/py_func
...
Featue/py_func op
6 years ago
minqiyang
1c116462cc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_mnist
...
test=develop
6 years ago
typhoonzero
da87f7a698
Revert "[Feature] Fp16 training for resnet50 ( #14850 )"
...
This reverts commit 3d750f9c5a
.
6 years ago
Wu Yi
3d750f9c5a
[Feature] Fp16 training for resnet50 ( #14850 )
...
* wip
* wip
* wip
* wip for test
* add fp16 tests test=develop
* fix cpu build test=develop
* fix test=develop
* fix py3 tests test=develop
* fix lr_scheduler dtype test=develop
* fix test=dvelop
* test fix ci compile test=develop
* fix build and merge test=develop
* fallback momentumop change to general test=develop
6 years ago
minqiyang
3cd10a7c4f
Add Conv2D forward
...
test=develop
6 years ago
heqiaozhi
39f4e9273e
data_norm
...
test=develop
6 years ago
minqiyang
8d88c5a87d
Shameless copy
6 years ago
heqiaozhi
5c7a8aee07
merge upstream to my develop
...
test=develop
Merge remote-tracking branch 'upstream/develop' into develop
6 years ago
heqiaozhi
b3cf476de4
teacher student sigmoid loss
...
test=develop
6 years ago
heqiaozhi
4f6e9e3ac3
teacher student sigmoid loss
6 years ago
JiabinYang
3b7b2e1ded
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/add_prefech_hs
6 years ago
Xin Pan
3f9c429ea0
fix lint
...
test=develop
6 years ago
Xin Pan
6324032602
MLP forward backward
...
test=develop
6 years ago
sneaxiy
dc8847af87
add examples and comments
...
test=develop
6 years ago
Qiyang Min
fd1d2c897e
Merge pull request #14894 from velconia/add_huber_regression_loss_op
...
Add python interface for huber loss
6 years ago
JiabinYang
656040c726
merge reyoung optimization
6 years ago
shippingwang
7f73c16e42
Add
6 years ago
shippingwang
2dd55b873f
Add shuffle_channel_op
6 years ago
Kaipeng Deng
dc76e4b0f1
Merge pull request #14701 from heavengate/adaptive_pool
...
add adaptive pool2d and pool3d
6 years ago
minqiyang
ea2a34ee95
Polish doc
...
test=develop
6 years ago
minqiyang
5fff20c21a
Change name to huber loss
...
test=develop
6 years ago
minqiyang
5c7ad1ecb1
Resolve conflicts
...
test=develop
6 years ago
minqiyang
65d355a72c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_huber_regression_loss_op
...
test=develop
6 years ago
minqiyang
c550e0ce06
Add python interface for huber regression loss
...
test=develop
6 years ago
dengkaipeng
f16aa394f6
remove use_cudnn in python API. test=develop
6 years ago
dengkaipeng
dc2ff42e20
add math in python examples. test=develop
6 years ago
sneaxiy
f0df62f136
add more unittest case
...
test=develop
6 years ago
sneaxiy
f6741df462
merge develop
...
fix bug
test=develop
6 years ago
SunGaofeng
e3c4b0dace
this is for psroi_pool op, test=develop ( #14796 )
...
* Add psroi_pool operator.
6 years ago
sneaxiy
deb0d41cea
fix cmake
...
fix cmake again
test=develop
6 years ago
sneaxiy
e7c5c9d2de
remove unnecesary code
...
test=develop
6 years ago
sneaxiy
db2daefe50
merge develop
...
test=develop
6 years ago
sneaxiy
8b9d33fa1e
add unittest and fix bug
...
add API.spec
test=develop
6 years ago
JiabinYang
c2e851f7b2
test=develop, remove sparse bias and add prefetch and related tests
6 years ago
sneaxiy
e240ba2918
implement backward
...
test=develop
6 years ago
dengkaipeng
a81fabd327
fix doc errors. test=develop
6 years ago
dengkaipeng
266c6856c9
add adaptive pool 2d & 3d. test=develop
6 years ago
JiabinYang
c35fdf1581
Merge branch 'add_prefetch_in_nce' of https://github.com/seiriosPlus/Paddle into feature/add_prefech_hs
6 years ago
sneaxiy
8760d23c7d
featue/py_func
6 years ago
frankwhzhang
90c7f9870e
fix 'name', test=develop
6 years ago
frankwhzhang
c9a653820b
fix label_pos ,add test_layers.py, test=develop
6 years ago
frankwhzhang
68c2025844
fix nn.py&API.spec, test=develop
6 years ago
Xin Pan
c049fa7cf7
Revert "Revert "Revert "Imperative"""
6 years ago
frankwhzhang
f4cc5881b0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into bpr
6 years ago
frankwhzhang
97de98cd0a
update bpr_loss op code, test=develop
6 years ago
tangwei12
b653ed0516
add prefetch and remvoe selectedrows of bias
6 years ago
Xin Pan
2538ef64f1
Revert "Revert "Imperative""
6 years ago
Xin Pan
6217f42ab7
Revert "Imperative"
6 years ago
Xin Pan
b52f5d2870
Merge pull request #14398 from panyx0718/imperative
...
Imperative
6 years ago
frankwhzhang
272f3d3111
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into bpr
6 years ago
frankwhzhang
570d89ec84
add bpr_loss operator , test=develop
6 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
6 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
6 years ago
Xin Pan
b80fe8264a
polish
...
test=develop
6 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
6 years ago
Xin Pan
aeb74af54c
allow operator to run imperatively
6 years ago
Xin Pan
b1f6fda5e5
run forward
6 years ago
phlrain
b65722d3cf
fix uni test; test=develop
6 years ago
phlrain
2770ea1a73
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
jerrywgz
126e18c1e8
test=develop
6 years ago
chengduozh
1013d6d05d
Merge branch 'add_cudnn_lstm' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
jerrywgz
3df0538940
replace -100 to kIgnoreIndex
6 years ago
whs
78738d6c86
Fix comments of ctc_greedy_decoder. ( #14679 )
...
test=develop
6 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.
6 years ago
gongweibao
5d334ff0f1
Add examples to some functions. ( #14645 )
6 years ago
phlrain
6ce4250172
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
Qiao Longfei
44debca844
Merge pull request #14589 from jacquesqiao/refactor-prefetch
...
Refactor prefetch
6 years ago
phlrain
cf1fe61004
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
phlrain
d1a17cadd4
fix cudnn rnn; test=develop
6 years ago
Qiao Longfei
9450048acb
add PADDLE_ENABLE_REMOTE_PREFETCH to enable remote prefetch
...
test=develop
6 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.
6 years ago
Qiao Longfei
145c535750
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refactor-prefetch
...
test=develop
6 years ago
JiabinYang
a08dc83eb0
remove arg 'non_leaf_num', test=develop
6 years ago
Qiao Longfei
18fd2d01b7
update embedding api
6 years ago
JiabinYang
c469334cfb
polish python code and comment, test=develop
6 years ago
JiabinYang
87648f8edf
merge develop, test=develop
6 years ago
JiabinYang
c3c3c0b33c
polish code, test=develop
6 years ago
phlrain
487ee36aec
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
phlrain
084ff6574d
add cudnn lstm; test=develop
6 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
6 years ago
liuhongyu
1ffe41d722
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
Qiao Longfei
9589babe12
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refactor-prefetch
...
test=develop
6 years ago
liuhongyu
05917c3c79
add cudnn lstm; test=develop
6 years ago
Xin Pan
b65130623a
Merge pull request #14549 from wzzju/add-code-exp
...
add some activation api examples.
6 years ago
JiabinYang
7e4bd695e6
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into enhance_hierachical_sigmod_op
6 years ago
JiabinYang
b10df8bcfa
refine code and add none bias ut, test=develop
6 years ago
dengkaipeng
78f563917c
revert interpolate_op to bilinear_interp_op & nearest_interp_op. test=develop
6 years ago
JiabinYang
2f6b529aff
refine code and comments, test=develop
6 years ago
ZhenWang
f6f31c3b65
test=develop
6 years ago
ZhenWang
7b9d9d7089
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-code-exp
6 years ago
ZhenWang
9aa65bb166
add tab format.
6 years ago
jerrywgz
2fc32b17a2
Merge pull request #14503 from jerrywgz/api_doc
...
refine prelu api doc
6 years ago
JiabinYang
02d68051db
add sparsed bias grad, test=develop
6 years ago
Qiao Longfei
2b6c0c09d6
add unit test
6 years ago
ZhenWang
5e0bc13008
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-code-exp
6 years ago
Jiabin Yang
3fe2def1ca
Merge pull request #14540 from JiabinYang/fix_pool2d_doc
...
Fix pool2d doc and add pool2d test in test_layers
6 years ago
ZhenWang
43b9202d9b
test=develop
6 years ago
ZhenWang
1f0fa67571
add some activation api examples.
6 years ago
JiabinYang
3c6102a367
test=develop
6 years ago
JiabinYang
510601b279
test=develop
6 years ago
Dun
ae7d22862b
Group Norm ( #13843 )
...
Add group normalization operator.
6 years ago
JiabinYang
982e489220
test=develop
6 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
6 years ago
Jiabin Yang
f7b55de9e5
Merge branch 'develop' into enhance_hierachical_sigmod_op
6 years ago
jerrywgz
94de2290f4
fix format in api doc, test=develop
6 years ago
JiabinYang
014e50c284
test=develop
6 years ago
minqiyang
175b847f6d
Add API example for logical ops and clip ops
...
test=develop
6 years ago
jerrywgz
13e254faed
refine code, test=develop
6 years ago
jerrywgz
79cec53111
add ignore index for sigmoid cross entropy with logits op, test=develop
6 years ago
jerrywgz
0e1b426c83
refine prelu api doc, test=develop
6 years ago
Kaipeng Deng
f17b05d4a1
Merge pull request #14492 from heavengate/resize_nearest_example
...
Add python example for resize_nearest Api
6 years ago
dengkaipeng
bb2b35c85e
Add python example for resize_nearest. test=develop
6 years ago
tensor-tang
e3645c2708
add api example of brelu, leaky_relu and soft_relu
...
test=develop
6 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
6 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
6 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
6 years ago
peizhilin
be332a13bc
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
Qiao Longfei
f8d5775564
Merge pull request #14400 from jacquesqiao/fix-prelu
...
fix prelu
6 years ago
JiabinYang
99d1446a8b
test=develop
6 years ago
peizhilin
30ddc07a7e
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
Qiao Longfei
8e0616ebee
fix prelu
...
test=develop
6 years ago
Shan Yi
38f499df7d
Merge pull request #14341 from tink2123/fix_example_edit_distance
...
fix the nn.py example
6 years ago
JiabinYang
f4be1d99d0
polish code and test
6 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
6 years ago
Qiao Longfei
c27554ac33
Merge pull request #14336 from jacquesqiao/add_bilinear_tensor_product_layer
...
add bilinear_tensor_product layer
6 years ago
peizhilin
7840d181c9
fix style issue
6 years ago
Qiao Longfei
4d6f75152e
optimize comment test=develop
6 years ago
JiabinYang
c8801e100f
grad diff problem to be fixed and need api spec change to be done
6 years ago
peizhilin
d01a26280e
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
Xin Pan
ff28b1ffc0
Merge pull request #14071 from barrierye/add_similarity_focus_op
...
Add similarity focus op
6 years ago
peizhilin
e768c370e8
fix api check
6 years ago
peizhilin
1b0ce151df
fix API check issue
6 years ago
peizhilin
52f7644f53
Merge remote-tracking branch 'upstream/develop' into windows/build
6 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
6 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
6 years ago
Qiao Longfei
e33bf70a23
update comment test=develop
6 years ago
tink2123
1fca1a395b
fix the nn.py example
...
test=develop
6 years ago
Qiao Longfei
319618e980
optimize comment, add unit test test=develop
6 years ago
Qiao Longfei
53781fc000
fix some bug
6 years ago
Qiao Longfei
db27c5612d
add comment
6 years ago
Qiao Longfei
6097b8b365
add bilinear_tensor_product layer
6 years ago
peizhilin
4ffa92d4f0
Merge branch 'develop' into windows/build
6 years ago
Xin Pan
b03a44e062
Merge pull request #14026 from JiabinYang/add_reorg_op
...
Add reorg op
6 years ago
peizhilin
869487a2b7
Merge remote-tracking branch 'origin/develop' into windows/build
6 years ago
dzhwinter
d8425e0fa6
Merge pull request #14215 from dzhwinter/fix/sequence_pad
...
"fix comment"
6 years ago
dengkaipeng
8b47d90f5d
add 'actual_shape' attribute. test=develop
6 years ago
barrierye
ef8218be22
update docs test=develop
6 years ago
qingqing01
db8c52da5e
Revert " Exhaustive search for cuDNN conv. ( #14043 )"
...
This reverts commit ce7d9b0799
.
6 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.
6 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
6 years ago
dengkaipeng
34bfae243a
Add Interpolate operation. test=develop
6 years ago
barrierye
5e7bb6a9bd
update docs test=develop
6 years ago
dongzhihong
d4e8d7077f
Merge remote-tracking branch 'origin/develop' into fix/sequence_pad
...
test=develop
6 years ago
Zeng Jinle
df038b6149
Merge pull request #14222 from sneaxiy/fix_selected_rows_clip_bug
...
Fix selected_rows clip bug
6 years ago
Kaipeng Deng
daed473d4a
Merge pull request #14089 from heavengate/pool_exclude
...
add inclusive/exclusive mode in avg pool
6 years ago
Kaipeng Deng
64f3e3ed8f
Merge pull request #14069 from heavengate/grid_sampler
...
Grid sampler operator for spatial transformer network.
6 years ago
minqiyang
4d06d1d7ac
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into polish_op_comment
...
test=develop
6 years ago
sneaxiy
55befbaa2a
fix selected_rows clip bug
...
test=develop
6 years ago
sneaxiy
366ebb93f7
test=develop
6 years ago
dengkaipeng
decaeb1c6d
fix style check after conflicts check. test=develop
6 years ago
Jiabin Yang
9f65b616b2
Merge branch 'develop' into add_reorg_op
6 years ago
dongzhihong
7f3c6ea411
"fix comment"
6 years ago
Kaipeng Deng
0b29078201
Merge branch 'develop' into grid_sampler
6 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
6 years ago