Tao Luo
|
c0b3f93bff
|
clean inference include files
test=develop
|
6 years ago |
Xin Pan
|
3e665862b8
|
Protect important header files.
test=develop
|
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 |
minqiyang
|
53433d7f2e
|
Revert the changes of VLOG
test=develop
|
6 years ago |
tensor-tang
|
1f0291a51e
|
add comments and follow comments
test=develop
|
6 years ago |
tensor-tang
|
557229bd39
|
Merge remote-tracking branch 'ups/develop' into fea/jit/rnn
|
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 |
Qiao Longfei
|
ed9fa4b301
|
can run
|
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 |
Qiao Longfei
|
686d15c8e0
|
update grpc_variable_response
|
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 |
Qiao Longfei
|
d827881502
|
fix pserver and prefetch rpc
|
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 |
JiabinYang
|
02d68051db
|
add sparsed bias grad, test=develop
|
6 years ago |
dzhwinter
|
840c1b29ad
|
test=develop (#14562)
* test=develop
remove code.
* test=develop
|
6 years ago |
Qiao Longfei
|
5856c2f332
|
change Var to FindVar
|
6 years ago |
Yu Yang
|
26af9cf90c
|
Merge pull request #14565 from chengduoZH/fix_cublas_warp_error
Fix cublas warp error
|
6 years ago |
Qiao Longfei
|
312b7786d9
|
clean code
|
6 years ago |
minqiyang
|
6274c0f7fc
|
Remove build content of Python3 in Dockerfile
test=develop
|
6 years ago |
Qiao Longfei
|
2b6c0c09d6
|
add unit test
|
6 years ago |
Yan Chunwei
|
923c8e3332
|
add benchmark for inference (#14571)
|
6 years ago |
minqiyang
|
c92c440fa1
|
Add python3.6 and python3.7 support to production generated Dockerfile
test=develop
|
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 |
Qiao Longfei
|
47280ef8b4
|
lookup table op support prefetch
|
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 |