xiaoting
9ed4aaada4
modified formula for Lrn ( #17281 )
...
* modified formula for lrn
test=develop
* modified api.spec
test=develop
6 years ago
lujun
e388a1fb66
Repair api example ( #17221 )
...
Fix the following API examples:
paddle.fluid.scope_guard
paddle.fluid.backward.append_backward
paddle.fluid.cpu_places
paddle.fluid.cuda_pinned_places
paddle.fluid.cuda_places
paddle.fluid.in_dygraph_mode
paddle.fluid.CUDAPlace
paddle.fluid.CPUPlace
paddle.fluid.CUDAPinnedPlace
6 years ago
lvmengsi
dab71e8d97
Fix api example ( #17231 )
...
* fix API examples, test=develop
6 years ago
chengduo
8f534696b7
Polish Executor and Compiler doc ( #17262 )
...
* polish doc
test=develop
* updata parallel executor doc
test=develop
* update API.spec
test=develop
* polish code
test=develop
6 years ago
gongweibao
91784f8ec3
Fix code in document. ( #17237 )
6 years ago
Huihuang Zheng
648320bb6c
Fix some data and reader related API code ( #17202 )
...
* Fix data and reader related api doc
* Fix data and reader related api doc
Review and fix the example code in some reader related API doc.
These APIs are:
Fix existing API example codes:
paddle.fluid.io.PyReader
paddle.fluid.layers.batch
paddle.fluid.layers.data
paddle.fluid.layers.Preprocessor
paddle.fluid.layers.py_reader
paddle.fluid.program_guard
Add new example codes:
paddle.fluid.io.PyReader.decorate_batch_generator
paddle.fluid.io.PyReader.decorate_sample_generator
paddle.fluid.io.PyReader.decorate_sample_list_generator
paddle.fluid.io.PyReader.reset
paddle.fluid.io.PyReader.start
test=develop
* Add changes to API.spec after changing doc.
test=develop
* Add blanks after python example code
test=develop
* Add blank line at py_reader example code
test=develop
* Merge API.spec
test=develop
* Modify reader.py based on reviewer's comment
test=develop
* Modify API.spec after changing doc
test=develop
* Change reader.py based on reviewer's comment
* Modify example code of decorate_sample_generator
test=develop
* Fix example code of PyReader based on reviewer
test=develop
6 years ago
Zeng Jinle
f2fa3f7300
fix api doc,test=develop ( #17241 )
6 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
6 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
6 years ago
Tao Luo
16922e0093
fix api_example of tree_conv ( #17239 )
...
test=develop
6 years ago
jerrywgz
ef66baedc0
Refine api doc ( #17230 )
...
* refine api comment, test=develop
6 years ago
Yibing Liu
6b0f27e802
Fix some APIs' example ( #17214 )
6 years ago
ruri
5817077c99
Fix unexecutable API examples ( #17218 )
...
* fix unexecutable API comments, test=develop
* add API.spec,test=develop
6 years ago
Tao Luo
9ec4615deb
fix profiler and name_scope API examples ( #17212 )
...
* fix profiler and name_scope API examples
test=develop
* update API.spec
test=develop
6 years ago
guru4elephant
f938ccec62
remove async executor python api to fix document ( #17174 )
...
* remove async executor python api
test=develop
* remove test_async_executor.py
add executor train_from_dataset demo
test=develop
* fix import bug
test=develop
6 years ago
xiaoting
7da7881c0e
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
6 years ago
Yibing Liu
beda78258f
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
6 years ago
Zeng Jinle
24923f7604
fix py_reader demo ( #16997 )
...
test=develop
6 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
6 years ago
xiaoting
431eab648e
Merge branch 'develop' into yolov3_loss
6 years ago
Kaipeng Deng
5d45eb06f9
Merge pull request #16858 from heavengate/fix_yolo_param
...
Fix yolo param
6 years ago
xiaoting
ccc3bd70c1
polish doc for uniform_random and multi_box_head ( #16864 )
6 years ago
Hongyu Liu
0701c2db47
Merge pull request #16518 from zhoukunsheng/rsqrt
...
Rsqrt
6 years ago
Hongyu Liu
bbcfa8ffb2
Merge pull request #16493 from zhoukunsheng/zeros_like
...
Zeros like
6 years ago
zhoukunsheng
f9223c5fa9
Logical compare ( #16513 )
...
* test=develop
update API.spec with hash, resolve conflict
* remove unused parameter
6 years ago
colourful-tree
434caab21b
Merge pull request #16741 from colourful-tree/dev
...
add continuous value model op
6 years ago
dengkaipeng
7b1702d9a1
fix unittest and API.spec. test=develop
6 years ago
heqiaozhi
aab9ea6ccb
out && commit id
...
test=develop
6 years ago
chengduo
c62674f475
Refine StaticRnn ( #16707 )
...
* enable recurrent op test=develop
6 years ago
tink2123
9b9e5e606c
modified api.spec
...
test=develop
6 years ago
heqiaozhi
759940786e
Merge remote-tracking branch 'upstream/develop' into dev
...
test=develop
6 years ago
zhoukunsheng
380df8281f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into zeros_like
6 years ago
heqiaozhi
96d5ec16f6
change API
...
test=develop
6 years ago
zhoukunsheng
2b2b4ca21e
Merge branch 'develop' into rsqrt
6 years ago
Hongyu Liu
e2897ba13a
Merge pull request #16432 from zhoukunsheng/linspace
...
add linspace op
6 years ago
Hongyu Liu
283ae0faaa
Merge pull request #16525 from zhoukunsheng/rank
...
Rank
6 years ago
Hongyu Liu
afe0d64c9d
Merge pull request #16320 from zhoukunsheng/all_any
...
add reduce_all, reduce_any op
6 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
6 years ago
Wu Yi
8b58732013
remove append_LARS not used api test=develop ( #16703 )
6 years ago
lujun
9bd44b94da
Merge pull request #16561 from junjun315/move-api-to-root
...
Move dygraph api to root
6 years ago
Kaipeng Deng
ed97156461
Merge pull request #16439 from heavengate/resize_scale
...
add attr scale. test=develop
6 years ago
heqiaozhi
54dddee37e
add continuous value model op
...
test=develop
6 years ago
lujun
92c8ac8a74
merge conflict, test=develop
6 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
6 years ago
lujun
01f4f2d7e4
merge confict, test=develop
6 years ago
zhoukunsheng
5edf4fb4fb
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into all_any
6 years ago
zhoukunsheng
47a5eec87d
improve comment
6 years ago
zhoukunsheng
68f887aab3
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into zeros_like
6 years ago
zhoukunsheng
b2cdadd700
improve comment
6 years ago
dengkaipeng
d02f4c2fd6
fix API.spec. test=develop
6 years ago
zhoukunsheng
315176c65b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rank
6 years ago
zhoukunsheng
8b6b626718
fix problem of API.spec mismatch
6 years ago
guru4elephant
76b49f02ee
Merge pull request #16539 from guru4elephant/train_with_pipe_reader_merge_develop
...
Train with pipe reader merge develop
6 years ago
qingqing01
1ebd7434d5
Add linear learning warmup method in learning rate scheduler. ( #16563 )
...
* Add linear learning warmup method
This warmup lr can be combinated with other learning rate strategies.
For example:
decayed_lr = fluid.layers.linear_lr_warmup(
fluid.layers.piecewise_decay(boundaries, lr_steps),
warmup_steps, start_lr, end_lr)
6 years ago
zhaoyuchen2018
0b0abdbcd4
Merge pull request #16041 from zhaoyuchen2018/docrefine
...
Fix document array_read code error
6 years ago
dongdaxiang
d7963e1065
infer_from_dataset API.spec
...
test=develop
6 years ago
dongdaxiang
b35d27fa94
fix API spec
...
test=develop
6 years ago
Kaipeng Deng
3d939d32ee
Merge pull request #16023 from heavengate/kl_div_loss
...
KL div loss: add kldiv_loss op
6 years ago
Kaipeng Deng
54474637ae
Merge pull request #16057 from heavengate/softmax_axis
...
Add attr 'axis' for softmax
6 years ago
Kaipeng Deng
63ac947e2f
Merge pull request #16135 from heavengate/shift
...
Add temporal_shift op for TSM model
6 years ago
chengduo
bb80dae7d0
Add DecoupledWeightDecay ( #16427 )
...
* Add DecoupledWeightDecay
6 years ago
dengkaipeng
737ea825ac
fix doc. test=develop
6 years ago
dongdaxiang
3829eac27b
fix API spec about infer_from_dataset
...
test=develop
6 years ago
dongdaxiang
87027a2eef
fix API.spec problem and executor's docstring
...
test=develop
6 years ago
zhoukunsheng
5284213942
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rsqrt
6 years ago
dongdaxiang
ade9337486
fix API.spec
...
test=develop
6 years ago
zhoukunsheng
3c4f5f0368
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
6 years ago
zhoukunsheng
ead3c0a8fc
update api.spec
6 years ago
dongdaxiang
3a79be6eb3
refine API spec
...
test=develop
6 years ago
dongdaxiang
b95b80bc76
add doc string for executor and update API.spec
...
test=develop
6 years ago
lujun
d4f63d82ac
Merge pull request #16475 from junjun315/fix-doc-multiplex
...
refine multiplex-doc
6 years ago
zhoukunsheng
b06e9b773d
test=develop
...
add rank op
6 years ago
zhoukunsheng
2f9e562100
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
6 years ago
dengkaipeng
2078f4207f
fix API.spec. test=develop
6 years ago
zhoukunsheng
082822d417
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rsqrt
6 years ago
zhoukunsheng
c47f3cc7fe
test=develop
...
add rsqrt op
6 years ago
dengkaipeng
193185b840
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shift
6 years ago
gongweibao
eb83abeac3
Add DGC(Deep Gradient Compression) interface. ( #15841 )
6 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
6 years ago
zhoukunsheng
874b5d8362
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
6 years ago
zhoukunsheng
83c7bca13f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into all_any
6 years ago
zhoukunsheng
a55111b869
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into zeros_like
6 years ago
zhoukunsheng
848ec97ab3
test=develop
...
add zeros_like op
6 years ago
Jiabin Yang
54a73578a8
Feature/install check ( #16044 )
...
* test=develop, add install check
* test=develop, add install check scripts
* test=develop, refine language
* test=develop, add api spec
* test=develop, change cdn to bj to pass ci
6 years ago
dengkaipeng
eb2123e12d
fix doc and jit. test=develop
6 years ago
lujun
3f8b2f5ff5
fix multiplex doc, test=develop
6 years ago
dengkaipeng
1ef30c230d
fix API.spec. test=develop
6 years ago
zhaoyuchen2018
cdb315e9d8
Merge branch 'develop' into docrefine
6 years ago
dengkaipeng
cfef382a85
fix format. test=develop
6 years ago
Zeng Jinle
4cc9809cae
Merge pull request #15799 from sneaxiy/feature/decoupled_reader
...
Try to decouple reader with program_desc
6 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
6 years ago
dengkaipeng
90bd038d35
fix format. test=develop
6 years ago
zhoukunsheng
d3d31a5894
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into all_any
6 years ago
zhoukunsheng
43060084a4
test=develop
...
add linspace, modify interface comments in tensor.py, merge with develop branch
6 years ago
zhoukunsheng
8e9ebebcef
test=develop
...
add linspace op
6 years ago
sneaxiy
2f54d9f995
Merge develop
...
test=develop
6 years ago
whs
2e5831f0dc
[slim] Refine framework of slim and add filter pruning strategy ( #16226 )
...
* First pr of paddle slim.
1. Add framework of paddle slim
2. Add filter pruning strategy
test=develop
* Rename unitest to tests.
test=develop
* Add prettytable into requirements.
test=develop
* Change in_nodes and out_nodes to odered dict.
test=develop
* Remove distillation.
test=develop
* Fix API.spec
test=develop
* Fix unitest.
test=develop
* Fix unitest in windows.
test=develop
* Fix unitest in windows.
test=develop
* Fix unitest.
test=develop
* Hide some functions.
test=develop
* Fix python import in python3.5
test=develop
* Fix compress pass.
test=develop
* Fix unitest of test_dist_ctr.
test=develop
* Enhence flops.
* use os.path.join
* Fix pickle for python3
Fix log and comments.
test=develop
* 1. Remove feed_reader in compress pass
2. Fix cache reader
3. Rename CompressPass to Compressor
4. Add comments for distiller optimizer
5. Remove unused pruner currently
6. Add some comments.
7. Change API.spec
test=develop
* Fix pruning in python3.
test=develop
* Fix unitest in python3.
test=develop
* Fix format in python3.
test=develop
7 years ago
whs
18779b5b8f
[Operator] Add range op. ( #15431 )
...
* Add range op.
test=develop
* Add more unitests.
test=develop
* Fix API.spec
test=develop
* Fix API.spec
test=develop
* Fix API.spec
test=develop
7 years ago
phlrain
77a08750e9
add var name in optimizer; test=develop
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
ruri
09e05a110b
Merge pull request #16217 from ceci3/doc
...
fix formula in dropout
7 years ago
flame
08838f3909
Fix save inference model bug ( #16242 )
...
* save infer model bug fix, return target vars' name list
7 years ago
sneaxiy
bb166a1e10
fix API.spec
...
test=develop
7 years ago
ruri
a3b8028d46
Merge pull request #16202 from shippingwang/add_sqrt_doc
...
update sqrt explaination
7 years ago
zhoukunsheng
2c3e4c1888
test=develop
...
add reduce_all, reduce_any op
7 years ago
whs
18911b6eea
[enhence] Make step_input of dynamic_rnn support custom lod level. ( #15972 )
...
* Make step_input support custom lod level.
test=develop
* Fix API.spec
test=develop
* Fix API.spec.
test=develop
* Fix API.spec
test=develop
* Add default value in document of step_input.
test=develop
* Fix document.
test=develop
* Fix API.spec
test=develop
7 years ago
ceci3
9d2ccec0f2
test=develop, fix doc
7 years ago
ceci3
27f7a72641
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into doc
7 years ago
Zeng Jinle
f8df9eb32e
fix api doc ( #16201 )
...
test=develop
7 years ago
sneaxiy
3a09693f5c
change API name
...
test=develop
7 years ago
shippingwang
97c6051822
add api.spec, test=develop
7 years ago
dengkaipeng
3e4f3434e6
fix API.spec. test=develop
7 years ago
dengkaipeng
365e6cfd15
add mkldnn support. test=develop
7 years ago
sneaxiy
161b8ddcaa
Merge develop
7 years ago
tangwei12
8ea4218ce1
update load persistables for increment, test=develop ( #15576 )
...
* update load persistables for increment, test=develop
* update load persistables for increment, test=develop
* update API Spec, test=develop
* update API Spec, test=develop
* add doc, test=develop
* add doc, test=develop
* Update lookup_table_utils.py
* Update API.spec
* Update lookup_table_utils.py
test=develop
* Update API.spec
test=develop
* fix api spec
* Update lookup_table_utils.py
test=develop
7 years ago
dengkaipeng
a6daf6fe5f
add doc param name. test=develop
7 years ago
sneaxiy
4b073c95dc
fix compiler
...
test=develop
7 years ago
Tao Luo
38898c2808
Merge pull request #16212 from Aurelius84/develop
...
improve layers.fc api doc
7 years ago
Kaipeng Deng
b77ebb2af2
Merge pull request #15919 from heavengate/yolo_box
...
add yolo_box for detection box calc in YOLOv3
7 years ago
ceci3
cd906fc603
change api.spec
7 years ago
achao2013
81b4fad8b9
add moving average absmax op and fix bug ( #15155 )
...
* Add moving average absmax op in quantilize-aware training.
7 years ago
Kaipeng Deng
74037cc1c8
Merge branch 'develop' into yolo_box
7 years ago
Xin Pan
92b9ce3479
Merge pull request #16073 from heavengate/yolov3_loss_imporve
...
Yolov3 loss: add mixup score and label smooth
7 years ago
Aurelius84
2d1e76fb0c
fix API.spec test=develop
7 years ago
Aurelius84
6cfd20dea8
fix words spell error test=develop
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
ac0e0f5181
merge develop
...
test=develop
7 years ago
Kaipeng Deng
1a4a90a81d
Merge pull request #16140 from tink2123/arc_function
...
Add the inverse trigonometric function
7 years ago
tink2123
61a6165c2c
modified api.spec
...
test=develop
7 years ago
tink2123
eb09bd456a
modified api.spec
...
test=develop
7 years ago
dengkaipeng
746740c41b
fix API.spec. test=develop
7 years ago
dengkaipeng
d31693afec
no use _gt_score. test=develop
7 years ago
dengkaipeng
aad62eeca0
add doc for param default. test=develop
7 years ago
dengkaipeng
585766acc0
fix spell mistake in doc. test=develop
7 years ago
dengkaipeng
5b37cf0add
fix API.spec for yolov3_loss. test=develop
7 years ago
dengkaipeng
af4ef80e5b
fix API.spec not add defaults. test=develop
7 years ago
dengkaipeng
626fb859d9
add param default doc. test=develop
7 years ago
dengkaipeng
33c8607ef3
fix doc. test=develop
7 years ago
dengkaipeng
fb863b4820
add API.spec for yolo_box. test=develop
7 years ago
sneaxiy
fc12f38394
add API.spec
...
test=develop
7 years ago
sneaxiy
b80d76f784
merge develop
7 years ago
tink2123
cfc59b13e9
modified api.spec
...
test=develop
7 years ago
tink2123
837ad7f86f
Add the inverse trigonometric function
...
test=develop
7 years ago
ceci3
3e0eb55515
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into npair_loss0
...
test = develop, update API.spec
7 years ago
ceci3
8b86c12e46
test=develop, update API.spec
7 years ago
ceci3
c8610739c3
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into npair_loss0
7 years ago
jerrywgz
b0e3c02410
Merge pull request #15952 from jerrywgz/fpn_ops
...
add distribute fpn proposals op, test=develop
7 years ago
dengkaipeng
6a62b9d8a0
add temporal_shift_op. test=develop
7 years ago
tensor-tang
2e7fea2b7f
polish the cast op doc ( #16078 )
...
* polish the cast op doc
test=develop
* follow comments
test=develop
* fix api.spec
test=develop
7 years ago
tensor-tang
9be825a982
polish the cast op doc ( #16078 )
...
* polish the cast op doc
test=develop
* follow comments
test=develop
* fix api.spec
test=develop
7 years ago
jerrywgz
847bb6a279
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fpn_ops
7 years ago
jerrywgz
e5759d6c38
refine doc, test=develop
7 years ago
jerrywgz
2b41743791
fix doc, test=develop
7 years ago
jerrywgz
c2eda2325b
refine code, test=develop
7 years ago
jerrywgz
9eb6d35f59
fix API.spec,test=develop
7 years ago
jerrywgz
893789a0d1
Merge pull request #16050 from jerrywgz/add_box_decoder_and_assign
...
Add box decoder and assign
7 years ago
ceci3
7613918e23
test=develop, change labels name
7 years ago
ceci3
dc57952b7f
test=develop, add random to testfile
7 years ago
wopeizl
eb367f990c
remove the ignored from is_empty and less_than test=develop ( #15971 )
...
* remove the ignored from is_empty and less_than test=develop
* fix api spec test=develop
* fix the api spec test=develop
* test=develop
7 years ago
dengkaipeng
b1a49e873f
fix statement. test=develop
7 years ago
dengkaipeng
0e0a2d046d
fix API.spec. test=develop
7 years ago
wopeizl
7fbf52daa3
remove the ignored from is_empty and less_than test=develop ( #15971 )
...
* remove the ignored from is_empty and less_than test=develop
* fix api spec test=develop
* fix the api spec test=develop
* test=develop
7 years ago
dengkaipeng
e56fd4388e
fix statement. test=develop
7 years ago
dengkaipeng
0c8351e809
fix API.spec. test=develop
7 years ago
dengkaipeng
40405d132c
add doc and API.spec. test=develop
7 years ago
jerrywgz
f0177a1ed1
refine doc, test=develop
7 years ago
jerrywgz
072eca348a
refine doc, test=develop
7 years ago
jerrywgz
b4f5180299
fix doc, test=develop
7 years ago
jerrywgz
21e0d35ce3
fix formula, test=develop
7 years ago
jerrywgz
d1901f27bc
refine doc
7 years ago
jerrywgz
a1ef7df865
refine code, test=develop
7 years ago
jerrywgz
e64921c79a
fix API.spec,test=develop
7 years ago
sneaxiy
7e5a4a3d63
test=develop
7 years ago
dengkaipeng
3eab9e4b95
fix statement. test=develop
7 years ago
dengkaipeng
e37f5ab5b1
fix API.spec. test=develop
7 years ago
zhaoyuchen
032ea9ceda
Fix array_read code error.
...
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
7 years ago
sneaxiy
f0634da4b5
test=develop
7 years ago
ceci3
44a4ac0f8c
fix API.spec and testfile
7 years ago
ceci3
3b96aa0839
conflict fix
7 years ago
ceci3
06d8e1a15d
test=develop
7 years ago
shippingwang
a0834044fc
add API.spec. test=develop
7 years ago
shippingwang
7d4feb2fc5
fix api.spec, test=develop
7 years ago
shippingwang
13e891516b
add cosine decay op, test=develop
7 years ago
jerrywgz
b2ce832021
change default option related to softmax, test=develop
7 years ago
tianshuo78520a
26e3842d40
Update detection API add new check document ( #15848 )
...
* Update detection API add new check document
* update API.spec
* test=develop;add shanyi15 approved API.spec
* test=develop;update PM check API.spec
* check api.spec
* test=develop
* update API.spec
* test=develop;update API.spec
* update API.spec
* cat API.spec
* update documnent in api.spec
* check python35 api.spec
* update print_signatures md5 function
* test=develop
* update API.spec
* test=develop;fix python3 API.spec diff
* test=develop
* test=develop
* test=develop
7 years ago
sneaxiy
3334c279d0
add sample_generator
...
test=develop
7 years ago
ruri
72efef6358
Merge pull request #15887 from shippingwang/cosine_decay_op
...
add cosine decay op, test=develop
7 years ago
sneaxiy
7b5a9d75d9
add cache reader
...
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
sneaxiy
69b1ebdfa5
merge develop
...
test=develop
7 years ago
colourful-tree
7d8f639883
Merge pull request #15902 from colourful-tree/new_develop
...
remove mkldnn & fix commit
7 years ago
shippingwang
3398293272
add API.spec. test=develop
7 years ago
shippingwang
5ce46c637a
fix api.spec, test=develop
7 years ago
sneaxiy
c545f1ed8f
unify API
...
test=develop
7 years ago
Xin Pan
a6e3cd5eb7
Merge pull request #15425 from panyx0718/api
...
Pass graph to parallel executor instead of program
7 years ago
qingqing01
d8128930ef
Refine doc of uniform_random and fix dtype ( #15873 )
...
* Refine doc of uniform_random and fix dtype
* Update defaule value in the arguments
7 years ago
heqiaozhi
725b98f2c2
remove mkldnn & fix commit
...
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
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
shippingwang
eb932f717a
add cosine decay op, test=develop
7 years ago
xuezhong
81870723c6
Merge pull request #15605 from xuezhong/fix_bug_for_lstmp
...
Fix bug for lstmp
7 years ago
Xin Pan
26e32e095a
allow compiler to use graph
...
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
57294fa890
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_adagrad
...
test=develop
7 years ago
xuezhong
794b90c93f
for backward compatibility
7 years ago
xuezhong
ef44f1b81d
update api spec
...
test=develop
7 years ago
xuezhong
d12252e6a6
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
...
test=develop
7 years ago
Zeng Jinle
adea672b0e
Merge pull request #15783 from sneaxiy/develop-fix-api-arg0
...
Fix pybind api arg0
7 years ago
Yiqun Liu
56a5039e24
Correct the doc in Python API ( #15725 )
...
* Correct the comment in control_flow.py.
* Correct the argument list of ops.
test=develop
* Update API.spec.
test=develop
* Skip op_callstack attr for all op apis.
test=develop
* Remove use_mkldnn and is_test from python api.
test=develop
* Remove use_mkldnn and is_test from op_proto_maker and hard-coding them in python when generating doc string.
test=develop
7 years ago
sneaxiy
796e221efc
fix api arg0
...
test=release/1.3
7 years ago
xuezhong
4424021623
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
7 years ago
jerrywgz
5ce48220f1
change default option related to softmax, test=develop
7 years ago
xuezhong
c0b8fd7ca0
update lstmp op api spec
...
test=develop
7 years ago
xuezhong
4921c2cd02
add api spec change
...
test=develop
7 years ago
sneaxiy
42f6d0f899
modify API.spec
...
test=develop
7 years ago
xuezhong
e261b60f97
change api spec for adagrad optimizer
...
test=develop
7 years ago
jerrywgz
4f18a9b87b
test=develop
7 years ago
jerrywgz
4eb44380a6
Merge branch 'develop' into add_clip_op
7 years ago
Xin Pan
30cc8b7a92
Merge pull request #15554 from heavengate/yolo_loss_darknet
...
Yolo loss darknet
7 years ago
Haihao Shen
1b8047b712
Add INT8 calibration support in Paddle package ( #15569 )
...
* Add INT8 calibration support in Paddle package; test=develop
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
jerrywgz
72ee3c6232
Merge pull request #15398 from jerrywgz/add_axis_for_boxcoder
...
Add axis for boxcoder
7 years ago
jerrywgz
e402c0ec7d
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
jerrywgz
3046799ecd
Merge branch 'develop' into add_clip_op
7 years ago
dengkaipeng
733bb82ec0
downsample -> downsample_ratio. test=develop
7 years ago
dengkaipeng
577424e5ec
use darknet loss and trick
7 years ago
dengkaipeng
af124dcdf6
fix API error
7 years ago
tink2123
2b89f59055
add attr use_label_smooth test=develop
7 years ago
dengkaipeng
8218e30176
add gtscore. test=develop
7 years ago
dengkaipeng
6c5a5d0789
format code. test=develop
7 years ago
dengkaipeng
bd6deb1a8b
fix API.spec change. test=develop
7 years ago
jerrywgz
7bc8481c62
Merge pull request #15418 from jerrywgz/refine_nms
...
Refine nms
7 years ago
tink2123
e7eb08febe
fix api.spec
...
test=develop
7 years ago
jerrywgz
aaf756272f
remove inplace arg, test=develop
7 years ago
ruri
88bd7e1a61
Merge pull request #15027 from shippingwang/shufflechannel
...
Add Shuffle Channel Operator
7 years ago
jerrywgz
d9b93962b0
test=develop
7 years ago
乔龙飞 Qiao Longfei
c58555067e
Merge pull request #14731 from jacquesqiao/optimize-cpp-reader
...
Optimize cpp reader
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
88744e4ab8
fixed some errors
...
test=develop
7 years ago
jerrywgz
6dfd789bfc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_nms
7 years ago
jerrywgz
6928f8318f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_axis_for_boxcoder
7 years ago
jerrywgz
e60c8438fc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_clip_op
7 years ago
乔龙飞 Qiao Longfei
d243e555eb
Merge pull request #15080 from jacquesqiao/optimize-assign
...
Optimize assign
7 years ago
jerrywgz
cc53453057
add comment and refine code, test=develop
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