Guo Sheng
2a7b321110
Fix the example code in some Python API. ( #17343 )
...
* Fix the example code in some Python API.
test=develop
* Fix the example code in some Python API by adding import.
test=develop
7 years ago
Kaipeng Deng
cf60e5a2db
fix API python example ( #17226 )
...
* fix api example. test=develop
* fix API.spec. test=develop
* fix spectral_norm format. test=develpp
* merge develop
* add import. test=develop
* fix indent. test=develop
* fix indent. test=develop
* add import fluid. test=develop
7 years ago
zhang wenhui
9bb6a421e3
fix bpr_loss data_norm teacher_student_sigmoid_loss api & fix continuous_value_model ( #17331 )
...
* fix bpr data_norm teacher_student_sigmoid , test=develop test=document_preview
修复了bpr_loss data_norm teacher_student_sigmoid_loss三个api, 同时修复了continuous_value_model文档英文拼写错误
7 years ago
lijianshe02
300bd7504d
fix api-doc related bugs test=develop test=document_preview ( #17360 )
...
* fix api doc according to the reviewer's comment test=develop
7 years ago
zhaoyuchen2018
dfdcd91869
Add api doc code examples ( #17285 )
...
* Add api doc code examples
add or fix topk, squeeze, stack, StaticRNN,
StaticRNN memory in doc
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
* Add squeeze md5.
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
* Add import package
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
7 years ago
JesseyXujin
829fcc98fb
Fix some APIs' example
...
* test=develop
* test=develop
* test=develop
7 years ago
zhoukunsheng
2ff7ea3337
Expose sign op ( #17117 )
...
* test=develop
add sign op
* Update nn.py
test=develop
delete stop_gradient assignment
7 years ago
qingqing01
1d0ba5e815
Fix the example code in some Python API ( #17333 )
...
* Fix the example code in some Python API
* Update paddle/fluid/API.spec
* Fix some examples format
7 years ago
zhoukunsheng
d4b67e1692
Add Where Op( #16793 )
7 years ago
SunGaofeng
ddb24d48c5
test=develop ( #17322 )
7 years ago
zhoukunsheng
4292bd8687
Mod floordiv ( #17251 )
...
* test=develop
add elementwise_mod and elementwise_floordiv, fix equation problem in elementwise_mod
7 years ago
xiaoting
9ed4aaada4
modified formula for Lrn ( #17281 )
...
* modified formula for lrn
test=develop
* modified api.spec
test=develop
7 years ago
lvmengsi
dab71e8d97
Fix api example ( #17231 )
...
* fix API examples, test=develop
7 years ago
Tao Luo
8b62f53719
fix nn.py lack of `import warnings` ( #17249 )
...
test=develop
7 years ago
tensor-tang
71f0c6d5bd
fix api doc of hash, relu, concat, argmin, argmax, argsoft and all activations ( #17235 )
...
* fix api doc of hash, relu, concat, argmin, argmax, argsoft and all activations funcs with no attrs
test=develop
* refine doc example code
test=develop
* remove >>> in doc example
test=develop
* refine python code block
test=develop
* update API spec
test=develop
7 years ago
Kaipeng Deng
a71d8fdb87
Softmax_cross_entropy op add axis ( #16806 )
...
* add attr axis infershape. test=develop
* add CUDA kernel. test=develop
* fix unittest. test=develop
* fix unittest for soft_label. test=develop
* fix fp16 unittest. test=develop
* remove comment code. test=develop
* refine test for axis. test=develop
* add python api. test=develop
* fix doc. test=develop
* fix fp16 unittest. test=develop
* fix ngraph test. test=develop
* fix ENFORCE for test_imperative_transformer. test=develop
* fit for ngraph test. test=develop
* fix after rebase develop. test=develop
* fix doc. test=develop
* fix API.spec. test=develop
* fix test_layers. test=develop
* fix format. test=develop
7 years ago
Tao Luo
16922e0093
fix api_example of tree_conv ( #17239 )
...
test=develop
7 years ago
jerrywgz
ef66baedc0
Refine api doc ( #17230 )
...
* refine api comment, test=develop
7 years ago
Yibing Liu
6b0f27e802
Fix some APIs' example ( #17214 )
7 years ago
ruri
5817077c99
Fix unexecutable API examples ( #17218 )
...
* fix unexecutable API comments, test=develop
* add API.spec,test=develop
7 years ago
Zeng Jinle
28d69d710a
Refine dropout gpu memory ( #17095 )
...
* refine_dropout_mem,test=develop
* # This is a combination of 14 commits.
# The first commit's message is:
remove ut test_dist_word2vec in mac ci, will fix it in private, test=develop (#17066 )
# This is the 2nd commit message:
Fleet unify distributed training (#16791 )
* implement distributed transpiler with fleet
# This is the 3rd commit message:
ParallelDyGraph with GPU collective mode (#16827 )
implement dygraph.parallel.DataParallel to hook reduce op.
# This is the 4th commit message:
Init mixed precision training interface (#16856 )
* Init mixed precision training interface
* Add fp16 test script
test=develop
* All initializers support float16
test=develop
* Code cleanup & add more code annotations
test=develop
* Update API spec
test=develop
* Add usage example in doc
test=develop
# This is the 5th commit message:
fix reference_count_pass,test=develop (#17060 )
test=develop
# This is the 6th commit message:
Speedup roi_perspective_transform op by caching the information of linear interpolation in forward (#17090 )
* Cache the information of linear interpolation in forward and use it in backward.
test=develop
* Fix cuda kernel.
test=develop
# This is the 7th commit message:
remove unnecessary prepare_data (#17080 )
test=develop
# This is the 8th commit message:
fix interpolate cu. test=develop (#17101 )
# This is the 9th commit message:
test=develop, double backward leaky_relu (#17067 )
backward of backward: leaky_relu
# This is the 10th commit message:
fix fuse optimizer ops (#17102 )
test=develop
# This is the 11th commit message:
truncated_gaussian_random supported in distributed training, test=develop (#17091 )
# This is the 12th commit message:
Detailed coordinate description for yolov3 loss (#17007 )
* Detailed coordinate description for yolov3 loss
test=develop
* modified api.spec
test=develop
* modified loss name
* fix api.spec
test=develop
* polish description
test=develop
* modified api.spec
test=develop
# This is the 13th commit message:
fix test_weight_decay (#17109 )
test=develop
# This is the 14th commit message:
Path flag (#17105 )
* fix python/paddle/fluid/__init__.py detecting problems
7 years ago
tink2123
5e216fcf1a
fix split
...
test=develop
7 years ago
Yibing Liu
36c05d36ab
Check some shapes only in runtime ( #16919 )
...
* Check some shapes only in runtime
test=develop
* Follow review comments
test=develop
* Update API spec
7 years ago
liuwei1031
072db0938b
optimize lstmp and sample_logits op, test=develop ( #16845 )
...
* optimize lstmp and sample_logits op, test=develop
* update op_use_default_grad_op_maker.spec, test=develop
* delete useless file,test=develop
* append 0 to dim variable to avoid memory reusage, test=develop
7 years ago
Jiabin Yang
84b7a7291e
test=develop, fix hsigmoid dereference nullptr ( #16769 )
...
* test=develop, fix hsigmoid dereference nullptr
* test=develop, refine condition
* test=develop, refine comments
7 years ago
heqiaozhi
aab9ea6ccb
out && commit id
...
test=develop
7 years ago
heqiaozhi
759940786e
Merge remote-tracking branch 'upstream/develop' into dev
...
test=develop
7 years ago
heqiaozhi
85a0746e9d
fix doc
...
test=develop
7 years ago
heqiaozhi
271532eb5e
fix doc
...
test=develop
7 years ago
heqiaozhi
bc7b3a6147
fix doc
...
test=develop
7 years ago
Hongyu Liu
283ae0faaa
Merge pull request #16525 from zhoukunsheng/rank
...
Rank
7 years ago
Hongyu Liu
afe0d64c9d
Merge pull request #16320 from zhoukunsheng/all_any
...
add reduce_all, reduce_any op
7 years ago
ruri
39d6a985bc
fix some comments, include cosine_decay,l2_normalize,pixel_shuffle ( #16763 )
...
* fix some comments, include cosine_decay,l2_normalize,pixel_shuffle
* Add api.spec, test=develop
* update api.spec, test=develop
* add api.spec,test=develop
* test=develop
* test=develop
* fix conflict,test=develop
7 years ago
lujun
9bd44b94da
Merge pull request #16561 from junjun315/move-api-to-root
...
Move dygraph api to root
7 years ago
Kaipeng Deng
ed97156461
Merge pull request #16439 from heavengate/resize_scale
...
add attr scale. test=develop
7 years ago
heqiaozhi
54dddee37e
add continuous value model op
...
test=develop
7 years ago
lujun
14db0680c0
merge conflict, test=develop
7 years ago
lujun
92c8ac8a74
merge conflict, test=develop
7 years ago
minqiyang
2e0b871320
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_dqn
7 years ago
ruri
229dc93277
Add Pixel shuffle OP ( #15782 )
...
* add pixel_shuffle op
* add pixel_shuffle op, test=develop
* rewrite code, test=develop
* delete useless comment, test=develop
* Refine pixel_shuffle_op and unit testing
* refine code,test=develop
* refine .cu,test=develop
* fix unittest,test=develop
* Fix unit testing
test=develop
* resolve conflict, test=develop
* fix test, test=develop
* fix API, test=develop
* fix test datatype bug,test=develop
* polish comments,test=develop
* add API,test=develop
* test=develop
* Add Pixel_Shuffle OP,test=develop
* support python3,test=develop
* add include memory to travis CI bug,test=develop
7 years ago
lujun
01f4f2d7e4
merge confict, test=develop
7 years ago
minqiyang
e377d75977
Add UT for most layers without params
...
test=develop
7 years ago
dengkaipeng
c7876e8c46
fix format. test=develop
7 years ago
dengkaipeng
be3eedcc4a
fix out_h/out_w calc when out_shape is Variable. test=develop
7 years ago
zhoukunsheng
5edf4fb4fb
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into all_any
7 years ago
zhoukunsheng
47a5eec87d
improve comment
7 years ago
zhoukunsheng
315176c65b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rank
7 years ago
dengkaipeng
8b76e005f2
fix doc out_shape. test=develop
7 years ago
Kaipeng Deng
3d939d32ee
Merge pull request #16023 from heavengate/kl_div_loss
...
KL div loss: add kldiv_loss op
7 years ago
Kaipeng Deng
54474637ae
Merge pull request #16057 from heavengate/softmax_axis
...
Add attr 'axis' for softmax
7 years ago
Kaipeng Deng
63ac947e2f
Merge pull request #16135 from heavengate/shift
...
Add temporal_shift op for TSM model
7 years ago
dengkaipeng
737ea825ac
fix doc. test=develop
7 years ago
zhoukunsheng
f32c125e81
clarify comment
7 years ago
lujun
d4f63d82ac
Merge pull request #16475 from junjun315/fix-doc-multiplex
...
refine multiplex-doc
7 years ago
zhoukunsheng
b06e9b773d
test=develop
...
add rank op
7 years ago
lujun
1c9aaeebe0
move imperative to dygraph, test=develop
7 years ago
dengkaipeng
8160a66193
fix doc priority. test=develop
7 years ago
dengkaipeng
193185b840
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shift
7 years ago
Jiabin Yang
e41d581304
test=develop, fix space_to_depth_doc ( #16293 )
...
* test=develop, fix space_to_depth_doc
* test=develop, refine indent
* test=develop, refine code
* test=develop, add api spec
7 years ago
zhoukunsheng
83c7bca13f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into all_any
7 years ago
zhoukunsheng
e3f1556e4d
fix comment format error
7 years ago
dengkaipeng
eb2123e12d
fix doc and jit. test=develop
7 years ago
lujun
3f8b2f5ff5
fix multiplex doc, test=develop
7 years ago
dengkaipeng
243584cfbb
fix test_layers. test=develop
7 years ago
Jiabin Yang
f735102eab
add layer norm to Layers, add transformer test in imperative mode ( #16092 )
...
* add layer norm to Layers, add transformer prepare encoding
* little change
* finish encoder part
* add decoder part
* finish model part
* add test case and part of data feed
* add transformer test
* add to_parameter, add remove in set_attr
* test=develop, fix pos encoding bug, create_parameter with stantard name
* test=develop, rm dropout test in imperative
* test=develop, fix cpu error
* test=develop, fix minize bug
* test=develop, fix one hot not stop gradient
* test=develop, fix one hot not stop gradient
* test=develop, refine parameter name
* test=develop, fix transformer test in imperative mode
* test=develop, fix transformer test in imperative mode
* test=develop, fix boost and mkl download error
* test=develop, fix boost and mkl download error
* test=develop, fix ci and refine code
* test=develop, fix ci and refine code
7 years ago
dengkaipeng
cfef382a85
fix format. test=develop
7 years ago
whs
e9bec9369b
[slim] Add quantization strategy and distillation strategy. ( #16408 )
...
* Add fsp operator.
1 Add unitest.
2. Add python API.
3. Add layer test.
* Add quantization strategy.
1. Add API.
2. Add unitest.
* Add distillatoin strategy.
* Add unitest config file for quantization
* Fix Copyright
test=develop
* Fix setup.py
* Fix document of layers.py.
test=develop
* Fix unitest in python3.
test=develop
* Fix documents.
test=develop
* 1. refine fsp op by batched gemm
2. remove unused import
test=develop
* Fix test_dist_se_resnext.
1. disable test distillation.
2. reset framework.py
test=develop
* Enable unitest of distillation after fixing Block._clone_variable
test=develop
* Fix cdn issue.
test=develop
7 years ago
zhoukunsheng
d3d31a5894
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into all_any
7 years ago
dengkaipeng
cfda1fdea7
add attr scale. test=develop
7 years ago
qingqing01
5d6737b5cb
Fix bug in affine_channel API ( #16373 )
7 years ago
phlrain
686b8935fe
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_floordiv_and_mod
7 years ago
Hongyu Liu
8c81d9949e
Merge pull request #16347 from phlrain/fix_matmul_check
...
fix matmul shape check
7 years ago
qingqing01
d2b938ef5a
Refine gradient proto maker and python API for affine_channel_op ( #16340 )
...
* Rewrite gradient ProtoMaker for affine_channel_op to remove the Output as the input.
* Add act in Python API to make the act can be in-place by layer_help.py
7 years ago
phlrain
0e40298949
fix matmul shape check; test=develop
7 years ago
phlrain
56c2d384c7
add elementwise floordiv, mod; test=develop
7 years ago
zhoukunsheng
2c3e4c1888
test=develop
...
add reduce_all, reduce_any op
7 years ago
ceci3
27f7a72641
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into doc
7 years ago
ceci3
3f5f5ed361
fix dropout doc
7 years ago
dengkaipeng
8b88960dce
fix doc. test=develop
7 years ago
dengkaipeng
2ddd23dac8
fix format. test=develop
7 years ago
dengkaipeng
217db27337
add mkldnn support. test=develop
7 years ago
Xin Pan
3e9319f3ab
add more imperative layer tests.
...
test=develop
7 years ago
Xin Pan
7458114b5b
Merge pull request #16228 from panyx0718/imperative
...
graph neural network for imperative mode
7 years ago
dengkaipeng
a6daf6fe5f
add doc param name. test=develop
7 years ago
Tao Luo
38898c2808
Merge pull request #16212 from Aurelius84/develop
...
improve layers.fc api doc
7 years ago
Xin Pan
50ff898378
graph neural network for imperative mode
...
test=develop
7 years ago
Aurelius84
6cfd20dea8
fix words spell error test=develop
7 years ago
ceci3
cd82e2b03b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into doc
7 years ago
ceci3
ede33c6260
fix formula in dropout
7 years ago
qingqing01
8ad672a287
Support sync batch norm. ( #16121 )
...
* Support Sync Batch Norm.
* Note, do not enable it in one device.
Usage:
build_strategy = fluid.BuildStrategy()
build_strategy.sync_batch_norm = True
binary = fluid.compiler.CompiledProgram(tp).with_data_parallel(
loss_name=loss_mean.name,
build_strategy=build_strategy)
7 years ago
Aurelius84
a59b7d47a8
improve layers.fc api doc test=develop
7 years ago
sneaxiy
3e03695629
fix numeric error
...
test=develop
7 years ago
sneaxiy
5a92e4c097
revert revert 16144
...
test=develop
7 years ago
Zeng Jinle
a91964c8fe
Revert "PaddingRNN model memory optimize"
...
test=develop
7 years ago
Zeng Jinle
0b49e43d3a
Merge pull request #16144 from sneaxiy/rnn_mem_opt
...
PaddingRNN model memory optimize
7 years ago
ceci3
24fbe6d610
test=develop, replace sce
7 years ago
sneaxiy
d7407c90aa
refine cross_entropy mem
...
test=develop
7 years ago
ceci3
0af00a0541
test=develop
7 years ago
dengkaipeng
82d4f90325
fix format. test=develop
7 years ago
ceci3
d3656ff304
test=develop
...
test=develop
7 years ago
ceci3
5f343b0e3a
test=develop
7 years ago
ceci3
a80555a3a5
test=develop, change import
7 years ago
ceci3
60bfcb8b30
test=develop, change import
7 years ago
dengkaipeng
5c1920b731
add Attr shift_ratio. test=develop
7 years ago
ceci3
8b86c12e46
test=develop, update API.spec
7 years ago
ceci3
23a9035b21
test=develop, update doc
7 years ago
dengkaipeng
6a62b9d8a0
add temporal_shift_op. test=develop
7 years ago
chengduo
84e3adbe60
Fix reshape bug ( #16069 )
...
* In some case, the input may have one than one negative value.
test=develop
* fix matmul bug
test=develop
7 years ago
dengkaipeng
dbb8d07886
fix doc statement. test=develop
7 years ago
dengkaipeng
eeeebdd006
refine doc. test=develop
7 years ago
dengkaipeng
12416a24d2
add doc and test_layers. test=develop
7 years ago
dengkaipeng
63d322f07c
fix attr dim calc. test=develop
7 years ago
chengduo
c67afb0f76
Fix reshape bug ( #16069 )
...
* In some case, the input may have one than one negative value.
test=develop
* fix matmul bug
test=develop
7 years ago
dengkaipeng
40405d132c
add doc and API.spec. test=develop
7 years ago
dengkaipeng
54bbbfa71f
fix doc statement. test=develop
7 years ago
dengkaipeng
c1a69e3ea0
refine doc. test=develop
7 years ago
dengkaipeng
2ea5843cbf
add doc and test_layers. test=develop
7 years ago
dengkaipeng
037855f42d
fix attr dim calc. test=develop
7 years ago
ceci3
3b96aa0839
conflict fix
7 years ago
Tink_Y
8949a94691
refine image_resize annotation ( #15976 )
...
* fix image_resize annotation
test=develop
* fix some typo
* Update nn.py
* Update interpolate_op.cc
test=develop
7 years ago
jerrywgz
4f43e981c1
add comment for revise, test=develop
7 years ago
jerrywgz
b2ce832021
change default option related to softmax, test=develop
7 years ago
Tink_Y
31d830de9f
refine image_resize annotation ( #15976 )
...
* fix image_resize annotation
test=develop
* fix some typo
* Update nn.py
* Update interpolate_op.cc
test=develop
7 years ago
ceci3
f6d186782a
test=develop
7 years ago
jerrywgz
b92ef45fe9
Merge pull request #15678 from jerrywgz/refine_softmax_with_cross_entropy
...
change default option related to softmax, test=develop
7 years ago
ceci3
4b7bf06e1f
test=develop
7 years ago
colourful-tree
7d8f639883
Merge pull request #15902 from colourful-tree/new_develop
...
remove mkldnn & fix commit
7 years ago
jerrywgz
b53fdbed2c
add comment for revise, test=develop
7 years ago
colourful-tree
f2d6473ef8
Merge branch 'develop' into new_develop
7 years ago
heqiaozhi
04f876f5bc
remove mkl & fix commit
7 years ago
dengkaipeng
de50854e2d
add python example. test=develop
7 years ago
dengkaipeng
60305196b8
fix spell mistakes. test=develop
7 years ago
dengkaipeng
26825d991d
use comment in pool3d. test=develop
7 years ago
dengkaipeng
aecc9741c0
fix pool3d doc. test=develop
7 years ago
xuezhong
a5acb37e4a
use soft label for sampled softmax
...
test=develop
7 years ago
xuezhong
1dad36f6aa
Merge pull request #15609 from xuezhong/add_sample_logits_op
...
add sample_logits and sampled_softmax_with_cross_entropy op
7 years ago
Kaipeng Deng
9e524a7b51
Merge pull request #15870 from heavengate/fix_adaptive_pool_doc
...
fix adaptive pool doc.test=develop
7 years ago
dengkaipeng
144016fcfc
fix adaptive_pool and yolov3_loss. test=develop
7 years ago
dengkaipeng
19292ac6a1
fix adaptive pool doc.test=develop
7 years ago
xuezhong
6b83845c41
update for backward compatibility
...
test=develop
7 years ago
xuezhong
d328660304
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
7 years ago
xuezhong
bf6eb60d12
change var name
7 years ago
xuezhong
c5360a3f6b
refine code
7 years ago
chengduozh
9ae764c11d
fix doc
...
test=develop
7 years ago
chengduozh
d79d2f686c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_shape_api_doc
...
test=develop
7 years ago
xuezhong
4424021623
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
7 years ago
chengduozh
3ce12b1b8e
fix shape api doc
...
test=develop
7 years ago
Tao Luo
a2a0251db0
Merge pull request #15681 from chengduoZH/refine_api_doc
...
Refine the doc of reshape, stack
7 years ago
chengduozh
1e46ab2e3e
follow comment
...
test=develop
7 years ago
Dun
f7b768d364
fix group_norm ( #15727 )
...
* fix group_norm
* test=develop
7 years ago
chengduozh
ba223e9566
doc refine
...
test=develop
7 years ago
chengduozh
03f091a9d3
fix api doc
...
test=develop
7 years ago
jerrywgz
5ce48220f1
change default option related to softmax, test=develop
7 years ago
xuezhong
1de9b60ace
pass layer test
...
test=develop
7 years ago
Dang Qingqing
01d9bf9264
Fix batch_norm API for data_layout.
...
test=develop
7 years ago
xuezhong
2857dac260
add assert for clip and remove print
7 years ago
xuezhong
b78ab87bd3
refine code
7 years ago
xuezhong
3c8aa787ec
define sampled_softmax_with_cross_entropy
7 years ago
xuezhong
58ad40cc15
add sample_logits op
7 years ago
xuezhong
880836329d
add cell clip and proj clip, fix bug for h0
7 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
7 years ago
Kaipeng Deng
d3eeb92bba
Merge pull request #15491 from tink2123/new_align_corners
...
add align_corners and align_mode for image_resize
7 years ago
tink2123
a0c63f1106
add align_flag
...
test=develop
7 years ago
ruri
88bd7e1a61
Merge pull request #15027 from shippingwang/shufflechannel
...
Add Shuffle Channel Operator
7 years ago
tink2123
b64cdaf6dc
modified default parameters
...
test=develop
7 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
7 years ago
tink2123
78145c7dff
modified some comments
...
test=develop
7 years ago
tangwei12
5cfc40dea8
nce add check sample lables, test=develop ( #15463 )
...
* nce add check sample lables, test=develop
7 years ago
tink2123
e448bdb298
modified some comments
...
test=develop
7 years ago
tink2123
88744e4ab8
fixed some errors
...
test=develop
7 years ago
Xin Pan
58cb18d9d9
Merge pull request #15322 from velconia/imperative_resnet
...
Imperative Resnet
7 years ago
tink2123
48cc484643
add align_corners and align_mode for image_resize
...
test=develop
7 years ago
乔龙飞 Qiao Longfei
d243e555eb
Merge pull request #15080 from jacquesqiao/optimize-assign
...
Optimize assign
7 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.
7 years ago
Qiao Longfei
a1326cf363
add NumpyArrayInitializer and use it to refactor nce op
7 years ago
Qiao Longfei
def70c5ccc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-assign
7 years ago
minqiyang
8ce198b2e1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_resnet
...
test=develop
7 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
7 years ago
shippingwang
14f2a1060d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shufflechannel
7 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
7 years ago
乔龙飞 Qiao Longfei
adba4384ec
Merge pull request #15161 from jacquesqiao/gru-add-mode
...
gru add origin mode
7 years ago
minqiyang
315b133e67
Add single GPU support to imperative
7 years ago
shippingwang
53e76a2eb6
Fix comments display, test=develop
7 years ago
liuwei1031
3f815e079f
fix github issue 15267 test=develop ( #15306 )
...
* fix github issue 15267 test=develop
* fix github issue 15267 test=develop
7 years ago
minqiyang
91d87ec0b2
Add unittest for imperative resnet
...
Fix the bug of static BatchNorm layer
7 years ago
Qiao Longfei
4feae25378
fix build problem test=develop
7 years ago
Qiao Longfei
e641ffe77b
change interface and api spec for dynamic_gru test=develop
7 years ago
Qiao Longfei
e477d789a1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into gru-add-mode
7 years ago
colourful-tree
576c740d5d
Merge pull request #14964 from colourful-tree/data_norm
...
add data norm op
7 years ago
colourful-tree
d5a8909131
Merge pull request #14950 from colourful-tree/develop
...
add teacher student sigmoid loss
7 years ago
Qiao Longfei
9484165923
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-assign
...
test=develop
7 years ago
Qiao Longfei
72618c8da5
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into gru-add-mode
7 years ago
乔龙飞 Qiao Longfei
e1679b8847
Merge pull request #14893 from JiabinYang/feature/add_prefech_hs
...
Feature/add prefech hs
7 years ago
Qiao Longfei
78ec7c0f99
gru add origin mode
...
test=develop
7 years ago
minqiyang
229565303f
Polish PyLayers
...
test=develop
7 years ago
minqiyang
09e2e66236
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_mnist
7 years ago
shippingwang
83f2e2c903
rewrite the comments, test=develop
7 years ago
Kaipeng Deng
eebb82a2f6
Merge pull request #15097 from heavengate/adaptive_pool_ksize
...
adaptive_pool support pool_size as int. test=develop
7 years ago
dengkaipeng
ccc83bb4e5
adaptive_pool support pool_size as int. test=develop
7 years ago
minqiyang
6bb84490af
Fix imperative unit test
...
test=develop
7 years ago
haowang101779990
66ea718452
en api improve format Dec 27
...
test=develop
7 years ago
minqiyang
d4b9928c5a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_mnist
...
test=develop
7 years ago
shippingwang
9322d34032
Fix, test=develop
7 years ago
Qiao Longfei
031995cf58
fix
7 years ago
Qiao Longfei
b53eb7dcda
add init once for assign layer
7 years ago
whs
2314f2ebb3
Make topk op support variable k. ( #15044 )
...
* Make topk op support variable k.
test=develop
* Fix tensor type.
test=develop
7 years ago
shippingwang
5631fc0817
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shufflechannel
7 years ago
shippingwang
3757c1ee47
Modify test layers, test=develop
7 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
7 years ago
Yibing Liu
a28df3eb0b
Fix the unstack layer ( #15047 )
...
test=develop
7 years ago
shippingwang
942d7cf7ef
Modify python interface, test=develop
7 years ago
shippingwang
5a9ea9a73d
Add ShuffleChannel Op
7 years ago
JiabinYang
5bfb26a8b2
test=develop, fix embeding distribute and sparse can't be true and the same time
7 years ago
shippingwang
76c6f11584
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shufflechannel
7 years ago
shippingwang
16d4e13711
Add ShuffleChannelOP
7 years ago
JiabinYang
2e38faa3fe
test=develop, accelerate_hs_op and add prefetch with is_sparse
7 years ago
JiabinYang
1a8cbb6799
test=develop, accelerate_hs_op and add prefetch with is_sparse
7 years ago
Zeng Jinle
95cbe07c40
Merge pull request #14836 from sneaxiy/feature/py_func
...
Featue/py_func op
7 years ago
minqiyang
1c116462cc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_mnist
...
test=develop
7 years ago
typhoonzero
da87f7a698
Revert "[Feature] Fp16 training for resnet50 ( #14850 )"
...
This reverts commit 3d750f9c5a .
7 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
7 years ago
minqiyang
3cd10a7c4f
Add Conv2D forward
...
test=develop
7 years ago
heqiaozhi
39f4e9273e
data_norm
...
test=develop
7 years ago
minqiyang
8d88c5a87d
Shameless copy
7 years ago
heqiaozhi
5c7a8aee07
merge upstream to my develop
...
test=develop
Merge remote-tracking branch 'upstream/develop' into develop
7 years ago
heqiaozhi
b3cf476de4
teacher student sigmoid loss
...
test=develop
7 years ago
heqiaozhi
4f6e9e3ac3
teacher student sigmoid loss
7 years ago
JiabinYang
3b7b2e1ded
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/add_prefech_hs
7 years ago
Xin Pan
3f9c429ea0
fix lint
...
test=develop
7 years ago
Xin Pan
6324032602
MLP forward backward
...
test=develop
7 years ago
sneaxiy
dc8847af87
add examples and comments
...
test=develop
7 years ago
Qiyang Min
fd1d2c897e
Merge pull request #14894 from velconia/add_huber_regression_loss_op
...
Add python interface for huber loss
7 years ago
JiabinYang
656040c726
merge reyoung optimization
7 years ago
shippingwang
7f73c16e42
Add
7 years ago
shippingwang
2dd55b873f
Add shuffle_channel_op
7 years ago
Kaipeng Deng
dc76e4b0f1
Merge pull request #14701 from heavengate/adaptive_pool
...
add adaptive pool2d and pool3d
7 years ago
minqiyang
ea2a34ee95
Polish doc
...
test=develop
7 years ago
minqiyang
5fff20c21a
Change name to huber loss
...
test=develop
7 years ago
minqiyang
5c7ad1ecb1
Resolve conflicts
...
test=develop
7 years ago
minqiyang
65d355a72c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_huber_regression_loss_op
...
test=develop
7 years ago
minqiyang
c550e0ce06
Add python interface for huber regression loss
...
test=develop
7 years ago
dengkaipeng
f16aa394f6
remove use_cudnn in python API. test=develop
7 years ago
dengkaipeng
dc2ff42e20
add math in python examples. test=develop
7 years ago
sneaxiy
f0df62f136
add more unittest case
...
test=develop
7 years ago
sneaxiy
f6741df462
merge develop
...
fix bug
test=develop
7 years ago
SunGaofeng
e3c4b0dace
this is for psroi_pool op, test=develop ( #14796 )
...
* Add psroi_pool operator.
7 years ago
sneaxiy
deb0d41cea
fix cmake
...
fix cmake again
test=develop
7 years ago
sneaxiy
e7c5c9d2de
remove unnecesary code
...
test=develop
7 years ago
sneaxiy
db2daefe50
merge develop
...
test=develop
7 years ago
sneaxiy
8b9d33fa1e
add unittest and fix bug
...
add API.spec
test=develop
7 years ago