peizhilin
|
511cc9024a
|
fix for build issue
|
6 years ago |
peizhilin
|
f827501267
|
restore to local git to speed up the build
|
6 years ago |
wopeizl
|
05b7ee7eeb
|
Merge pull request #14545 from wopeizl/windows/online
Windows/online
|
6 years ago |
Qiyang Min
|
10e3d6770e
|
Merge pull request #14574 from velconia/fix_dist_resnet_ut_in_py36
Upgrade pybind11 to v2.2.4 to support Python3.7
|
6 years ago |
minqiyang
|
e43f5bc77c
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_dist_resnet_ut_in_py36
test=develop
|
6 years ago |
peizhilin
|
6250be4b5c
|
Merge branch 'windows/build' into windows/online
test=develop
|
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 |
Yan Chunwei
|
5c073a4db2
|
fix transfer cache thread_local bug (#14581)
|
6 years ago |
Xin Pan
|
87332bb18d
|
Merge pull request #14579 from Superjomn/fix/transfer-cache-compile-error
fix compile
|
6 years ago |
minqiyang
|
8b154c172f
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_dist_resnet_ut_in_py36
test=develop
|
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
|
e0d47cc941
|
test=develop
|
6 years ago |
peizhilin
|
fe1788caab
|
Merge branch 'windows/build' into windows/online
|
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 |
qingqing01
|
39ec80def4
|
Remove the memory copy of feeding data in C++ inference API (#14577)
* Remove the memory copy for feeding data in C++ inference API
* Fix compling dependence
* Fix compling in ONLY_CPU mode
|
6 years ago |
peizhilin
|
97a001fe86
|
Merge branch 'windows/build' into windows/online
test=develop
|
6 years ago |
peizhilin
|
b2f8d4183d
|
Given the different fraction_of_gpu_memory_to_use depends on platform
|
6 years ago |
peizhilin
|
a89ed6998e
|
Merge branch 'windows/build' into windows/online
|
6 years ago |
peizhilin
|
7aadb68116
|
Merge branch 'windows/build' of https://github.com/wopeizl/paddle into windows/build
|
6 years ago |
peizhilin
|
1afa9492af
|
Recover the profiler
|
6 years ago |
Zeng Jinle
|
cf5be6ab7a
|
Merge pull request #14561 from sneaxiy/fix_increment_op_doc
Fix increment_op doc
|
6 years ago |
Yiqun Liu
|
bf222f197d
|
Use sub scope in tensor_array_to_tensor op. (#14524)
test=develop
|
6 years ago |
superjomn
|
4b40c0013b
|
fix compile
test=develop
|
6 years ago |
JiabinYang
|
560b9b5baa
|
Merge branch 'fix_mac/fix_pinned_memory' of https://github.com/JiabinYang/Paddle into fix_mac/fix_pinned_memory
|
6 years ago |
JiabinYang
|
83444de41c
|
polish init.py, test=develop
|
6 years ago |
dzhwinter
|
840c1b29ad
|
test=develop (#14562)
* test=develop
remove code.
* test=develop
|
6 years ago |
Yu Yang
|
26af9cf90c
|
Merge pull request #14565 from chengduoZH/fix_cublas_warp_error
Fix cublas warp error
|
6 years ago |
Yan Chunwei
|
923c8e3332
|
add benchmark for inference (#14571)
|
6 years ago |
qingqing01
|
c52f65e071
|
Fix the random fail in test_image_classification.py (#14551)
test=develop
|
6 years ago |
Yan Chunwei
|
a7188d5bc7
|
fix executor transfer cache bug (#14518)
|
6 years ago |
gongweibao
|
c1bf9664cd
|
Add options to disable SO_REUSEPORT of grpc. (#14269)
|
6 years ago |
minqiyang
|
ee73810fd5
|
Fix API.spec
test=develop
|
6 years ago |
peizhilin
|
ba562bc125
|
code style fix test=develop
|
6 years ago |
peizhilin
|
23604231da
|
code style fix test=develop
|
6 years ago |
peizhilin
|
b9995a7bf5
|
Merge branch 'windows/build' into windows/online
test=develop
|
6 years ago |
peizhilin
|
abbf1eb7e2
|
enable profiler features on windows
|
6 years ago |
Qiyang Min
|
60d25bfe44
|
Merge pull request #14573 from velconia/add_py36_py37_ubuntu_dockerfile
Add python3.6 python3.7 support in ubuntu dockerfile
|
6 years ago |
minqiyang
|
d2045260a5
|
Change visibilities of variant_visitor of pybind11
test=develop
|
6 years ago |
minqiyang
|
b67229187e
|
Change to PYBIND11_MODULE because the deprecation of PYBIND11_PLUGIN
test=develop
|
6 years ago |
minqiyang
|
81994e84e0
|
Change the include files because the version changes of pybind11
test=develop
|
6 years ago |
Jiabin Yang
|
bc4923321c
|
Update __init__.py
|
6 years ago |
minqiyang
|
8038cd10a9
|
Upgrade pybind11 to v2.2.4 to support Python3.7
test=develop
|
6 years ago |
Min
|
05e6a71417
|
Polish code
test=develop
|
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 |
Min
|
155a0f78e6
|
Polish code
test=develop
|
6 years ago |
minqiyang
|
e8a8f2626c
|
Add Python3.6 and Python3.7 support in Ubuntu Dockerfile
test=develop
|
6 years ago |
minqiyang
|
a5ddd82735
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_py36_py37_ubuntu_dockerfile
|
6 years ago |