JiabinYang
|
c056328563
|
test=develop
|
7 years ago |
JiabinYang
|
c13f1ef3c4
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_reorg_op
|
7 years ago |
Xin Pan
|
8837669782
|
Merge pull request #13982 from panyx0718/fix
Clean up Reuse
|
7 years ago |
JiabinYang
|
ab808c36da
|
test=develop
|
7 years ago |
chengduo
|
e943f4508b
|
add graph number check (#14025)
test=develop
|
7 years ago |
JiabinYang
|
782ef3c5dc
|
test=develop
|
7 years ago |
JiabinYang
|
8e8e8e66ab
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_reorg_op
|
7 years ago |
JiabinYang
|
6259dba5bd
|
test=develop
|
7 years ago |
JiabinYang
|
eab2e5e5d4
|
test=develop
|
7 years ago |
JiabinYang
|
70b5273363
|
test=develop
|
7 years ago |
Jiabin Yang
|
6b4056bbf9
|
Merge pull request #14014 from JiabinYang/inference_model_mac
this will fix the inference model not found problem
|
7 years ago |
Tao Luo
|
23da8defc8
|
Merge pull request #14028 from luotao1/fix_resnet50_test
fix typo and warning in analyzer_resnet50_test
|
7 years ago |
JiabinYang
|
ff07dc315e
|
test=develop
|
7 years ago |
chengduo
|
a7497653d0
|
Refine Split op (#13967)
* speedup split_op
test=develop
* speedup split_op
test=develop
* rename ConcatGrad to Split
* refine concat and split
test=develop
* fix compile error
|
7 years ago |
Xin Pan
|
96e9b658bf
|
Merge pull request #13941 from panyx0718/fix2
handle var type inference
|
7 years ago |
Tao Luo
|
316bc9bfc9
|
fix typo and warning in analyzer_resnet50_test
test=develop
|
7 years ago |
Xin Pan
|
c1383744f0
|
resolve conflicts
test=develop
|
7 years ago |
Xin Pan
|
4625f83f92
|
better handle var type inference
avoid the default one that usually overwrites manually set ones
test=develop
|
7 years ago |
Xin Pan
|
8f2116d8fa
|
clean up after the changes have been stopped for so long.
test=develop
|
7 years ago |
JiabinYang
|
39d39775c3
|
test=develop
|
7 years ago |
JiabinYang
|
70351de1b5
|
test=develop
|
7 years ago |
Jiabin Yang
|
5d6783f8ca
|
Merge pull request #13954 from typhoonzero/core_so_donot_depend_libpython
core.so do not link libpython test=develop
|
7 years ago |
JiabinYang
|
2b2630fc73
|
test=develop
|
7 years ago |
JiabinYang
|
fbfa5400ae
|
test=develop
|
7 years ago |
qingqing01
|
0e24138494
|
Merge pull request #13991 from qingqing01/refine_generate_proposals_op
Refine generate proposals op
|
7 years ago |
gongweibao
|
58c027cc38
|
Add rpc profiler flags. (#13989)
Add rpc profiler flags
|
7 years ago |
Xin Pan
|
d10e54c460
|
Merge pull request #14003 from chengduoZH/fix_fast_parallel_exe_bug
Fix test_parallel_executor_mnist.py randomly hang.
|
7 years ago |
Tao Luo
|
42aa1d409d
|
Merge pull request #13485 from tpatejko/tpatejko/capi-resnet-conv-elementwise-fusion
MKLDNN conv+elementwise_add fusion for residual connections in Resnet
|
7 years ago |
tensor-tang
|
664159ad42
|
Merge pull request #13998 from tensor-tang/fea/fusion_seqconv_add
Fea/fusion seqconv eltadd relu
|
7 years ago |
chengduozh
|
82d2903b63
|
Fix fast ParallelExe bug
test=develop
|
7 years ago |
Tomasz Patejko
|
aa35aaa1ab
|
MKLDNN conv + elementwise_add fusion: fixing formatting
test=develop
|
7 years ago |
jerrywgz
|
765085d297
|
Merge pull request #13904 from jerrywgz/roialign
Add RoI align operator.
|
7 years ago |
Dang Qingqing
|
56936b9e25
|
Refine doc for generate_proposals_op.
test=develop
|
7 years ago |
Tomasz Patejko
|
ce2464fd98
|
MKLDNN conv + elementwise_add fusion: UT for missing bias added. UTs refactored. Some minor changes in the pass
|
7 years ago |
Tomasz Patejko
|
4e72ab411e
|
MKLDNN conv + elementwise_add fusion: fix for crash when bias is not present
|
7 years ago |
Tomasz Patejko
|
415b261555
|
MKLDNN conv + elementwise_add fusion: fusion options added
|
7 years ago |
Tomasz Patejko
|
7c64aa0fdc
|
MKLDNN conv + elementwise_add fusion: _set_attr corrected in residual connection fusion
test=develop
|
7 years ago |
Tomasz Patejko
|
1676094697
|
MKLDNN conv + elementwise_add fusion: turn on residual connection pass when CAPI is used.
test=develop
|
7 years ago |
Tomasz Patejko
|
0fe3079c46
|
MKLDNN conv + elementwise_add fusion: fix for order of parameters in elementwise_add in resnet50
test=develop
|
7 years ago |
Tomasz Patejko
|
b73b868366
|
MKLDNN conv + elementwise_add fusion: bias in tests made persistent.
test=develop
|
7 years ago |
Tomasz Patejko
|
a1fa203287
|
MKLDNN conv + elementwise_add fusion: name of the pass reused with name_scope_
|
7 years ago |
Tomasz Patejko
|
2c43419db1
|
MKLDNN conv + elementwise_add fusion: comment explaining CorrectGraphEdges added
|
7 years ago |
Tomasz Patejko
|
8fb29b2ca9
|
MKLDNN conv + elementwise_add fusion: new nodes marked as input or output
test=develop
|
7 years ago |
Tomasz Patejko
|
cc1c8e37c1
|
MKLDNN conv + elementwise_add fusion: attributes in new conv op copied from old op
|
7 years ago |
Tomasz Patejko
|
a27a8c5da8
|
MKLDNN conv + elementwise_add fusion: bias in test marked as persistable
|
7 years ago |
Tomasz Patejko
|
af8c71317c
|
MKLDNN conv + elementwise_add fusion: CorrectGraphEdges refactored
|
7 years ago |
Tomasz Patejko
|
3e033087f1
|
MKLDNN conv + elementwise_add fusion: LinkNodes function removed and
macro used.
test=develop
|
7 years ago |
Tomasz Patejko
|
4be45af1cc
|
MKLDNN conv + elementwise_add fusion: skip connection attribute renamed. Comments about patterns added.
test=develop
|
7 years ago |
Tomasz Patejko
|
9a335e0277
|
MKLDNN conv + elementwise_add fusion: changed a name of a formal argument in ElementwiseAdd pattern
|
7 years ago |
Michal Gallus
|
f0efc244c6
|
MKLDNN conv + elementwise_add fusion: Fix transpiler integration to predict skip connection input of eltwise_add
|
7 years ago |