Qiyang Min
171df5b56b
Merge pull request #16303 from junjun315/checkpoint
...
for Checkpoint save and load
6 years ago
Hongyu Liu
e3bca9011c
Merge pull request #16357 from phlrain/fix_concat_check
...
Fix concat check
6 years ago
Hongyu Liu
e5478ab5c8
Merge pull request #16346 from phlrain/add_floordiv_and_mod
...
add elementwise floordiv, mod
6 years ago
chengduo
a6a3b2fbbc
[Speed]Refine ParallelExecutor ( #16190 )
...
* refine parallelExecutor
test=develop
* Polish op_handle
test=develop
* Remove unnecessary op_handle
test=develop
* Fix Travis CI
test=develop
* Fix fetch bug
test=develop
* Remove WaitInputVarGenerated
* Fix OpHandleBase::Run
test=develop
* debug
test=develop
* use origin fetch_op_handle
test=develop
* Revert op_handle_base.cc
test=develop
* Polish code
test=develop
* Fix OpHandleBase::Run
test=develop
* code refine
* test CI and CE
test=develop
* fix OpHandle::Run
test=develop
* refine AllReduceOpHandle
test=develop
* Polish code
test=develop
6 years ago
chengduo
33965527fd
Add unit test for fuse all reduce ( #16354 )
...
* refine fused_all_reduce_op
* add unit test in test_parallel_executor_seresnext
test=develop
6 years ago
Hongyu Liu
18a0f6d97a
Merge pull request #16351 from phlrain/fix_topk_shape_check
...
Fix topk shape check
6 years ago
Hongyu Liu
15444430b0
Merge pull request #16348 from phlrain/fix_squeeze_check
...
fix squeeze shape check
6 years ago
phlrain
5dc9b51994
fix time; test=develop
6 years ago
phlrain
686b8935fe
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_floordiv_and_mod
6 years ago
phlrain
18d107c27a
add floordiv and mod op; test=develop
6 years ago
phlrain
ff112813de
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_concat_check
6 years ago
phlrain
8274d9d733
fix concat shape check; test=develop
6 years ago
Hongyu Liu
0d779f15f6
Merge pull request #16261 from phlrain/fix_sequence_pad_2
...
Fix sequence pad 2
6 years ago
Hongyu Liu
8c81d9949e
Merge pull request #16347 from phlrain/fix_matmul_check
...
fix matmul shape check
6 years ago
phlrain
4e3b5e727d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_concat_check
6 years ago
lujun
ac32bf6f77
update input params type, test=develop
6 years ago
Kaipeng Deng
5670530ca7
Revert "not use PERSISTENT in batch_norm. test=develop" ( #16333 )
6 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
6 years ago
phlrain
b3d0336603
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_concat_check
6 years ago
phlrain
249546bf45
fix concat shape check; test=develop
6 years ago
Tao Luo
294cdf6f48
Merge pull request #16177 from fc500110/remove_visualizer
...
remove graph visualizer tool, which can be replaced by python IrGraph draw API
6 years ago
Hongyu Liu
b3b7e352ee
Merge pull request #16259 from phlrain/fix_lod_reset
...
Fix lod reset
6 years ago
phlrain
3b46680913
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_squeeze_check
6 years ago
phlrain
6a5545aa22
fix squeeze shape check; test=develop
6 years ago
phlrain
d96f498bcf
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_topk_shape_check
6 years ago
Xin Pan
da39a70416
Merge pull request #16350 from tianshuo78520a/approval_RD_api
...
Approval rd api
6 years ago
chenjiawen
a859bfc31d
test=develop
6 years ago
phlrain
e7fb344c99
fix squeeze op shape check; test=develop
6 years ago
phlrain
190cfd692c
fix squeeze shape check; test=develop
6 years ago
chenjiawen
be6e78b7c4
test=develop;add approval RD check api
6 years ago
phlrain
0e40298949
fix matmul shape check; test=develop
6 years ago
phlrain
56c2d384c7
add elementwise floordiv, mod; test=develop
6 years ago
Wu Yi
b7baeed7bb
fix win gpu build test=develop ( #16334 )
6 years ago
liuwei1031
df5d19aa9d
temoprarily disable the code of use kCUDNN, test=develop ( #16205 )
...
* temoprarily disable the code of use kCUDNN, test=develop
* add TODO comment, test=develop
6 years ago
ruri
09e05a110b
Merge pull request #16217 from ceci3/doc
...
fix formula in dropout
6 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
6 years ago
Wojciech Uss
cbe2dbf0db
Add enabling quantization ( #16326 )
...
* Add enabling quantization
test=develop
* remove unused (here) function
6 years ago
lujun
09442fb27e
checkpoint pr be moved here, test=develop
6 years ago
Tao Luo
9a05859179
Merge pull request #16322 from wojtuss/wojtuss/fix_cpu_quantize_pass
...
fix pattern maching conv2d with(out) ResidualData
6 years ago
qingqing01
8caa785e83
Enhance affine_channel_op infer-shape check ( #16317 )
...
* Enhance affine_channel_op infer-shape check
6 years ago
flame
08838f3909
Fix save inference model bug ( #16242 )
...
* save infer model bug fix, return target vars' name list
6 years ago
Kaipeng Deng
957ea995fc
Merge pull request #16243 from heavengate/batch_norm_not_persistent
...
not use PERSISTENT in batch_norm. test=develop
6 years ago
Tao Luo
a5124ee0bb
Merge pull request #16301 from luotao1/runtime_context_pass
...
add runtime_context_cache_pass
6 years ago
lujun
622fe6a56b
checkpoint pr be moved here, test=develop
6 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
6 years ago
ruri
a3b8028d46
Merge pull request #16202 from shippingwang/add_sqrt_doc
...
update sqrt explaination
6 years ago
phlrain
dd080b17c3
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_sequence_pad_2
6 years ago
phlrain
1580be5d6c
fix sequence pad; test=develop
6 years ago
dengkaipeng
aba2713ffc
fix comment. test=develop
6 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
6 years ago