phlrain
487ee36aec
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
phlrain
084ff6574d
add cudnn lstm; test=develop
6 years ago
tangwei12
56a4912b76
Make NCE_OP more efficient and support SelectedRows ( #14469 )
...
* 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
* NCE add selectedrows support
* NCE update weighted sampling
* fix bugs in nce_op, and assign_value_op optimized
* fix bugs in nce_op, revert assign_value_op
* nce_op optimize
* nce_op optimize
* nce_op optimize
* add selectedRows test later
test=develop
* add selectedRows supported
* add selectedRows supported
test=develop
* add selectedRows supported
* add nce selectedRows supported, test=develop
* add nce selectedRows supported
* add nce selectedRows supported, test=develop
* fix height in nce, test=develop
* add ut
* add ut, test=develop
* make AutoGrownIndex inline
test=develop
* fix tinny error, test=develop
6 years ago
liuhongyu
1ffe41d722
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
Qiao Longfei
9589babe12
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refactor-prefetch
...
test=develop
6 years ago
liuhongyu
05917c3c79
add cudnn lstm; test=develop
6 years ago
Xin Pan
b65130623a
Merge pull request #14549 from wzzju/add-code-exp
...
add some activation api examples.
6 years ago
peizhilin
6a85dd3278
Merge remote-tracking branch 'upstream/develop' into windows/build
...
test=develop
6 years ago
peizhilin
38715e6fd0
minor fix
6 years ago
JiabinYang
7e4bd695e6
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into enhance_hierachical_sigmod_op
6 years ago
Qiao Longfei
fe54adf70c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-ctr-reader
6 years ago
JiabinYang
b10df8bcfa
refine code and add none bias ut, test=develop
6 years ago
Kaipeng Deng
251a1bb0f4
Merge pull request #14588 from heavengate/revert_interpolate
...
fix interpolate_op incompatible. test=develop
6 years ago
Qiao Longfei
668ae9083e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-ctr-reader
6 years ago
Wu Yi
6861fb66a1
disable dist_se_resnext test for later fixes test=develop ( #14605 )
6 years ago
Qiao Longfei
87e4edd2ea
fix grad_varname in remote prefetch
6 years ago
Qiao Longfei
d98c59fd2c
support none sliced variable
6 years ago
dengkaipeng
ae84b9f0a4
set unittest serial. test=develop
6 years ago
dengkaipeng
78f563917c
revert interpolate_op to bilinear_interp_op & nearest_interp_op. test=develop
6 years ago
Jacek Czaja
06d8777ec2
Coding style fixes
...
test=develop
6 years ago
Jacek Czaja
fb24690a58
- conv2d transpose MKL-DNN
...
test=develop
- Added new header for MKLDNN reuse functionality
- Extended conv2d_transpose GetExpectedKernelType for MKL-DNN supporrt
- Buildable conv transpose mkldnn and conv mkldnn using conv template
- Conv2d transpose roughlt implemented and buildable
- Added modifications conv2d transpose MKLDNN unit tests
- Fix to UT of conv2d transpose mkldnn op
- Wrong type of MKLDNN primitive was chosen for conv2d transpose
- HAcks for conv2d transpose
- UT enalbed
- Replaced copying loop with memcpy
- Draft of passing lambda into AcquireMemory
- Made reorder (IOHW->OIHW) to be called only once
6 years ago
Qiao Longfei
af2f5fc824
fix some bugs
6 years ago
JiabinYang
2f6b529aff
refine code and comments, test=develop
6 years ago
Qiao Longfei
5d5e0656b2
clean code
6 years ago
ZhenWang
f6f31c3b65
test=develop
6 years ago
ZhenWang
7b9d9d7089
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-code-exp
6 years ago
ZhenWang
9aa65bb166
add tab format.
6 years ago
peizhilin
30849d1f20
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
qingqing01
6224e61fd9
Transpose-Flatten-Concat fusion operator. ( #14568 )
...
* Transpose-Flatten-Concat fusion operator.
* Add unit testing and fix bug.
6 years ago
Jiabin Yang
13bc7619f5
Merge pull request #14552 from JiabinYang/fix_mac/fix_pinned_memory
...
fix Mac unittest error on reading pined memory flag
6 years ago
tangwei12
3639d99f99
Fix save and load lookup table/optimizer vars ( #14301 )
...
* fix mkdir conflict
* fix load/save lookup tables
test=develop
* add lookup_table_utils
* fix load optimize vars on pserver
* delete lookup table utils
* fix save and load lookup tables
* fix load optimizer var
* fix load optimizer var, test=develop
* fix python 3 style, test=develop
* move lookup_table_utils to contrib utils
6 years ago
peizhilin
36cd18b549
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
jerrywgz
2fc32b17a2
Merge pull request #14503 from jerrywgz/api_doc
...
refine prelu api doc
6 years ago
Zeng Jinle
cf5be6ab7a
Merge pull request #14561 from sneaxiy/fix_increment_op_doc
...
Fix increment_op doc
6 years ago
JiabinYang
83444de41c
polish init.py, test=develop
6 years ago
JiabinYang
02d68051db
add sparsed bias grad, test=develop
6 years ago
Qiao Longfei
2b6c0c09d6
add unit test
6 years ago
Qiao Longfei
cc6ef41dc3
update dist transpiler
6 years ago
qingqing01
c52f65e071
Fix the random fail in test_image_classification.py ( #14551 )
...
test=develop
6 years ago
gongweibao
c1bf9664cd
Add options to disable SO_REUSEPORT of grpc. ( #14269 )
6 years ago
Qiyang Min
9dad45c545
Merge pull request #14560 from velconia/fix_nms_op_ut_in_py36
...
Fix multiclass_nms_op unit test fail in python3.6
6 years ago
ZhenWang
5e0bc13008
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-code-exp
6 years ago
qingqing01
64ca3d176c
Add bias_attr in sequence_conv_pool API. ( #14553 )
6 years ago
minqiyang
3d0f6df313
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_nms_op_ut_in_py36
...
test=develop
6 years ago
minqiyang
5431d5c471
Polish code
...
test=develop
6 years ago
sneaxiy
5ca56cad1f
test=develop
6 years ago
minqiyang
c35bf3d34b
Fix multiclass_nms_op unit test fail in python3.6
...
test=develop
6 years ago
Jiabin Yang
3fe2def1ca
Merge pull request #14540 from JiabinYang/fix_pool2d_doc
...
Fix pool2d doc and add pool2d test in test_layers
6 years ago
JiabinYang
e950ce7148
test for mac
6 years ago
qingqing01
36f08eef3b
CUDA kernel for density_prior_box_op. ( #14513 )
...
* CUDA kernel for density_prior_box_op.
* Support flatten to 2D.
6 years ago
JiabinYang
ff2a9786f3
test=develop
6 years ago
ZhenWang
43b9202d9b
test=develop
6 years ago
ZhenWang
1f0fa67571
add some activation api examples.
6 years ago
chengduo
00b9e9a135
Refine cublas to support CUBLAS_TENSOR_OP_MATH ( #13929 )
...
* refine cublase
test=develop
* code refine
* refine cublas
* add GEMME_EX
* add enable_cublas_tensor_op_math doc and add cublasCall
test=develop
* fix CublasCall for cuda version
test=develop
* fix error
test=develop
* fix GEMM_EX to be compatible with gcc 4.8
test=develop
* add GEMM_EX
test=develop
* to compatiable with gcc4.8
test=develop
6 years ago
peizhilin
dfbac60398
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
peizhilin
7c8c9dc9bf
fix unit test cases
6 years ago
JiabinYang
3c6102a367
test=develop
6 years ago
JiabinYang
510601b279
test=develop
6 years ago
tangwei12
dd6fd4c747
Utils for download and upload files with HDFS ( #14473 )
...
* add hdfs utils
* add hdfs utils
* test=develop
* update hdfs utils and add demo
* fix multi_download return local files
* test=develop
* add sync multi upload, test=develop
6 years ago
Dun
ae7d22862b
Group Norm ( #13843 )
...
Add group normalization operator.
6 years ago
Jiabin Yang
de2db11735
Merge pull request #14537 from reyoung/feature/fix_macos_ut
...
fix(Cpu): fix cpu compile and unittest
6 years ago
JiabinYang
982e489220
test=develop
6 years ago
wopeizl
d9a1f3e58e
Windows/online ( #14474 )
...
* add recordio support
* disable the openblas multi-thread on windows since no support
adjust the python script
* code style
* code style
test=develop
* add create_recordio_file_reader back
* fix code style
test=develop
* fix the gtest.cmake on windows
* fix cc_test on windows
* fix the win build
test=develop
* remove fused compile support on windows
test=develop
* add the jit support
test=develop
* add the jit support, test=develop
* add the jit support, test=develop
* add the jit back
fix compile error on windows
* rollback test=develop
* test case fix
* disable DSO by default on windows
* exclude warpctc_op on windows
* exclude the dynload_warpctc out on windows
test=develop
* fix the scripts error
test=develop
* disable avx on windows by default
test=develop
* re-organize the cmake file
* disable mkl on windows by default
* add warp_ctc back
* fix the dependency
* fix the dependency
* fix the build issue on windows
* remove unsupported flag on windows
* code style
* code style
test=develop
* fix issue
* add profiler, parallel_executor back
* clean up the pre-definitions on windows
* fix build issue
* test=develop
6 years ago
Yu Yang
533c5d5803
fix(Cpu): fix cpu compile and unittest
...
test=develop
6 years ago
Tao Luo
dc75cc9136
Merge pull request #14507 from heavengate/fix_interpolate_unittest
...
change interpolate unittest to serial
6 years ago
peizhilin
bef475c92b
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
Tao Luo
5d4d117edc
Merge pull request #14502 from qingqing01/cudnn5_fix
...
Fix compling with cuDNN v5
6 years ago
Jiabin Yang
f7b55de9e5
Merge branch 'develop' into enhance_hierachical_sigmod_op
6 years ago
JiabinYang
af9a3301da
test=develop
6 years ago
dengkaipeng
6c0e09cb1d
change interpolate unittest to serial. test=develop
6 years ago
Qiyang Min
b8f36bd074
Merge pull request #14519 from velconia/add_api_example
...
Add API example for logical ops and clip ops
6 years ago
jerrywgz
94de2290f4
fix format in api doc, test=develop
6 years ago
JiabinYang
014e50c284
test=develop
6 years ago
minqiyang
1b372d9b9d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into change_requirements
...
test=develop
6 years ago
minqiyang
53760bb111
Change requirements to support python 3.7
...
test=develop
6 years ago
Dang Qingqing
cda60311f9
Fix compling with cuDNN v5
...
test=develop
6 years ago
minqiyang
175b847f6d
Add API example for logical ops and clip ops
...
test=develop
6 years ago
peizhilin
67562a6fcd
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
peizhilin
703b26e697
add profiler, parallel_executor back
6 years ago
tensor-tang
10fb4ceefc
Merge pull request #14351 from tpatejko/tpatejko/mkldnn-elementwise_mul
...
[MKLDNN][JIT][AVX512] Elementwise Mul
6 years ago
jerrywgz
13e254faed
refine code, test=develop
6 years ago
jerrywgz
79cec53111
add ignore index for sigmoid cross entropy with logits op, test=develop
6 years ago
Tao Luo
5cc7946313
Merge pull request #14499 from luotao1/disable_openblas_test
...
disable two openblas test temporary
6 years ago
jerrywgz
0e1b426c83
refine prelu api doc, test=develop
6 years ago
peizhilin
935387f3fc
code style
6 years ago
peizhilin
25adf970b2
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
peizhilin
301ed15323
remove unsupported flag on windows
6 years ago
Kaipeng Deng
f17b05d4a1
Merge pull request #14492 from heavengate/resize_nearest_example
...
Add python example for resize_nearest Api
6 years ago
Tao Luo
09ee266f8e
disable two openblas test temporary
...
test=develop
6 years ago
dengkaipeng
bb2b35c85e
Add python example for resize_nearest. test=develop
6 years ago
chengduo
a94a7355f0
Refine the GraphNum check ( #14144 )
...
* refine GraphCheck
test=develop
* fix ci fail
test=develop
6 years ago
peizhilin
3a72a634cf
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
tensor-tang
48be9dc3e1
Merge pull request #14489 from tensor-tang/api/example
...
add api example of brelu, leaky_relu and soft_relu
6 years ago
qingqing01
9eefd2c766
Modify some infer-shape about detection operators in compile-time. ( #14483 )
...
* Modify some infer-shape in compile-time.
6 years ago
tensor-tang
e3645c2708
add api example of brelu, leaky_relu and soft_relu
...
test=develop
6 years ago
peizhilin
ee0fd78c81
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
Yu Yang
f1a392a5fe
Merge pull request #13804 from sneaxiy/rewrite_allocation
...
Rewrite allocation
6 years ago
qingqing01
fd7e643153
Convolution fusion operator. ( #14449 )
...
* Convolution fusion operator.
* Clean code
test=develop
6 years ago
Yu Yang
98bbfc17be
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation
...
test=develop
6 years ago
dengkaipeng
8ef6280c03
Add operator double support. test=develop
6 years ago
peizhilin
2ceb4ae941
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
peizhilin
a3e952f41d
add the jit back
...
fix compile error on windows
6 years ago
Qiao Longfei
05c15a0867
Merge pull request #14467 from jacquesqiao/update-trainer-retry
...
optimize distribute checkport
6 years ago
Qiao Longfei
fbc529db91
update test=develop
6 years ago
Qiao Longfei
98a0437d70
optimize distribute checkport
...
test=develop
6 years ago
Michal Gallus
def272cf42
MKLDNN elementwise_mul: Revert changes to eltwise_add tests
6 years ago
Michal Gallus
99e3e36a57
MKLDNN elementwise_mul: Disable UT for CUDA
...
test=develop
6 years ago
Michal Gallus
08f63c4d12
MKLDNN elementwise_mul: Lint changes to UT & integration
...
test=develop
6 years ago
Michal Gallus
49b09327f6
MKLDNN elementwise_mul: Reorder on non-nchw input, fallback on non-16 divisable fm
...
test=develop
6 years ago
Michal Gallus
f820573b9c
MKLDNN elementwise_mul: Add UTs
6 years ago
Michal Gallus
ed31936ba1
MKLDNN elementwise_mul: Support NCHW, update UT
6 years ago
Tomasz Patejko
ad09facafe
MKLDNN elementwise_mul: CPU tests initially refactored. MKLDNN mul test for broadcast added
6 years ago
peizhilin
764f97deac
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
peizhilin
8580b7a130
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
Qiao Longfei
142b5ed474
Merge pull request #14450 from jacquesqiao/fix-test-label-sentiment
...
change the target cost of test_label_semantic_roles to speed up test
6 years ago
tink2123
853878cbf2
fix the wrong format
...
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
Qiao Longfei
09bca67395
add check if the model does not save model
...
test=develop
6 years ago
Qiao Longfei
e4d8f47fcb
change the target cost of test_label_semantic_roles to speed up test
6 years ago
peizhilin
fcbd5a12b8
add create_recordio_file_reader back
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
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
peizhilin
d1a1fafc4c
code style
6 years ago
peizhilin
6d0d5a76eb
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
Xin Pan
b984c70997
Merge pull request #14439 from wopeizl/windows/online
...
fix typo test=develop
6 years ago
peizhilin
162f2d4109
disable the openblas multi-thread on windows since no support
...
adjust the python script
6 years ago
dengkaipeng
f115eb0d1e
enhance api. test=develop
6 years ago
Yu Yang
c8f6e70ab4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation
...
test=develop
6 years ago
peizhilin
336c123032
fix typo
...
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
peizhilin
d1429ac4a5
add recordio support
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
dengkaipeng
95d5060ddd
fix abs -> fabs error. test=develop
6 years ago
minqiyang
30147d7f58
Fix expand op incorrect infer shape
...
test=develop
6 years ago
dengkaipeng
2faa2b4048
remove cu file. test=develop
6 years ago
Tao Luo
91c6e7a0f4
fix compiler error
...
test=develop
6 years ago
tangwei12
7a64d48f55
fix test_save_load with pickle ( #14410 )
...
* fix test_save_load with pickle
test=develop
* fix test_save_load with pickle
test=develop
* fix test_save_load with pickle
test=develop
6 years ago
dzhwinter
d3aed98d86
Merge pull request #14320 from wopeizl/windows/online
...
Windows/online
6 years ago
peizhilin
2202f22429
Merge branch 'windows/build' into windows/online
...
test=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
Tao Luo
c7b3bfcdf1
Merge pull request #14376 from baojun-nervana/intel/ngraph_fusedop
...
Adding fused operator for ngraph
6 years ago
peizhilin
228e1934b8
code style fix
...
test=develop
6 years ago
peizhilin
e2a1cd19f1
code style fix
...
test=develop
6 years ago
Xin Pan
bae3659714
more test
...
test=develop
6 years ago
Qiao Longfei
f8d5775564
Merge pull request #14400 from jacquesqiao/fix-prelu
...
fix prelu
6 years ago
JiabinYang
99d1446a8b
test=develop
6 years ago
peizhilin
30ddc07a7e
Merge remote-tracking branch 'upstream/develop' into windows/build
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
Tao Luo
5b9c62faee
Revert "Softmax op optimization for inference "
6 years ago
Qiao Longfei
8e0616ebee
fix prelu
...
test=develop
6 years ago
Tao Luo
6490bb2765
Merge pull request #14337 from jczaja/prv-dam-softmax
...
Softmax op optimization for inference
6 years ago
dengkaipeng
a0284f6fbc
Add backward CPU kernel. test=develop
6 years ago
Xin Pan
44ecf9a481
fix
...
test=develop
6 years ago
Qiao Longfei
bad0c27e6e
add test_lookup_sparse_table_op
6 years ago
Shan Yi
38f499df7d
Merge pull request #14341 from tink2123/fix_example_edit_distance
...
fix the nn.py example
6 years ago
JiabinYang
30332ad91d
test=develop
6 years ago
JiabinYang
f4be1d99d0
polish code and test
6 years ago
Yibing Liu
6c7b64cc20
Support softmax return in softmax_with_cross_entropy ( #14367 )
...
* Support softmax return in softmax_with_cross_entropy
* Add test for return_softmax=False
test=develop
6 years ago
baojun-nervana
ea3538d8dd
Added fused operator
...
test=develop
6 years ago
Xin Pan
99dffb91d6
allow to repeatedly share and update BuildStrategy
...
test=develop
6 years ago
li099
df826de76e
revise tensor array to tensor op ( #14368 )
...
test=develop
6 years ago
ruri
4a55fb5f5b
Add density_prior_box_op ( #14226 )
...
Density prior box operator for image detection model.
6 years ago
dengkaipeng
36c46152e1
Add unittest for yolov3_loss. test=develop
6 years ago
JiabinYang
b8ff0972b6
test=develop
6 years ago
JiabinYang
32e05b01f2
test=develop
6 years ago
Yu Yang
02631965c8
Refine
6 years ago
Qiao Longfei
c27554ac33
Merge pull request #14336 from jacquesqiao/add_bilinear_tensor_product_layer
...
add bilinear_tensor_product layer
6 years ago
Yu Yang
4d546f6083
fix(pe): fix ut of dry run parallel executor ( #14359 )
...
test=develop
6 years ago
peizhilin
61fa5218b9
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
Tao Luo
9d4425dd1c
Merge pull request #14227 from baojun-nervana/intel/ngraph_cmake
...
Adding Intel nGraph build
6 years ago
peizhilin
7840d181c9
fix style issue
6 years ago
sneaxiy
d231e55065
merge develop
...
test=develop
6 years ago
peizhilin
ef8a7db81e
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
Qiao Longfei
4d6f75152e
optimize comment test=develop
6 years ago
Qiao Longfei
080740b340
Merge pull request #14300 from jacquesqiao/dist-table-support-optimizer-regular
...
dist table support other optimize and regular config
6 years ago
Qiao Longfei
2d9859984d
Merge pull request #14353 from jacquesqiao/reduce-pass-num-of-test_label_semantic_roles
...
reduce pass num of test_label_semantic_roles to avoid test timeout
6 years ago
Qiao Longfei
04da1dcfb8
optimize import
...
test=develop
6 years ago
Qiao Longfei
45eebf69e8
reduce pass num of test_label_semantic_roles to avoid test timeout
...
test=develop
6 years ago
Qiao Longfei
d03cbd1b8c
follow comment test=develop
6 years ago
JiabinYang
c8801e100f
grad diff problem to be fixed and need api spec change to be done
6 years ago
Jacek Czaja
d332326847
- Added unit tests for softmax is_test=True op
...
test=develop
6 years ago
peizhilin
d01a26280e
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
Xin Pan
ff28b1ffc0
Merge pull request #14071 from barrierye/add_similarity_focus_op
...
Add similarity focus op
6 years ago
li099
688ed60116
Add lod tensor array to tensor op ( #13990 )
...
* add lod tensor array concat
* add lod tensor array concat
* test=develop
* add lod tensor array concat
test=develop
* Fix API.spec
test=develop
* add lod tensor array concat
test=develop
* revise some bug of lod tensor array concat
test=develop
* add unittest for tensor array concat
test=develop
* change to tensor array to tensor
test=develop
* revise bug
test=develop
* revise a bug
test=develop
* revise a bug
test=develop
* revise a bug of python3
test=develop
6 years ago
peizhilin
81476ff3cf
fix api check
6 years ago
peizhilin
e768c370e8
fix api check
6 years ago
peizhilin
1b0ce151df
fix API check issue
6 years ago
peizhilin
52f7644f53
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
qingqing01
abe209234f
Exhaustive search for cuDNN conv. ( #14286 )
...
* exhaustive search for cuDNN conv.
* Refine code and add unit testing.
* Fix model load in fluid/inference and unit testing in conv2d
* Follow comments.
* Fix compiling test=develop
6 years ago
Yu Yang
b59a9bfb7c
Clean buffered_allocator
...
test=develop
6 years ago
Kaipeng Deng
f215534ecf
Merge pull request #14205 from heavengate/nearest_interp
...
Add interpolate operator replace bilinear_interp_op and add nearest neighbor interp mode
6 years ago
Qiao Longfei
e33bf70a23
update comment test=develop
6 years ago
tink2123
1fca1a395b
fix the nn.py example
...
test=develop
6 years ago
Yu Yang
fdc689142c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation
...
test=develop
6 years ago
peizhilin
e8519a6e89
use the ext_name instead of specific extension name
6 years ago
Qiao Longfei
319618e980
optimize comment, add unit test test=develop
6 years ago
Qiao Longfei
53781fc000
fix some bug
6 years ago
Qiao Longfei
db27c5612d
add comment
6 years ago
Qiao Longfei
6097b8b365
add bilinear_tensor_product layer
6 years ago
Xin Pan
9735e3016a
fix test
...
the build strategy is finalized after create_passes. So future
change of build strategy has no effects.
test=develop
6 years ago
peizhilin
4ffa92d4f0
Merge branch 'develop' into windows/build
6 years ago
chengduo
f8b2680c53
fix test_conv2d ( #14330 )
...
test=develop
6 years ago
chengduo
c5b6573a5a
Fix input<tensor> ( #14208 )
...
* fix input<tensor>
test=develop
* fix split_ids
test=develop
* ElementwiseMul should not support SelectedRows
* fix scale op
test=develop
* change GetTensorFromVar() method to GetTensorOrSelectedRowsFromVar()
* fix operator
* refine MultiOutput
* fix MultiOutput
test=develop
* disable test_dist_save_load
test=develop
* fix elementwise_op
test=develop
* add get_sparse_as_op
test=develop
* add info for check
test=develop
* rename get_sparse_as_op with extract_rows_as_op.
test=develop
* elementwise doesn't support selected_rows
* fix regularizer
* remove extract_rows_as
test=develop
* fix ci
test=develop
* add test for sum_op
* fix regularizer
test=develop
* test=develop
* fix pserver weight decay multi inputs test=develop
6 years ago
Wu Yi
0627ee83cc
Merge pull request #14314 from typhoonzero/fix_pserver_weight_decay_multi_inputs
...
fix pserver weight decay multi inputs
6 years ago
Xin Pan
b03a44e062
Merge pull request #14026 from JiabinYang/add_reorg_op
...
Add reorg op
6 years ago
peizhilin
869487a2b7
Merge remote-tracking branch 'origin/develop' into windows/build
6 years ago
dzhwinter
d8425e0fa6
Merge pull request #14215 from dzhwinter/fix/sequence_pad
...
"fix comment"
6 years ago
Qiao Longfei
373f64986d
add comment and unit test
...
test=develop
6 years ago
typhoonzero
f3eafec19d
fix pserver weight decay multi inputs test=develop
6 years ago
Qiao Longfei
67050468e1
optimize code
...
test=develop
6 years ago
Qiao Longfei
ffd5a832d8
fix code style
6 years ago
Qiao Longfei
55edfca2b8
revert unused change
6 years ago
Qiao Longfei
fec0b192a2
fix unit test
...
test=develop
6 years ago
Qiao Longfei
a20f8e2966
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dist-table-support-optimizer-regular
6 years ago
Qiao Longfei
ce994190ab
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-pyreader
...
test=develop
6 years ago
chengduo
1001f8e1db
Add is_compiled_with_cuda for parallel_exe_crf ( #14304 )
...
test=develop
6 years ago
Qiao Longfei
d9dc81a6c6
fix dist transpiler test
...
test=develop
6 years ago
Qiao Longfei
b07ebb379b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dist-table-support-optimizer-regular
6 years ago
dengkaipeng
8b47d90f5d
add 'actual_shape' attribute. test=develop
6 years ago
Qiao Longfei
3d8077e9fb
update optimizer
6 years ago
Yu Yang
2466ca13ec
test(Pe): remove unittests for recordio in test_pe_mnist ( #14262 )
...
recordio is not the official API in Fluid 1.0. Remove unittests for it.
test=develop
6 years ago
Yu Yang
03992630b5
fix(py): set `cwd` when get commit sha in setup.py ( #14299 )
...
`cwd` was not set before when get commit SHA. The default `cwd` is the current build directory. However, the build directory might not be the subdirectory of source. The `git` command will fail when that happened.
test=develop
6 years ago
Qiao Longfei
fbcdb29d8c
fix import issue
6 years ago
Qiao Longfei
866d6bfe59
dist table support other optimize and regular config
6 years ago
Yu Yang
057a682ee9
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rewrite_allocation
6 years ago
Yu Yang
c28beb8a3c
test(Pe): add dry run tests for pe ( #14254 )
...
Dry run tests will skip `Op.Run` and just perform job scheduling. It helps to analysis dead lock in PE.
test=develop
6 years ago
Qiao Longfei
e0c8397426
Merge pull request #14257 from jacquesqiao/optimize-pserver-profiler-thread-pool
...
clean rpc server profiler
6 years ago
barrierye
ef8218be22
update docs test=develop
6 years ago
Shan Yi
ea8984c924
Merge pull request #14267 from PaddlePaddle/fix_recordio_link
...
fix_recordio_internal_link
6 years ago
tangwei12
e564eb341f
Fix mkdir conflict in save_inference_model ( #14285 )
...
* fix mkdir conflict
test=develop
6 years ago
chengduo
a9b5d42dd4
Add fp16 backward support ( #14202 )
...
* add fp16 backward support
test=develop
* add sum_op fp16 test
* disable test_dist_save_load
test=develop
* add check_grad for sum
* add unit test for softmax_grad fp16
test=develop
* add scale_op unit test
* add mul_grad_op unit test for fp16
* add cross_entropy_grad and eman_grad unit test for fp16
test=develop
* fix cross_entropy unit test
* add pool2d fp16 unit test
* refine conv2d fp16 unit test
test=develop
* refine activation unit test
test=develop
* fix ci
test=develop
* follow zhihong's comment, copy from https://github.com/PaddlePaddle/Paddle/pull/12796
test=develop
6 years ago
Qiao Longfei
2921f8a79c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-pserver-profiler-thread-pool
6 years ago
qingqing01
db8c52da5e
Revert " Exhaustive search for cuDNN conv. ( #14043 )"
...
This reverts commit ce7d9b0799
.
6 years ago
qingqing01
ce7d9b0799
Exhaustive search for cuDNN conv. ( #14043 )
...
* exhaustive search for cuDNN conv.
* Refine code and add unit testing.
* Clean code
* Fix model load in fluid/inference and unit testing in conv2d
* Follow comments.
6 years ago
Sang Ik Lee
f30c1ddb45
Include nGraph build.
...
test=develop
6 years ago
chengduo
45bad7626a
open test_parallel_executor_crf ( #14255 )
...
test=develop
6 years ago
peizhilin
a37918c31f
fix python package issue
6 years ago
Zeng Jinle
8ac2242b6e
Merge pull request #14075 from sneaxiy/remove_some_locks_in_pe
...
Remove some locks in ParallelExecutor
6 years ago
Wu Yi
97f7b181d4
Merge pull request #14264 from typhoonzero/dist_test_serial
...
run dist tests in serial
6 years ago
peizhilin
1f12ba6192
gpu support, fix build issue:
...
1. Non utf-8 characters within comments of OPs may lead to protobuf fail to parse_from_string
2. comment out some ops which not supported on windows
3. cuda libs may not be correctly linked to target on windows
6 years ago
Wu Yi
8fc05e0373
fix cpu build test=develop ( #14260 )
6 years ago
Shan Yi
1fb1a0bc6b
fix_recordio_internal_link
...
test=develop
6 years ago
typhoonzero
93c689aa96
run dist tests in serial test=develop
6 years ago
sneaxiy
faac8a76ce
remove unnecessary codes
...
test=develop
6 years ago
Qiao Longfei
59fbfbfbf7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-pserver-profiler-thread-pool
...
test=develop
6 years ago
Qiao Longfei
9e4e9e9b6e
clean rpc server profiler
6 years ago
Zeng Jinle
8d930195d9
Merge pull request #14238 from sneaxiy/fix_read_lod_level_bug
...
Fix lod_level share bug in read_op
6 years ago
Wu Yi
306236c2c0
feature/DC asgd ( #12722 )
...
* wip
* add ref_by_trainer_id op
* ready to test
* fix ref inputs
* refine rpc_op_handle
* fix merge bug
6 years ago
dengkaipeng
fef2faa709
limit CUDA kernel parallel threads max number to 4096. test=develop
6 years ago