superjomn
4bf6817cbc
fix gpu load model
...
the parameters will load from CPUPlace, that will keep copying data
between CPU and GPU places.
test=develop
6 years ago
whs
1722678258
Make nce support more distribution. ( #13549 )
...
* Fix truncated normal.
* Fix.
* Make nce support more distribution.
* Fix API.spec.
* Fix python API.
* Fix.
test=develop
* Fix API.spec
test=develop
* Fix sampler.
* Fix order of arguments in python API.
test=develop
6 years ago
Zhaolong Xing
2f27c048cc
Merge pull request #14440 from hjchen2/develop
...
Add PRelu tensorRT plugin and Conv2d transpose op converter
6 years ago
Qiyang Min
d971d5b875
Merge pull request #14431 from velconia/fix_expand_op_dim_in_compile_time
...
Fix expand op incorrect infer shape
6 years ago
hjchen2
6a7b995737
Refine commit message to enable ci, test=develop
6 years ago
Wu Yi
b32c13dc20
Add cudnn ctc loss ( #12366 )
...
* add cudnn ctc loss
* wip add test test=develop
* wip
* wip
* done test=develop
* move include cudnn test=develop
* test test=develop
* fix build test=develop
* fix build test=develop
* fix build on cudnn5 test=develop
* fix cudnn5 build test=develop
* fix cudnn5 build test=develop
* merge develop softmax functor change test=develop
6 years ago
Yan Chunwei
7796f65f89
fix inference on gpu out of mem ( #14414 )
...
* fix inference on gpu out of mem
the transfer logic in operator.cc will keep creating new scopes.
6 years ago
tensor-tang
64f7516aee
fix lrn on mac ( #14426 )
...
* rename and fix blas vsqr
test=develop
* update
6 years ago
hjchen2
413f5948b2
Fix code style
6 years ago
hjchen2
21f33b4274
Complete PRelu plugin and Conv2d transpose op converter
6 years ago
minqiyang
560b29ccb7
Polish code
...
test=develop
6 years ago
minqiyang
21d6e8e8c8
Polish code
...
test=develop
6 years ago
minqiyang
50b6e4c6bc
Fix expand grad op infer shape
...
test=develop
6 years ago
Sylwester Fraczek
8a1eeec579
add mkldnn prop_kind phase for inference-only case to pooling and activations ( #14278 )
...
* add is_test to pooling and activations
add prop_kind support for layers activation. conv and pooling
add a pass that sets is_test to true
add transpiler version of is_test pass
test=develop
* patch test and pass
test=develop
* add pass to analyzer.h
test=develop
* add is_test attr description & pass only on mkldnn
in:
activation_op.cc
batch_norm_op.cc
conv_op.cc
dropout_op.cc
lrn_op.cc
pool_op.cc
sequence_pool_op.cc
softmax_op.cc
* fix is_test handling for activation pool and conv
* change description of is_test for all layers again
* remove GetAttr(use_mkldnn) from pass
* rename correct_mkldnn_test_phase to is_test
and remove dependency on MKLDNN
test=develop
* review fix magic number
* two if(..)s into one
* Check is_test once and pass mkldnn forward prop kind
* dereference shared_ptr with * (without get())
test=develop
* add is_test_pass back
test=develop
6 years ago
chengduo
82773477ae
Add selu ( #14415 )
...
* add selu
* use for range
test=develop
* add API
test=develop
* follow comment
test=develop
* update API.spec
test=develop
6 years ago
Tao Luo
9d29ebc010
Merge pull request #14306 from sfraczek/sfraczek/test-analyzer-mobilenet
...
add test_analyzer_mobilenet
6 years ago
minqiyang
30147d7f58
Fix expand op incorrect infer shape
...
test=develop
6 years ago
Sylwester Fraczek
d318583eb5
rename mobilenet dir to mobilenet_depthwise_conv
...
test=develop
6 years ago
tensor-tang
2354409601
Merge pull request #14374 from tensor-tang/fea/jit/act
...
add vrelu jitcode
6 years ago
Tao Luo
1d867805b0
rollback analyzer_seq_conv1_tester
...
test=develop
6 years ago
Tao Luo
5ef123c778
Merge branch 'develop' into dam_fc
6 years ago
dzhwinter
d3aed98d86
Merge pull request #14320 from wopeizl/windows/online
...
Windows/online
6 years ago
Yiqun Liu
9e6b1c5f97
Refine tester of TensorRT engine ( #14390 )
...
* Refine the tester for MixedRTPredictor.
test=develop
* Enable the profiler in TensorRT engine.
* Support the use of combined inference model in TensorRT unittest, and print the shape of feed targets.
6 years ago
Tao Luo
d3e63e6e04
Merge pull request #14412 from jczaja/prv-dam-softmax
...
Softmax for Inference is enabled when ON_INFER is set
6 years ago
Zhaolong Xing
77ac30e5fa
Merge pull request #14386 from NHZlX/add_trt_plugin
...
add plugin support for paddle-trt
6 years ago
peizhilin
0ef2a37c0e
merge from develop
6 years ago
peizhilin
be332a13bc
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
Xin Pan
8cfda7ee0c
Merge pull request #14382 from panyx0718/fix4
...
Refine the pass builder and buildstrategy
6 years ago
Jacek Czaja
b361579f09
- Softmax for Inference is enabled when ON_INFER is set
...
test=develop
6 years ago
Tao Luo
980a6753a8
fix typo to pass the ci
...
test=develop
6 years ago
Tao Luo
8f301f4618
Merge pull request #14381 from qingqing01/manylinux_v5_fix
...
Fix compiling with cuDNN v5.
6 years ago
nhzlx
15bdb7ef14
delete error uploaded files
...
test=develop
6 years ago
Sylwester Fraczek
2412c27c2b
Merge branch 'develop' into sfraczek/test-analyzer-mobilenet
6 years ago
Tao Luo
c7b3bfcdf1
Merge pull request #14376 from baojun-nervana/intel/ngraph_fusedop
...
Adding fused operator for ngraph
6 years ago
peizhilin
1a9008c420
code style fix
...
test=develop
6 years ago
Tao Luo
e0d4e04bdd
fix some compiler warning
...
test=develop
6 years ago
Tao Luo
8ea13e336a
add in_num_col_dims for fc
6 years ago
Xin Pan
bae3659714
more test
...
test=develop
6 years ago
nhzlx
ddb120357c
Merge branch 'develop' of https://github.com/paddlepaddle/paddle into add_trt_plugin
...
merge develop and fix conflicts
6 years ago
peizhilin
2abee2091b
Merge branch 'windows/build' into windows/online
...
test=develop
6 years ago
Wu Yi
9f33593910
human readable memory warns ( #14361 )
...
* human readable memory warns test=develop
* update test=develop
* refine test=develop
* fix build test=develop
6 years ago
Tao Luo
9eb0ab1db3
Merge pull request #14384 from tensor-tang/refine/lrn
...
Refine lrn cpu forward
6 years ago
peizhilin
08d1dc84a9
fix
6 years ago
peizhilin
42c48c3a82
fix
6 years ago
peizhilin
447bf7c80b
test=develop
6 years ago
peizhilin
203ec852cf
Merge branch 'windows/build' into windows/online
...
test=develop
6 years ago
peizhilin
30ddc07a7e
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
peizhilin
a61909ff47
test=develop
6 years ago
Qiao Longfei
e65cbd3b06
Merge pull request #14387 from jacquesqiao/lookup_sparse_table_add_test_mode
...
Lookup sparse table add test mode
6 years ago
Qiao Longfei
6cf8f24b1b
Merge pull request #14389 from jacquesqiao/fix_sgd_op_optimize_sparse_table
...
sgd_op optimize selected rows do not enforce id < height
6 years ago