lujun
ac32bf6f77
update input params type, 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
phlrain
0e40298949
fix matmul shape check; test=develop
7 years ago
phlrain
56c2d384c7
add elementwise floordiv, mod; test=develop
7 years ago
ruri
09e05a110b
Merge pull request #16217 from ceci3/doc
...
fix formula in dropout
7 years ago
zhhsplendid
124f1df481
Add flags for init and re-alloc gpu
...
test=develop
7 years ago
Zhen Wang
8965819fbb
rewrite the cuda kernels of channel_wise_quant_op and channe_wise_dequant_op. test=develop
7 years ago
Wu Yi
8bebfe5640
add resnet nccl2 dist training, mp training unit test ( #16167 )
...
* add resnet nccl2 test=develop
* test dist train test=develop
* update test=develop
* increase timeout test=develop
* test on CI env test=develop
7 years ago
flame
08838f3909
Fix save inference model bug ( #16242 )
...
* save infer model bug fix, return target vars' name list
7 years ago
baojun
2de263a5d9
Add softmax_with_cross_entropy_op to ngraph engine ( #16304 )
...
* Add softmax_with_cross_entropy_op test=develop
* simplify implementation test=develop
7 years ago
sneaxiy
bb166a1e10
fix API.spec
...
test=develop
7 years ago
zhoukunsheng
2c3e4c1888
test=develop
...
add reduce_all, reduce_any op
7 years ago
chengduo
f26ba5bddd
Fuse AllReduce ( #15921 )
...
* fuse all_reduce
test=develop
* add fuse_parameter_groups_size
test=develop
* Polish code
test=develop
* Fix travis-ci
test=develop
* Add SetGroupAccordingToLayers and SetGroupAccordingToGroupSize
test=develop
* Add SetGroupAccordingToMemorySize
test=develop
* fix multi_devices_graph
test=develop
* reset params_grads
test=develop
* Polish code
test=develop
7 years ago
dengkaipeng
93701dba50
add jit kernel for softmax axis. test=develop
7 years ago
Wu Yi
6382b62f6b
Collective ops ( #15572 )
...
* wip allreduce in op
* wip
* wip
* wip
* wip adding test
* wip for conflict with mp mode
* fix tests test=develop
* fix cpu build test=develop
* fix travis clang format test=develop
* fix cpu build test=develop
* update api.spec test=develop
* delete comment test=develop
* fix cpplint test=develop
* fix test=develop
* follow comment test=develop
* add file test=develop
* fix build test=develop
* update test=develop
* to be compatible with sync_bn, and fix mp mode in develop test=develop
7 years ago
lujun
bed0ecf3d2
checkpoint pr be moved here, test=develop
7 years ago
Zhen Wang
ec88b6cc5a
add channel wise quantization in ir pass.
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
zhhsplendid
22715487dc
add allocator flags
...
test=develop
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
Zeng Jinle
f8df9eb32e
fix api doc ( #16201 )
...
test=develop
7 years ago
sneaxiy
3a09693f5c
change API name
...
test=develop
7 years ago
Yibing Liu
7e20e7691e
Fix the bug in fp16 backward kernel ( #16269 )
...
test=develop
7 years ago
dengkaipeng
8b88960dce
fix doc. test=develop
7 years ago
dengkaipeng
2ddd23dac8
fix format. test=develop
7 years ago
dengkaipeng
365e6cfd15
add mkldnn support. test=develop
7 years ago
dengkaipeng
217db27337
add mkldnn support. test=develop
7 years ago
dengkaipeng
6cb66721d2
add cudnn support. test=develop
7 years ago
sneaxiy
161b8ddcaa
Merge develop
7 years ago
xiaolil1
e818fa1004
Enable INT8 transpose kernel for MobileNet-SSD improvement. ( #16159 )
...
* Enable INT8 transpose kernel for MobileNet-SSD improvement.
test=develop
* Refine the license year.
test=develop
* Delete redundant code.
test=develop
* Add axis check.
test=develop
7 years ago
Xin Pan
374abcf361
Merge pull request #16247 from panyx0718/imperative
...
add more imperative layer tests.
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
Qiyang Min
8e4ad008fb
Merge pull request #16198 from velconia/imperative_train_speed
...
Improve imperative mode training speed
7 years ago
Xin Pan
3e9319f3ab
add more imperative layer tests.
...
test=develop
7 years ago
Qiao Longfei
039d783db5
change communicator_recv_wait_ms to communicator_max_send_grad_num_before_recv
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
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
Xin Pan
3be7e971ab
polish
...
test=develop
7 years ago
Xin Pan
50ff898378
graph neural network for imperative mode
...
test=develop
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
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
Yibing Liu
4ae23cc3c5
Impl fp16 compute kernel for slice_op ( #16206 )
...
* Impl fp16 compute kernel for slice_op
test=develop
* Use data() to replace mutable_data()
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
sneaxiy
ad5f0e6018
merge develop
7 years ago
sneaxiy
55ba7f610b
fix numeric error
...
test=develop
7 years ago
Zeng Jinle
a91964c8fe
Revert "PaddingRNN model memory optimize"
...
test=develop
7 years ago
minqiyang
f83739499c
Polish code
...
test=develop
7 years ago
minqiyang
7355d41834
1. Add imperative gperf profiler
...
2. Add binutils 2.27 in manylinux support
test=develop
7 years ago
Zeng Jinle
0b49e43d3a
Merge pull request #16144 from sneaxiy/rnn_mem_opt
...
PaddingRNN model memory optimize
7 years ago
sneaxiy
ac0e0f5181
merge develop
...
test=develop
7 years ago
minqiyang
42e96a029f
Accelerate CPU part
7 years ago
Kaipeng Deng
1a4a90a81d
Merge pull request #16140 from tink2123/arc_function
...
Add the inverse trigonometric function
7 years ago
Yan Xu
30568473ec
fix broadcast on mp mode ( #15951 )
...
* fix broadcast with mp mode
* polish code test=develop
* fix bcast strategy test=develop
* fic cpplint test=develop
* fix py3 failed test=develop
* fix comment test=develop
* update comment test=develop
7 years ago
baojun
e3c37bd564
remove const_cast and refactor ngraph engine code ( #15925 )
...
* remove concast_cast and refactor code test=develop
* reduce flag use test=develop
7 years ago
Zhen Wang
41b8cf0bae
Merge pull request #16162 from wzzju/fix_nan_static_quant
...
Fix NaN bugs for static quantization strategy (mutil-cards train).
7 years ago
Qiyang Min
d4e8c99f4b
Merge pull request #16095 from velconia/transfer_gru_unit
...
Imperative transfer gru unit
7 years ago
dengkaipeng
2c0abba0c3
fix test_detection. test=develop
7 years ago
Zhen Wang
94b7c1ea7b
Merge pull request #16107 from wzzju/add_graph_clone
...
Add clone function for IrGraph.
7 years ago
Zhen Wang
5420cf95f5
Merge pull request #16070 from wzzju/channel_wise_quant_op
...
Add channel wise quant op and channel wise dequant op.
7 years ago
dengkaipeng
e4e3764060
use memory Copy. 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
Zhen Wang
b8d1f5038e
Add the executor test for the graph clone API. test=develop
7 years ago
dengkaipeng
afdf3c3f84
fix doc.test=develop
7 years ago
dengkaipeng
af4ef80e5b
fix API.spec not add defaults. test=develop
7 years ago
dengkaipeng
0d1a9996ac
fix unittest for yolov3_loss. test=develop
7 years ago
dengkaipeng
626fb859d9
add param default doc. test=develop
7 years ago
dengkaipeng
00e822d2a0
fix test_detection. test=develop
7 years ago
dengkaipeng
abb5a9c726
fix doc statement. test=develop
7 years ago
dengkaipeng
ad897304f9
fix pre-commit. test=develop
7 years ago
dengkaipeng
deec3ac1e9
fix infer error.
7 years ago
dengkaipeng
c9d4676bee
fix multi batch idx error. test=develop
7 years ago
dengkaipeng
cb2dca53c1
fix cuda kernel error
7 years ago
dengkaipeng
452373decb
resize box in input image scale. test=develop
7 years ago
dengkaipeng
3896d955c7
add yolo_box_op CPU kernel
7 years ago
Zhen Wang
4ab0607634
fix NaN bugs.
7 years ago
Qiyang Min
4e8c03bdfe
Imperative fix conv2d's attrs bugs ( #16158 )
...
* Remove Desc in Forward Pass
* Refactor VarBase
* Add dbg info
* Only check type in imperative mode
* Polish code and support optimizer
test=develop
* Fix stop gradient problem in PyLayer
test=develop
* Fix conv2d's attrs
test=develop
7 years ago
Zhen Wang
ac6ef06ffa
Add the Clone method in Graph. test=develop
7 years ago
Zhen Wang
01eddf125c
Not add graph copy construction method. test=develop
7 years ago
Zhen Wang
1b9c8d5f06
add clone function for IrGraph. test=develop
7 years ago
jerrywgz
08e757318c
Merge pull request #16145 from ceci3/npair_loss0
...
fix npair loss
7 years ago
minqiyang
de212ae274
Polish code
...
test=develop
7 years ago
Qiyang Min
1f4aa7a202
Imperative remove all descs ( #16045 )
...
* Remove Desc in Forward Pass
* Refactor VarBase
* Add dbg info
* Only check type in imperative mode
* Polish code and support optimizer
test=develop
* Fix stop gradient problem in PyLayer
test=develop
7 years ago
minqiyang
45c9f2a68a
Fix bugs in piecewise decay
...
test=develop
7 years ago
Zeng Jinle
472f16b5aa
Merge pull request #16063 from sneaxiy/enhance_gc
...
Enhance gc
7 years ago
minqiyang
a424ab499e
Change CMakeFiles
...
test=develop
7 years ago
minqiyang
feb39028c6
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_lr_scheduler
7 years ago
minqiyang
d17bb4e600
Add unit test for gru unit
...
test=develop
7 years ago
minqiyang
0d27d204d8
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into transfer_gru_unit
7 years ago
Qiyang Min
5f33164f3d
Merge pull request #16125 from panyx0718/imperative
...
add imperative and declarative mode testbase and example
7 years ago
minqiyang
2050f31c26
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into transfer_gru_unit
...
test=develop
7 years ago
wopeizl
a38db3cb99
Fixrecordio ( #16124 )
...
* fix recordio on win
test=develop
* test=develop
* test=develop
* fix code style
test=develop
* test=develop
7 years ago
Qiao Longfei
43378ad626
add flags to init
7 years ago
sneaxiy
b80d76f784
merge develop
7 years ago
sneaxiy
aa2335c218
add py_reader doc
7 years ago
ceci3
8468c39318
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into npair_loss0
7 years ago
ceci3
24fbe6d610
test=develop, replace sce
7 years ago
sneaxiy
cfd012e2cb
add unittest
...
test=develop
7 years ago
sneaxiy
d7407c90aa
refine cross_entropy mem
...
test=develop
7 years ago
sneaxiy
732fa00eaf
disable gc in recurrent_op currently
...
test=develop
7 years ago
Qiao Longfei
eb6af305d6
change embedding interface addnremote_prefetch
7 years ago
Qiao Longfei
0a828fef82
add some flags for communicator
7 years ago
jerrywgz
55a785bb10
Merge pull request #15949 from ceci3/npair_loss0
...
add npair loss op
7 years ago
tink2123
837ad7f86f
Add the inverse trigonometric function
...
test=develop
7 years ago
chengduo
2f1b3afa6f
fix compiler_py bug ( #16122 )
...
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
Xin Pan
81773d0b1c
add imperative and declarative mode testbase and example
...
test=develop
7 years ago
Zhen Wang
7ea5990ca6
update some details. test=develop
7 years ago
Zhen Wang
bf807d69a4
avoid ce fails on windows.
7 years ago
Zhen Wang
6e0311ee8c
Merge pull request #16084 from wzzju/fix-quantization-pass-ut
...
Avoid ce fails on windows.
7 years ago
dengkaipeng
5c1920b731
add Attr shift_ratio. 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
Jiabin Yang
e233b91a23
test=develop, fix using create_parameter with attr set to False error ( #16115 )
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
ceci3
23a9035b21
test=develop, update doc
7 years ago
Jiabin Yang
0217058321
test=develop, fix layers bug ( #16099 )
7 years ago
Jiabin Yang
4f3c8a41be
test=develop, fix layers bug ( #16099 )
7 years ago
Zhen Wang
3cf0ee414d
update some details. test=develop
7 years ago
jerrywgz
b0e3c02410
Merge pull request #15952 from jerrywgz/fpn_ops
...
add distribute fpn proposals op, test=develop
7 years ago
dengkaipeng
9344a4eb42
refine test_temporal_shift. test=develop
7 years ago
dengkaipeng
6a62b9d8a0
add temporal_shift_op. test=develop
7 years ago
sneaxiy
d0f8d94ca4
try to fix unittest
...
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
ceci3
fe888728d6
test=develop, change testfile
7 years ago
jerrywgz
847bb6a279
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fpn_ops
7 years ago
Wu Yi
5e92eb3f25
add parallel graph dist test ( #16076 )
...
* add parallel graph dist test=develop
* update test=develop
* update style test=develop
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
a2e83d1d7b
add box_coder_and_assign, test=develop
7 years ago
Wu Yi
d206582337
add parallel graph dist test ( #16076 )
...
* add parallel graph dist test=develop
* update test=develop
* update style test=develop
7 years ago
minqiyang
6871fe635b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into transfer_gru_unit
7 years ago
minqiyang
f49d9b393c
Transfer GRU unit
...
test=develop
7 years ago
Qiao Longfei
a0bb18beec
Merge branch 'add-async-ssa-graph-executor' of ssh://github.com/jacquesqiao/Paddle into add-async-ssa-graph-executor-communicator
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
69859718a0
test=develop, change labels name
7 years ago
ceci3
c109e6b3aa
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into npair_loss0
7 years ago
ceci3
7613918e23
test=develop, change labels name
7 years ago
Zhen Wang
0cb50bb983
avoid ce fails on windows.
7 years ago
xiaolil1
a177d48217
Add Requantize OP ( #15318 )
...
* Enable INT8 ReQuantize OP
test=develop
* Clean code
test=develop
* Add comments
test=develop
* Revert "Clean code"
test=develop
This reverts commit a7a49b8aa214f9730cb84e11ea96da564fe4b4d9.
* Modify requantize op test
test=develop
* fix requantize UT by moving public function to public test file.
test=develop
* Fix test fail due to file address change.
test=develop
* Change file address for requantize op.
test=develop
7 years ago
sneaxiy
7b608396fe
fix travis-ci format check
...
test=develop
7 years ago
ceci3
dc57952b7f
test=develop, add random to testfile
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
Jiabin Yang
ab19d92e16
test=develop, reconstruct layer helper to fit imperative usage ( #15938 )
...
* test=develop, reconstruct layer helper to fit imperative usage
* test=develop, fix import error on py35
* test=develop, fix rnn gradient error
* test=develop, delete test use code
* test=develop, remove helper from imperative usage
* test=develop, fix test_base_layer using new helper
* test=develop, reconstruct layerhelper for imperative mode
* test=develop, reconstruct layerhelper for imperative mode
* test=develop, fix bug
* test=develop, fix test failed bug
* test=develop, fix test failed bug
* test=develop, fix test failed bug
* test=develop, fix bug
* test=develop, polish code
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
chengduo
9c3560931c
Unified PE and compiler ( #16042 )
...
* unified PE and compiler
test=develop
* Polish code
test=develop
7 years ago
liuwei1031
9cc6f4009f
add IfElse test case for ir memory optimize ( #15998 )
...
* add ir memory optimize test case for IfElse op, test=develop
* fix some unitttest failure by force using the python memory_optimize, test=develop
* tweak comments, test=develop
* fix unittest, test=develop
* fix unittest, test=develop
7 years ago
whs
bd9669003f
Make sequence_erase op support for input with multi-level LoD. ( #15982 )
...
test=develop
7 years ago
lidanqing
21156b8d4c
MKLDNN: Add UT for conv_transpose_mkldnn op. ( #16030 )
...
* MKLDNN: Add UT for conv_transpose_mkldnn op.
test=develop
* MKLDNN: Add fuse_bias check UT for conv_transpose_mkldnn op.
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
9c47f36d1b
fix spectral_norm doc. test=develop
7 years ago
dengkaipeng
91f8531586
refine test_spectral_norm. 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
dengkaipeng
ca1502c7f5
add grad kernel for spectral_norm. test=develop
7 years ago
dengkaipeng
8956a59637
add unittest for spectral_norm. test=develop
7 years ago
dengkaipeng
fd66089d23
add spectral_norm forwarn kenel
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
Jiabin Yang
654825cfe3
test=develop, reconstruct layer helper to fit imperative usage ( #15938 )
...
* test=develop, reconstruct layer helper to fit imperative usage
* test=develop, fix import error on py35
* test=develop, fix rnn gradient error
* test=develop, delete test use code
* test=develop, remove helper from imperative usage
* test=develop, fix test_base_layer using new helper
* test=develop, reconstruct layerhelper for imperative mode
* test=develop, reconstruct layerhelper for imperative mode
* test=develop, fix bug
* test=develop, fix test failed bug
* test=develop, fix test failed bug
* test=develop, fix test failed bug
* test=develop, fix bug
* test=develop, polish code
7 years ago
sneaxiy
33138a421d
remove match check
...
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
Qiao Longfei
c09477b057
revert change
7 years ago
Zhen Wang
8063b31e2d
Reduce redundant code for channel wise dequant op. test=develop
7 years ago
chengduo
c11f531244
Unified PE and compiler ( #16042 )
...
* unified PE and compiler
test=develop
* Polish code
test=develop
7 years ago
dengkaipeng
40405d132c
add doc and API.spec. test=develop
7 years ago
dengkaipeng
e90e0bdfa2
fix for gpu grad. test=develop
7 years ago
dengkaipeng
ebcb7a7ac8
fix grad check. test=develop
7 years ago
dengkaipeng
3e3a983a69
add kldiv_loss op. test=develop
7 years ago
Zhen Wang
e8f9dac7ab
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into channel_wise_quant_op
...
test=develop
7 years ago
Zhen Wang
806832e091
update the input format of channel wise dequantize op.
7 years ago
jerrywgz
f0177a1ed1
refine doc, test=develop
7 years ago
jerrywgz
072eca348a
refine doc, test=develop
7 years ago
Kaipeng Deng
6d8771b55c
Merge pull request #15864 from heavengate/spectral_norm
...
Add spectral norm op
7 years ago
sneaxiy
814a759061
merge develop
...
test=develop
7 years ago
sneaxiy
597dc65e76
enhance gc
...
test=develop
7 years ago
liuwei1031
caadd0581d
add IfElse test case for ir memory optimize ( #15998 )
...
* add ir memory optimize test case for IfElse op, test=develop
* fix some unitttest failure by force using the python memory_optimize, test=develop
* tweak comments, test=develop
* fix unittest, test=develop
* fix unittest, test=develop
7 years ago
whs
0f99d24083
Make sequence_erase op support for input with multi-level LoD. ( #15982 )
...
test=develop
7 years ago
Qiao Longfei
e92ad8a209
optimize test_async_ssa_graph_executor_mnist test=develop
7 years ago
Qiao Longfei
b2c082c46f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor
7 years ago
Zhen Wang
89dee160d1
add channel wise dequantize op.
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
d497bd9079
resolve conflict, test=develop
7 years ago
jerrywgz
41471d28ac
add box_coder_and_assign, test=develop
7 years ago
lidanqing
02c106c717
MKLDNN: Add UT for conv_transpose_mkldnn op. ( #16030 )
...
* MKLDNN: Add UT for conv_transpose_mkldnn op.
test=develop
* MKLDNN: Add fuse_bias check UT for conv_transpose_mkldnn op.
test=develop
7 years ago
Qiao Longfei
fab1b54d99
Merge branch 'add-communicator' of ssh://github.com/jacquesqiao/Paddle into add-async-ssa-graph-executor-communicator
7 years ago
dengkaipeng
54bbbfa71f
fix doc statement. test=develop
7 years ago
dengkaipeng
c1a69e3ea0
refine doc. test=develop
7 years ago
dengkaipeng
82d514345c
fix spectral_norm doc. test=develop
7 years ago
dengkaipeng
24fa74d901
refine test_spectral_norm. 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
dengkaipeng
70dbd59839
add grad kernel for spectral_norm. test=develop
7 years ago
dengkaipeng
72509ec3bd
add unittest for spectral_norm. test=develop
7 years ago
dengkaipeng
3bf1ae9b59
add spectral_norm forwarn kenel
7 years ago
zhaoyuchen
032ea9ceda
Fix array_read code error.
...
test=develop
Signed-off-by: zhaoyuchen <zhaoyuchen01@baidu.com>
7 years ago
Zhen Wang
545247d7b4
add channel wise quantize op.
7 years ago
ceci3
44a4ac0f8c
fix API.spec and testfile
7 years ago
Qiao Longfei
e70b1727ef
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor
7 years ago
ceci3
3b96aa0839
conflict fix
7 years ago
lidanqing
667bc256d2
UT for conv2d_mkldnn_op with fuse_bias and fuse_residual ( #16016 )
...
test=develop
7 years ago
chengduo
d4b461eb10
Unified ParallelExecutor and Compiler ( #15970 )
...
* Unified ParallelExecutor and Compiler
7 years ago
Krzysztof Binias
ea9d6731dc
Add test for ceil mode
...
test=develop
7 years ago
sneaxiy
1a5f31b53c
Fix doc
...
test=develop
7 years ago
Zhen Wang
aabe84708a
improve save_persistable api doc. test=develop ( #15911 )
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
minqiyang
94c8ce3f13
reduce ut time
...
test=develop
7 years ago
minqiyang
a5dc2812e3
increment resnet and ptbrnn's batch_num
...
test=develop
7 years ago
minqiyang
3723dcc301
Polish code
...
test=develop
7 years ago
minqiyang
212242c4e4
Polish code
...
test=develop
7 years ago
minqiyang
3f4aeed57f
Polish code
...
test=develop
7 years ago
minqiyang
b754bf30fb
Reset output var's pre_op pointer when op was destructed
7 years ago
baojun
ac72bcd065
Added adam op test=develop ( #15710 )
7 years ago
shippingwang
639118260c
fixed typo, test=develop
7 years ago
dzhwinter
4449e85528
polish cudnn related code and fix bug. ( #15164 )
...
* staged.
* polish code
* polish code. test=develop
* polish code. test=develop
* api change. test=develop
* fix default value. test=develop
* fix default value. test=develop
7 years ago
Xin Pan
8e094f7117
polish
...
test=develop
7 years ago
Xin Pan
9f3a325222
add deprecation warning.
...
test=develop
7 years ago
mozga-intel
06a7f741f0
The flag of mkldnn is enabled iff it is necessary
...
test=develop
7 years ago
baojun-nervana
320b27988c
added concat op test=develop
7 years ago
minqiyang
b71af29fb4
Remove var op deps in imperative mode
...
test=develop
7 years ago
tensor-tang
ce4cc482a4
add sgd jitcode and op test
...
test=develop
7 years ago
minqiyang
cd2db80655
Add tracer implementation
...
test=develop
7 years ago
minqiyang
701af43958
Fix bugs
...
test=develop
7 years ago
jerrywgz
4f43e981c1
add comment for revise, test=develop
7 years ago
minqiyang
f1a2d20430
invoke backward_hooks after reduce op's depcounts map
...
test=develop
7 years ago
minqiyang
e0a2b472f4
Move ClearBlock into OpBase and VarBase's destructor
...
test=develop
7 years ago
minqiyang
9abf40c9e2
Add imperative python tracer
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
sneaxiy
a9ea99d700
merge develop
7 years ago
Zeng Jinle
cae6614c98
Merge pull request #16005 from sneaxiy/develop-fix-executor-doc
...
Fix develop Executor doc
7 years ago
lidanqing
dd1c7ee604
UT for conv2d_mkldnn_op with fuse_bias and fuse_residual ( #16016 )
...
test=develop
7 years ago
Tao Luo
96f7fc60ee
Merge pull request #16013 from kbinias/kbinias/poll-mkldnn-ut
...
MKL-DNN: Add a unit test for pooling when ceil mode is enabled
7 years ago
chengduo
ae37f82964
Unified ParallelExecutor and Compiler ( #15970 )
...
* Unified ParallelExecutor and Compiler
7 years ago
Krzysztof Binias
54f21a5c47
Add test for ceil mode
...
test=develop
7 years ago
sneaxiy
7c4303bc4a
Fix doc
...
test=develop
7 years ago
Zhen Wang
46c5e37858
improve save_persistable api doc. test=develop ( #15911 )
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
Qiao Longfei
847e4f4e85
pure async mode train
7 years ago
sneaxiy
3334c279d0
add sample_generator
...
test=develop
7 years ago
Qiyang Min
187cffd019
Merge pull request #15928 from velconia/imperative_backward_hooks
...
Imperative backward hooks
7 years ago
jerrywgz
a9c0968b79
refine api doc, test=develop
7 years ago
minqiyang
fa1ff1d2f1
reduce ut time
...
test=develop
7 years ago
Tao Luo
c494f64a0f
Merge pull request #15941 from mozga-intel/mozga-intel/enable_mkldnn_framework
...
The flag of mkldnn engine is enabled iff it is necessary
7 years ago
tensor-tang
e5f9d3a47c
Merge pull request #15892 from tensor-tang/jit/sgd
...
refine sgd op
7 years ago
minqiyang
659a719315
increment resnet and ptbrnn's batch_num
...
test=develop
7 years ago
minqiyang
50639fafdb
Polish code
...
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
minqiyang
fe406b98c9
Polish code
...
test=develop
7 years ago
Xin Pan
a63e2a0a4f
Merge pull request #15948 from panyx0718/api2
...
Add deprecation warning
7 years ago
minqiyang
f469bb6b36
Polish code
...
test=develop
7 years ago
sneaxiy
7b5a9d75d9
add cache reader
...
test=develop
7 years ago
minqiyang
ac88c62a5b
Reset output var's pre_op pointer when op was destructed
7 years ago
baojun
f285191fb3
Added adam op test=develop ( #15710 )
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
tensor-tang
58b8231338
added concat op test=develop ( #15946 )
7 years ago
shippingwang
733da7b2fc
fixed typo, test=develop
7 years ago
jerrywgz
0f652f304c
add distribute fpn proposals op, test=develop
7 years ago
ceci3
6bce986107
2018 -> 2019
7 years ago
dzhwinter
225c11a91f
polish cudnn related code and fix bug. ( #15164 )
...
* staged.
* polish code
* polish code. test=develop
* polish code. test=develop
* api change. test=develop
* fix default value. test=develop
* fix default value. test=develop
7 years ago
Xin Pan
0c277ac6e9
polish
...
test=develop
7 years ago
ceci3
4b7bf06e1f
test=develop
7 years ago
sneaxiy
69b1ebdfa5
merge develop
...
test=develop
7 years ago
Xin Pan
840cf780e4
add deprecation warning.
...
test=develop
7 years ago
mozga-intel
68a9ead17a
The flag of mkldnn is enabled iff it is necessary
...
test=develop
7 years ago
baojun-nervana
e4ab40a7b9
added concat op test=develop
7 years ago
minqiyang
cb85ee987b
Remove var op deps in imperative mode
...
test=develop
7 years ago
colourful-tree
7d8f639883
Merge pull request #15902 from colourful-tree/new_develop
...
remove mkldnn & fix commit
7 years ago
dzhwinter
15de2dff00
Merge pull request #15926 from dzhwinter/test/add_ir_mem_opt_tests
...
add ir memory optimize test base
7 years ago
Zhen Wang
e00c7a2e26
Merge pull request #15830 from wzzju/add_ir_node_encapsulation
...
add IrNode&IrVarNode&IrOpNode. test=develop
7 years ago
tensor-tang
7044cfa7c7
add sgd jitcode and op test
...
test=develop
7 years ago
lujun
a4b4ecd8b6
Merge pull request #15906 from junjun315/fix-api-doc-20190220
...
Fix util-plot for py3
7 years ago
qingqing01
8e439ccfff
Fix bug in fake_quantize_op and add more unit testing ( #15912 )
7 years ago
Qiao Longfei
49f2f4f91d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-communicator
7 years ago
minqiyang
50c2eb0ec2
Add tracer implementation
...
test=develop
7 years ago
Qiao Longfei
f768fbf715
support multi graph
...
test=develop
7 years ago
dzhwinter
48d9fd08e5
fix default value. test=develop
7 years ago
minqiyang
efb2f2baf8
Fix bugs
...
test=develop
7 years ago
Tao Luo
2c5c7b2a7e
Merge pull request #15922 from kbinias/kbinias/reuse-primitives-activations-and-softmax-mkldnn-ut
...
MKL-DNN: Add Activations and Softmax UTs to check if primitives already exist in backward
7 years ago
dzhwinter
dfb2121967
fix default value. test=develop
7 years ago
dzhwinter
a4cf295471
fix default value. test=develop
7 years ago
dzhwinter
a922a0a1ef
fix default value. test=develop
7 years ago
jerrywgz
b53fdbed2c
add comment for revise, test=develop
7 years ago
sneaxiy
2e67f8ae88
add doc
...
test=develop
7 years ago
dzhwinter
6477b443f3
fix default value. test=develop
7 years ago
chengduo
7ca8553d4e
Add alloc_continuous_space_op ( #15900 )
...
* add alloc_continuous_space_op
test=develop
* Polish code
test=develop
* follow comment
test=develop
8 years ago
dzhwinter
131e4a3b5f
Merge pull request #15904 from dzhwinter/fix/disable_temp
...
fix nightly build
8 years ago
Qiao Longfei
cf0511f21e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor
...
test=develop
8 years ago
Krzysztof Binias
851ea04dec
Add UTs to check whether primitives for activations and softmax already exist in backward
...
test=develop
8 years ago
Zhen Wang
548931456c
update some functions' names according to the suggestion. test=develop
8 years ago
sneaxiy
c545f1ed8f
unify API
...
test=develop
8 years ago
minqiyang
b420ec3a92
invoke backward_hooks after reduce op's depcounts map
...
test=develop
8 years ago
Qiyang Min
4bd28b304b
Merge pull request #15831 from velconia/imperative_engine
...
Imperative training network to the end
8 years ago
Xin Pan
a6e3cd5eb7
Merge pull request #15425 from panyx0718/api
...
Pass graph to parallel executor instead of program
8 years ago
Qiao Longfei
b8491bfd4e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-communicator
8 years ago
sneaxiy
a8c4324d3c
fix hang bug
8 years ago
sneaxiy
b17541a9c1
fix hang bug
8 years ago
Zhen Wang
0bf809c9b3
add set_attr for IrOpNode. test=develop
8 years ago
Zhen Wang
7c8f7df2fe
add some op_des funs to IrOpNode and add some var_des funs to IrVarNode. test=develop
8 years ago
Zhen Wang
33f99d6197
add IrNode&IrVarNode&IrOpNode. test=develop
8 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
8 years ago
Xin Pan
44e7fcddc5
Merge pull request #15844 from panyx0718/infer
...
add per kernel config and remove const_cast.
8 years ago
minqiyang
84bf4d7b06
Move ClearBlock into OpBase and VarBase's destructor
...
test=develop
8 years ago
Xin Pan
8b1672fe76
follow comments
...
test=develop
8 years ago
minqiyang
2b3510bc50
Add imperative python tracer
8 years ago
lujun
23560d08f0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-api-doc-20190220
8 years ago
lujun
da92a2cedc
fix util plot for py3, test=develop
8 years ago
dzhwinter
2578241996
fix default value. test=develop
8 years ago
colourful-tree
f2d6473ef8
Merge branch 'develop' into new_develop
8 years ago
heqiaozhi
04f876f5bc
remove mkl & fix commit
8 years ago
dengkaipeng
de50854e2d
add python example. test=develop
8 years ago
dengkaipeng
60305196b8
fix spell mistakes. test=develop
8 years ago
dengkaipeng
26825d991d
use comment in pool3d. test=develop
8 years ago
dengkaipeng
aecc9741c0
fix pool3d doc. test=develop
8 years ago
xuezhong
f857e07987
Merge pull request #15893 from xuezhong/add_sample_logits_op
...
fix bug for sampled softmax
8 years ago
乔龙飞 Qiao Longfei
ec8e878200
Merge pull request #15840 from jacquesqiao/revert-15684-revert-15661-fix-cpu-broadcast
...
fix cpu broadcast
8 years ago
xuezhong
a5acb37e4a
use soft label for sampled softmax
...
test=develop
8 years ago
xuezhong
1dad36f6aa
Merge pull request #15609 from xuezhong/add_sample_logits_op
...
add sample_logits and sampled_softmax_with_cross_entropy op
8 years ago
Qiao Longfei
2b7931d5c9
refine code test=develop
8 years ago
Kaipeng Deng
9e524a7b51
Merge pull request #15870 from heavengate/fix_adaptive_pool_doc
...
fix adaptive pool doc.test=develop
8 years ago
sneaxiy
1e4c0a6f72
merge develop
8 years ago
shippingwang
eb932f717a
add cosine decay op, test=develop
8 years ago
dengkaipeng
144016fcfc
fix adaptive_pool and yolov3_loss. test=develop
8 years ago
minqiyang
9dc64edfd9
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_engine
...
test=develop
8 years ago
Xin Pan
4a00bea736
Merge pull request #15789 from panyx0718/imperative2
...
polish parameter names
8 years ago
Xin Pan
12a0e2ed9d
polish codes
...
test=develop
8 years ago
Xin Pan
19d78f6797
polish
...
test=develop
8 years ago
xuezhong
d266bac943
remove test temporal
...
test=develop
8 years ago
xuezhong
81870723c6
Merge pull request #15605 from xuezhong/fix_bug_for_lstmp
...
Fix bug for lstmp
8 years ago
minqiyang
1bf4b8ab60
keep parameters in block
...
test=develop
8 years ago
Xin Pan
32d5a16036
resolve conflicts
...
test=develop
8 years ago
dengkaipeng
19292ac6a1
fix adaptive pool doc.test=develop
8 years ago
Xin Pan
006c32f93d
polish parameter names
...
parameters within a Layer instance should be unique.
test=develop
8 years ago
Krzysztof Binias
309ea6f2de
Fix for pylint Failed
...
test=develop
8 years ago
Xin Pan
26e32e095a
allow compiler to use graph
...
test=develop
8 years ago
minqiyang
8fe0c0c52c
implement backward refs
8 years ago
Krzysztof Binias
1578c60bdd
Add new ut and remove unnecessary code
...
test=develop
8 years ago
Xin Pan
5eb87506bc
add per kernel config and remove const_cast.
...
test=develop
8 years ago
Qiao Longfei
31a05d3efd
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor
...
test=develop
8 years ago
xuezhong
a7e7d95203
Merge pull request #15630 from xuezhong/fix_bug_adagrad2
...
add initial_accumulator_value for adagrad
8 years ago
Xin Pan
6019054cdd
Merge pull request #15716 from Yancey1989/refine_pg
...
Refine ParallelGraph Execution
8 years ago
Dun
a83e470405
Profiler refine and add CUDA runtime api tracer ( #15301 )
...
* refine profiler && add runtime tracer
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* fix bug && test=develop
* add thread id map && test=develop
* test=develop
* testing
* bug fix
* remove cuda event && refine code && test=develop
* test=develop
* test=develop
* test=develop
* fix windows temp file && test=develop
* test=develop
* fix windows bug && test=develop
* fix start up issue && test=develop
* code polish && test=develop
* remove unused code && test=develop
* add some cupti cbid && test=develop
* add FLAGS_multiple_of_cupti_buffer_size && test=develop
* fix compile error && test=develop
* add keyword && test=develop
* fix && test=develop
* code polish && test=develop
8 years ago
Qiao Longfei
cc71e89499
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor
...
test=develop
8 years ago
minqiyang
74551758cc
Polish code
...
test=develop
8 years ago
minqiyang
1f0ef42e60
Change atol of numpy allclose
8 years ago
jerrywgz
c0d33f1362
Merge pull request #15817 from jerrywgz/fix_nm_unittest_py36
...
fix nms unittest in py36
8 years ago
Zeng Jinle
c420375185
Merge pull request #15806 from sneaxiy/fix-compiler
...
Fix compiler.py place compare bug
8 years ago
xuezhong
46fcadec18
add parameter description
...
test=develop
8 years ago
tangwei12
971f3bc9b0
fix params with only 1 dim ( #15828 )
...
* fix params with only 1 dim
* test=develop
8 years ago
minqiyang
f53e1d5c4b
implement ClearBlock
8 years ago
chengduo
fbb5404652
fix test_parallel_executor_seresnex timeout ( #15812 )
...
test=develop
8 years ago
wopeizl
9656852c02
Merge pull request #15827 from JiabinYang/feature/update_protobuf
...
test=develop, fix protobuf runtime update and keep lib in 3.1.0
8 years ago
sneaxiy
27e1a9ee5a
fix hang bug
...
test=develop
8 years ago
sneaxiy
7160cb0f32
decoupled reader
...
test=develop
8 years ago
mozga-intel
13ec2d331b
Enable momentum operator for a ngraph engine ( #15673 )
...
* Enable momentum operator for a ngraph engine
test=develop
* Update tests
test=develop
* Unnecessary line of the code as intended was removed
test=develop
8 years ago
JiabinYang
ba38be7242
test=develop, fix protobuf runtime update and keep lib in 3.1.0
8 years ago
Tao Luo
50ffed27f6
Merge pull request #15813 from luotao1/legacy_any
...
remove legacy any.cmake
8 years ago
jerrywgz
4711d88a2f
fix nms unittest in py36, test=develop
8 years ago
dzhwinter
a0666b05c4
Merge pull request #15784 from dzhwinter/fix/add_test
...
fix default value in compiler.py
8 years ago
Jiabin Yang
f1df9dba24
test=develop, update fluid.layers to LaryerHelper ( #15797 )
8 years ago
sneaxiy
d331e97af8
fix compiler place compare
...
test=develop
8 years ago
Tao Luo
60cb0b9781
remove legacy $external_project_dependencies variable
...
test=develop
8 years ago
xuezhong
6b83845c41
update for backward compatibility
...
test=develop
8 years ago
xuezhong
d328660304
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
8 years ago
xuezhong
57294fa890
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_adagrad
...
test=develop
8 years ago
xuezhong
794b90c93f
for backward compatibility
8 years ago
Tao Luo
6402424f7a
Merge pull request #15773 from chengduoZH/fix_shape_api_doc
...
Fix shape api doc
8 years ago
xuezhong
d12252e6a6
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
...
test=develop
8 years ago
xuezhong
bf6eb60d12
change var name
8 years ago
xuezhong
c5360a3f6b
refine code
8 years ago
Jiabin Yang
a661d0bd1d
Merge pull request #15720 from JiabinYang/feature/update_protobuf
...
test=develop, update protobuf
8 years ago
Zeng Jinle
adea672b0e
Merge pull request #15783 from sneaxiy/develop-fix-api-arg0
...
Fix pybind api arg0
8 years ago
chengduozh
9ae764c11d
fix doc
...
test=develop
8 years ago
mozga-intel
df23a6f894
Enable cross_entropy operator for a ngraph engine ( #15674 )
...
* Enable cross_entropy operator for a ngraph engine
test=develop
* Update tests
test=develop
* Added PADDLE_ENFORCE for the batch_norm operator
test=develop
* Update the message about which format are supported right now
test=develop
8 years ago
dzhwinter
07ee40c6e9
fix default value. test=develop
8 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
8 years ago
sneaxiy
3d0610b59b
fix data doc
...
test=develop
8 years ago
baojun
72061b0ac0
Add ngraph op coverage ( #15721 )
8 years ago
Tao Luo
572c67e653
Merge pull request #15775 from velconia/fix_api_ftrl_opt
...
Fix FtrlOptimizer's API comment
8 years ago
chengduozh
d79d2f686c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_shape_api_doc
...
test=develop
8 years ago
dzhwinter
28609b3435
Merge pull request #15696 from dzhwinter/cherry-pick/memory
...
cherry picked modifies.
8 years ago
xuezhong
4424021623
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
8 years ago
minqiyang
700495e11f
Fix FtrlOptimizer's API comment
...
test=develop
8 years ago
chengduozh
3ce12b1b8e
fix shape api doc
...
test=develop
8 years ago
minqiyang
52e5ee60bd
Add debug info
8 years ago
dzhwinter
6cb0208ab0
add reference. test=develop
8 years ago
Tao Luo
a2a0251db0
Merge pull request #15681 from chengduoZH/refine_api_doc
...
Refine the doc of reshape, stack
8 years ago
dzhwinter
18afb77e78
polish code for reading. test=develop
8 years ago
Tao Luo
e17017aa65
Merge pull request #15739 from guomingz/resolve_issue_15724
...
resolve #15724
8 years ago
Wu Yi
8666902b9d
fix test_transpiler random fail test=develop ( #15736 )
8 years ago
dzhwinter
6deac40724
polish code for reading. test=develop
8 years ago
dzhwinter
d0a2a202d0
polish code for reading. test=develop
8 years ago
dzhwinter
c1455e606d
Merge remote-tracking branch 'origin/develop' into cherry-pick/memory
...
test=develop
8 years ago
dzhwinter
d376cf71b7
polish code for reading. test=develop
8 years ago
chengduozh
1e46ab2e3e
follow comment
...
test=develop
8 years ago
Xin Pan
69f5c0eee2
Merge pull request #15557 from panyx0718/imperative
...
add sugar for fetching parameters and layers
8 years ago
Zhang, Guoming
e5d3d7c63d
resolve #15724
...
1.Remove the code for setting mkldnn environment in the test_calibration.py;
2.Update the cmake file for MKLDNN environment enabling;
3.Update the INT8 inference doc.
test=develop
8 years ago
Xin Pan
792719fb7e
polish test
...
test=develop
8 years ago
Zhen Wang
832bd720d1
Merge pull request #15610 from wzzju/quantization_inference_passes
...
Quantization inference passes
8 years ago
Xin Pan
54f4d58553
make parameter and layer access easier
...
test=develop
8 years ago
Dun
f7b768d364
fix group_norm ( #15727 )
...
* fix group_norm
* test=develop
8 years ago
Xin Pan
408a9bb2e7
polish
...
test=develop
8 years ago
Xin Pan
989138378d
add sugar for fetching parameters
...
test=develop
8 years ago
Tao Luo
4c8feae43d
Merge pull request #15718 from luotao1/v2_code
...
remove legacy v2 codes
8 years ago
Tao Luo
b9999435b7
remove 'import paddle.v2' in read data
...
test=develop
8 years ago
Tao Luo
31287cdb43
remove legace v2 code in python/paddle/utils
8 years ago
JiabinYang
fe7ffedc1a
test=develop, update protobuf
8 years ago
dzhwinter
84f067be94
update. test=develop
...
test=develop
8 years ago
Yancey1989
88d3dc949e
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into refine_pg
...
test=develop
8 years ago
Yancey1989
f3463ecb6e
refine pg execution
8 years ago
dzhwinter
d453b0dcf7
add details. test=develop
8 years ago
jerrywgz
6f11f35abe
Merge pull request #15703 from jerrywgz/enhance_expand_op
...
support multiple var types for expand op
8 years ago
chengduo
c794ecf641
Remove test_image_classification_resnet from mac CI ( #15706 )
...
* remove est_image_classification_resnet for mac
test=develop
* increate the timeout
test=develop
8 years ago
dzhwinter
283573c6aa
add details. test=develop
8 years ago
jerrywgz
a52d5d5095
refine unittest, test=develop
8 years ago
Tao Luo
25ec6a2cfd
Merge pull request #15657 from qingqing01/fix_bn_api
...
Fix batch_norm API for data_layout.
8 years ago
乔龙飞 Qiao Longfei
45b19cbc9a
Revert "Revert "cpu reduce mode did not need to broadcast params test=develop""
8 years ago
baojun
c47e258ea4
Add ngraph sum, sigmoid, relu_grad and tanh_grad op ( #15642 )
...
* Added ngraph sum op test=develop
* Added sigmoid, relu_grad and tanh_grad test=develop
* remove duplicates test=develop
8 years ago
dzhwinter
51d1e8cd06
add details. test=develop
8 years ago
Zhen Wang
bc95a4ccfe
Merge branch 'develop' into quantization_inference_passes
8 years ago
jerrywgz
8fc0fc314a
support multiple var types for expand op, test=develop
8 years ago
chengduozh
ba223e9566
doc refine
...
test=develop
8 years ago
tensor-tang
31fd8ce1e1
Merge pull request #15375 from mozga-intel/mozga-intel/batch_norm_ngraph_operator
...
Enable batch_norm operator for a ngraph engine
8 years ago
xuezhong
c5742f79f1
set label type to int64 to pass windows test
...
test=develop
8 years ago
Zeng Jinle
fea7f0de25
Merge pull request #15667 from sneaxiy/fix_decorator_signature
...
Fix decorator signature error
8 years ago
乔龙飞 Qiao Longfei
6e0e706198
Revert "cpu reduce mode did not need to broadcast params test=develop"
8 years ago
chengduozh
03f091a9d3
fix api doc
...
test=develop
8 years ago
xuezhong
9505850e33
int type of numpy in windows default int32, need to set int64
...
test=develop
8 years ago
Qiao Longfei
97b143fb49
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-cpu-broadcast
...
test=develop
8 years ago
Yan Xu
d424e5b4c9
add launch mp distributed job py module test=develop ( #15620 )
...
* add launch mp distributed mode module test=develop
* delete unused file test=develop
* refine usage test=develop
* refine usage test=develop
* move distributed package test=develop
* add to whl package test=develop
8 years ago
jerrywgz
5ce48220f1
change default option related to softmax, test=develop
8 years ago
dzhwinter
381f2015a5
Merge pull request #15665 from dzhwinter/experiment/refactor_memory
...
refactor optimize pass.
8 years ago
Qiao Longfei
16ec4b8c8b
clean code test=develop
8 years ago
xuezhong
9b24ac34dd
remove debug print
...
test=develop
8 years ago
Wu Yi
fc198b1fea
fix fp16 initializer dtype check test=develop ( #15669 )
8 years ago
sneaxiy
7e399b0628
rename
...
test=develop
8 years ago
xuezhong
1de9b60ace
pass layer test
...
test=develop
8 years ago
dzhwinter
04e9776aef
add details. test=develop
8 years ago
mozga-intel
1198ccae6b
Enable batch_norm operator for a ngraph engine
...
test=develop
8 years ago
xuezhong
58101e6d4d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
...
test=develop
8 years ago
xuezhong
4921c2cd02
add api spec change
...
test=develop
8 years ago
baojun
f4a0e68481
Fix ngraph compile WITH_DISTRIBUTE=ON ( #15636 )
...
* fix compile issue with_distribute test=develop
* simplified logic test=develop
* use ngraph dependency test=develop
* set cpu only test=develop
* update test and eliminate fp16 test test=develop
8 years ago
xuezhong
fb261793b9
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
...
test=develop
8 years ago
sneaxiy
42f6d0f899
modify API.spec
...
test=develop
8 years ago
sneaxiy
4a1c65ebee
merge origin
...
test=develop
8 years ago
sneaxiy
f85245b409
test=develop
8 years ago
xuezhong
2ba256df40
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
8 years ago
Qiao Longfei
8bda4ab213
parameter recv can run
8 years ago
Qiao Longfei
fbd186bd5d
complete recv op
8 years ago
Qiao Longfei
a7152613f7
Merge branch 'fix-cpu-broadcast' of ssh://github.com/jacquesqiao/Paddle into add-communicator
8 years ago
Qiao Longfei
abf17226f8
fix code style test=develop
8 years ago
Qiao Longfei
76072261f8
fix compiler
...
test=develop
8 years ago
Qiao Longfei
5cf0092825
add more log and fix test_dist_base in multi_batch_merge_pass
8 years ago
Qiao Longfei
4356f186b4
complete parameter_send
8 years ago
Qiao Longfei
16af1dbc7b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor
...
test=develop
8 years ago
Tao Luo
bec68fa0b3
Merge pull request #15637 from jerrywgz/refine_box_coder
...
speed up box_coder in CPU
8 years ago
Dang Qingqing
01d9bf9264
Fix batch_norm API for data_layout.
...
test=develop
8 years ago
wopeizl
3614dadf23
Merge pull request #15631 from wopeizl/windows/fixci
...
fix ci broken randomly and disable some warnings
8 years ago
peizhilin
55510744b5
test=develop
8 years ago
baojun
ac4cde009d
Enable accuracy op for ngraph engine ( #15592 )
...
* Added accuracy ngraph op test=develop
* fixed name type test=develop
8 years ago
kolinwei
6f0f8045f6
Revert "Async double buffered py reader"
8 years ago
jerrywgz
ceb412b0ae
speed up box coder in CPU, test=develop
8 years ago
xuezhong
ed20eb1301
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_adagrad
...
test=develop
8 years ago
Dun
db8fcf6b95
Merge pull request #15296 from cjld/async_double_buffered_py_reader
...
Async double buffered py reader
8 years ago
xuezhong
dff7461ea8
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
...
test=develop
8 years ago
xuezhong
20e579ef2a
add initial_accumulator_value for adagrad
...
test=develop
8 years ago
chengduo
c1092374fc
Increase the timeout of test_pe_seresnext ( #15621 )
...
* chang the timeout of test_pe_resnet
test=develop
* follow comment
test=develop
8 years ago
Zeng Jinle
1ccbc51218
Merge pull request #15619 from sneaxiy/debug
...
Fix unittest failure in debug mode
8 years ago
xuezhong
c5c6bd7b02
refine code
...
test=develop
8 years ago
xuezhong
2857dac260
add assert for clip and remove print
8 years ago
xuezhong
4028943125
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
8 years ago
sneaxiy
f26a1c9077
test=develop
8 years ago
WangZhen
28dfad5e27
fix some bugs about python3. test=develop
8 years ago
dzhwinter
4f01de6378
Merge remote-tracking branch 'origin/develop' into feature/ir_inplace_pass
8 years ago
liuwei1031
6e84eb131f
expose peak gpu memory API to python test=develop ( #15529 )
...
* expose peak gpu memory API to python test=develop
* add unittest for peak gpu memory monitoring test=develop
* add pybind change test=develop
* add mutex to gpu mem usage monitor test=develop
* update benchmark flag definition file test=develop
* tweak unittest for memory monitoring test=develop
8 years ago
dzhwinter
9c9ad7d40b
Merge remote-tracking branch 'origin/develop' into feature/ir_inplace_pass
...
test=develop
8 years ago
jerrywgz
1743d1a58f
Merge pull request #15356 from jerrywgz/add_clip_op
...
Add box clip op
8 years ago
dzhwinter
0a63234c85
follow comments. test=develop
8 years ago
mozga-intel
43a67a2662
Enable conv2d operator for a ngraph engine ( #15269 )
...
test=develop
8 years ago
Yan Chunwei
897789b16e
fix save_inferece_model bug ( #15365 )
8 years ago
xuezhong
b78ab87bd3
refine code
8 years ago
xuezhong
3c8aa787ec
define sampled_softmax_with_cross_entropy
8 years ago
xuezhong
15d52f09f3
refine code
8 years ago
WangZhen
2175292634
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantization_inference_passes
...
test=develop
8 years ago
WangZhen
a7efab7ec1
add comments for public API. test=develop
8 years ago
xuezhong
58ad40cc15
add sample_logits op
8 years ago
jerrywgz
1963af78e7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_clip_op
8 years ago
xuezhong
74da01191e
refine code
8 years ago
xuezhong
d600d0ac70
remove debug pdb
8 years ago
xuezhong
b0c75f1763
remove debug print
8 years ago
xuezhong
880836329d
add cell clip and proj clip, fix bug for h0
8 years ago
dzhwinter
6f9904e99a
rerun windows ci. test=develop
8 years ago
Haihao Shen
b5ebca47a3
Add INT8 calibration README ( #15548 )
...
* Add calibration README; test=develop
8 years ago
jerrywgz
4eb44380a6
Merge branch 'develop' into add_clip_op
8 years ago
Xin Pan
30cc8b7a92
Merge pull request #15554 from heavengate/yolo_loss_darknet
...
Yolo loss darknet
8 years ago
dzhwinter
43c92dcb20
rerun windows ci. test=develop
8 years ago
Haihao Shen
1b8047b712
Add INT8 calibration support in Paddle package ( #15569 )
...
* Add INT8 calibration support in Paddle package; test=develop
8 years ago
mozga-intel
312500dcb5
Enable pool2d operator for a ngraph engine ( #15395 )
...
* Enable pool2d operator for a ngraph engine
test=develop
* Update
test=develop
8 years ago
Jiabin Yang
b4c24f3f7c
Merge pull request #15575 from JiabinYang/feature/imperative
...
test=develop, polish code and fix some wrong change
8 years ago
dzhwinter
8b97a3a44f
rerun ci. test=develop
8 years ago
tangwei12
90df7ff378
transpiler.py code clean ( #15555 )
...
* move var strusted to vars_distributed.py, add optimizer's block name, test=develop
* rename optimzier's seems complex, revert it, test=develop
* replace * with details, test=develop
8 years ago
Haihao Shen
294d594450
Enable performance measurement in INT8 calibration unit test ( #15560 )
...
* Enable performance measurement in INT8 calibration unit test
8 years ago
dzhwinter
a52be7c081
refine build strategy. test=develop
8 years ago
chengduo
c4b9eac11a
fix threshold_relu_op ( #15594 )
...
test=develop
8 years ago
Tao Luo
ea92905be4
Merge pull request #15478 from kbinias/kbinias/seperate-folders-for-mkldnn
...
Make separate folders for mkldnn codes
8 years ago
dzhwinter
32a2014939
refine build strategy. test=develop
8 years ago
Yibing Liu
170842cbb4
Some improvements to support bert mixed precision training ( #15585 )
...
* Some improvements to support bert mixed precision training
test=develop
* Revert the cast in layer_norm
test=develop
8 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
8 years ago
jerrywgz
72ee3c6232
Merge pull request #15398 from jerrywgz/add_axis_for_boxcoder
...
Add axis for boxcoder
8 years ago
jerrywgz
e402c0ec7d
test=develop
8 years ago
jerrywgz
334f697da9
test=develop
8 years ago
Kaipeng Deng
d3eeb92bba
Merge pull request #15491 from tink2123/new_align_corners
...
add align_corners and align_mode for image_resize
8 years ago
jerrywgz
3046799ecd
Merge branch 'develop' into add_clip_op
8 years ago
minqiyang
f8271649b4
Add PiecewiseDecay implementation
8 years ago
dzhwinter
a26a6bc728
add flag. test=develop
8 years ago
Krzysztof Binias
b1bdcd4de8
Make separate folders for mkldnn codes
...
test=develop
8 years ago
minqiyang
1e0a78556d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_lr_scheduler
8 years ago
minqiyang
0ec53f987c
Support imperative learning rate decay in optimizer
8 years ago
dzhwinter
06f2448848
Merge remote-tracking branch 'origin/develop' into feature/ir_inplace_pass
8 years ago
dzhwinter
8156fedf56
merge develop branch. test=develop
8 years ago
JiabinYang
16f64b43d4
test=develop, Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/imperative
8 years ago
dengkaipeng
733bb82ec0
downsample -> downsample_ratio. test=develop
8 years ago
dengkaipeng
577424e5ec
use darknet loss and trick
8 years ago
dengkaipeng
042fecefab
use L2Loss. test=develop
8 years ago
dengkaipeng
af124dcdf6
fix API error
8 years ago
dengkaipeng
c945ffa7f8
fix label_smooth and mixup score
8 years ago
tink2123
20200e126d
fix some typo test=develop
8 years ago
tink2123
2b89f59055
add attr use_label_smooth test=develop
8 years ago
dengkaipeng
8218e30176
add gtscore. test=develop
8 years ago
dengkaipeng
3c08f620c2
add label smooth. test=develop
8 years ago
dengkaipeng
32d533c2cd
cache obj_mask and gt_match_mask. test=develop
8 years ago
dengkaipeng
6c5a5d0789
format code. test=develop
8 years ago
dengkaipeng
e7e4f084e5
ignore pred overlap gt > 0.7. test=develop
8 years ago
dengkaipeng
db8ff57a61
remove useless code and update doc. test=develop
8 years ago
dengkaipeng
577a92d992
use typename DeviceContext. test=develop
8 years ago
dengkaipeng
0c4acc8305
imporve yolo loss implement. test=develop
8 years ago
dengkaipeng
c0fa8d2eec
use L1Loss for w, h. test=develop
8 years ago
dengkaipeng
3841983aa0
fix division error in mean process. test=develop
8 years ago
dengkaipeng
192d293854
use stable Sigmoid Cross Entropy implement. test=develop
8 years ago
JiabinYang
bb881199f2
test=develop, polish code and fix wrong change in /paddle/fluid/inference/utils/CMakeLists.txt
8 years ago
tink2123
6961a94e94
avoid out_size less than 1
...
test=develop
8 years ago
Jiabin Yang
075df09f86
Merge pull request #15470 from JiabinYang/feature/imperative
...
Add simple RNN in imperative
8 years ago
Qiyang Min
b69996c2d3
Merge pull request #15558 from velconia/imperative_resnet
...
Refine Batch Norm
8 years ago
jerrywgz
7bc8481c62
Merge pull request #15418 from jerrywgz/refine_nms
...
Refine nms
8 years ago
Qiao Longfei
d6c0dcaa16
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor
...
test=develop
8 years ago
Wu Yi
ab4715840d
fix default create_parameter dtype maching initializers ( #15521 )
...
* fix default create_parameter dtype maching initializers test=develop
* update type check test=develop
* update test=develop
8 years ago
Qiao Longfei
249f48e539
update test test=develop
8 years ago
WangZhen
0db41a9c44
add op_role attr when creating op node.
8 years ago
minqiyang
07822fef2c
Clear all parameters' gradient
...
test=develop
8 years ago
minqiyang
49a7fba848
Polish code
...
test=develop
8 years ago
Qiao Longfei
4a172611f9
complete test_async_ssa_graph_executor_mnist test=develop
8 years ago
minqiyang
159c407328
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_resnet
...
test=develop
8 years ago
minqiyang
edf742cfac
Polish code
...
test=develop
8 years ago
minqiyang
5c7768776c
Fix batch_norm's stop_gradient bug
...
test=develop
8 years ago
Qiao Longfei
02dab46ab8
add some debug info
8 years ago
WangZhen
c67b29c178
fix some bugs of graph.to_program and get_pass.
8 years ago
dzhwinter
ee3aae56cd
merge develop branch. test=develop
8 years ago
dzhwinter
d6d3e6afe2
add more skip strategy
8 years ago
JiabinYang
fff67a9481
test=develop, use parameters() to get parameters
8 years ago
JiabinYang
2e309b11c2
test=develop, merge develop
8 years ago
JiabinYang
0ea7c9c129
remove test split op in imperative
8 years ago
minqiyang
79d62c5402
Fix mnist
8 years ago
JiabinYang
3dfbef290b
polish code and add comments for Embedding
8 years ago
jerrywgz
aaf756272f
remove inplace arg, test=develop
8 years ago
jerrywgz
cee2e1b089
refine code, test=develop
8 years ago
Xin Pan
c11afdb5cb
Merge pull request #15516 from panyx0718/imperative3
...
imperative supports multi grad ops
8 years ago
tink2123
a0c63f1106
add align_flag
...
test=develop
8 years ago
Haihao Shen
f82515800c
Enable INT8 Calibration Unit Test for MobileNet-V1 ( #15539 )
...
* Enable mobilenet UT in separate test class; use download cache by paddle download utility and cache unzip; and fix typo; test=develop
* Extract cache_unzipping function for reuse; format code style; test=develop
* Simplify the test code by define a combined function for both downloading and unzipping; test=develop
8 years ago
JiabinYang
53d558cd41
test=develop, polish code and merge develop
8 years ago
JiabinYang
8e3da976f4
test=develop, polish code
8 years ago
Qiao Longfei
7e145b7c0e
optimize test_async_ssa_graph_executor_mnist
8 years ago
Qiao Longfei
9da96aba95
clean code of test_async_ssa_graph_executor_mnist
8 years ago
dzhwinter
2739096eec
compatibable with python side mem_opt
8 years ago
Tao Luo
0548aac2ad
Merge pull request #15532 from hshen14/calibration_api_refine
...
Refine INT8 calibration API
8 years ago
WangZhen
c64f22048a
add convert_to_int8 pass and transform_for_mobile pass and their UTs.
8 years ago
WangZhen
c8095eeb82
add freeze pass, and UT is passed.
8 years ago
JiabinYang
f364b72207
test=develop, add ptb_rnn test in imperative
8 years ago
JiabinYang
a59b7ac73b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/imperative
8 years ago