Yu Yang
b52ad9de92
Merge pull request #9000 from reyoung/feature/extract_prepare_from_executor_run
...
Extract Prepare from Executor
7 years ago
Tao Luo
b62874429d
Merge pull request #8910 from Xreki/core_inference_profile
...
Refine the profile codes for inference.
7 years ago
Yu Yang
43d09a1c5f
Extract Prepare from Executor
7 years ago
QI JUN
f7e9fe57d3
[Memory]More memory optimization policy ( #8690 )
...
* add memopt level
* add opt level for image classification demo
* clean code
* add delete op
* clean code
* test machine translation demo
* clean code
* clean code
* skip fill constant with force cpu
* clean code
* clean code
* refine code
* clean code
* fix bug
7 years ago
kexinzhao
607eec30a8
Merge pull request #8946 from kexinzhao/fix_cuda_arch_fp16
...
Add GPU compute capability check for float16 math function test
7 years ago
Yancey
b5ef315cf1
Fix dist compile error ( #8987 )
7 years ago
qingqing01
b3d26cd3ad
Fix bug in detection_output and mAP calculation in SSD. ( #8985 )
...
* Clipping bbox in the mAP evaluator calculation.
* Fix bug in detection_output and mAP calculation in SSD.
* Fix bug in detection.py.
* Fix bug in test_detection_map_op.py.
7 years ago
Kexin Zhao
c88f58dbd8
add comment
7 years ago
chengduo
e4ce4795dc
Merge pull request #8874 from jacquesqiao/optimize-optimizer
...
a little optimize of optimizer
7 years ago
chengduo
685f03762e
Merge pull request #8890 from chengduoZH/feature/fix_bug_of_elementwise
...
Add ElementwiseOpInferVarType for Elementwise_op
7 years ago
Kexin Zhao
3b44b849d3
address comments
7 years ago
qiaolongfei
73db6eecca
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-optimizer
7 years ago
qiaolongfei
63ab12c877
update test_optimizer
7 years ago
fengjiayi
dd1244f3c9
Merge pull request #8943 from JiayiFeng/fix_bugs_in_readers
...
Fix a potential bug in the c++ reader
7 years ago
Tao Luo
6c06841ba0
Merge pull request #8801 from ranqiu92/doc
...
Refine doc
7 years ago
ranqiu
86f5b8845f
Update doc
7 years ago
fengjiayi
928730beb0
Merge pull request #8980 from JiayiFeng/fix_doc_link
...
Fix doc link errors
7 years ago
fengjiayi
e6e597e118
fix doc link errors
7 years ago
pzelazko-intel
4730a4be24
MKLDNN pool2d OP kernel added ( #8879 )
...
* MKLDNN pool2d OP kernel added
* conv2d and pool2d MKLDNN kernels renamed
* MKLDNN conv2d kernel refactoring
7 years ago
Kexin Zhao
95de7617eb
fix bug
7 years ago
Kexin Zhao
1998d5afa2
add gpu info func to get compute cap
7 years ago
Kexin Zhao
d400b4192d
fix math function arch mismatch for older GPU
7 years ago
fengjiayi
614c33fb3a
fix a potential bug in the c++ reader
7 years ago
Yancey
ccc5418841
Don't save var which type is RAW ( #8928 )
7 years ago
fengjiayi
aa3f5058d3
Merge pull request #8841 from JiayiFeng/dev_double_buffer_for_cpp_reader
...
Basic double buffer for cpp reader
7 years ago
QI JUN
b341bac7e1
Refine cast op ( #8923 )
...
* fix mac build error
* override GetExpectedKernelType for cast op
* fix typo
* add cuda unittest
7 years ago
Yancey
8468037918
Fix sparse update memory error for distributed training ( #8837 )
...
Fix sparse update memory error for distributed training
7 years ago
Tao Luo
124b75012e
Merge pull request #8833 from QiJune/update_getstarted_doc
...
Update getstarted doc
7 years ago
fengjiayi
35e1e0d521
uses channel to replace the traditional buffer
7 years ago
qijun
8b9e9c71b9
follow comments
7 years ago
fengjiayi
b3a11fdf3a
Merge branch 'rm_reader_HasNext' into dev_double_buffer_for_cpp_reader
7 years ago
fengjiayi
6e5736e270
fix a compile error
7 years ago
fengjiayi
4e517881f7
remove HasNext
7 years ago
Liu Yiqun
a8e8507767
Refine the profile codes for inference.
7 years ago
武毅
9dd34e4169
update unpushed commits for zerocopy grpc ( #8900 )
7 years ago
Xin Pan
b825c79261
Merge pull request #8897 from panyx0718/message
...
Print exception message from threads
7 years ago
kexinzhao
90215b7844
Add float16 GEMM math function on GPU ( #8695 )
...
* test cpu float16 data transform
* add isnan etc
* small fix
* fix containsNAN test error
* add data_type transform GPU test
* add float16 GPU example
* fix error
* fix GPU test error
* initial commit
* fix error
* small fix
* add more gemm fp16 tests
* fix error
* add utility function
7 years ago
Tao Luo
8e024d3135
Merge pull request #8898 from weixing02/picture
...
Move 2 pictures from /v2 to /fluid
7 years ago
Tao Luo
0117da3d2c
Merge pull request #8894 from luotao1/doc_deploy
...
fix document deployment
7 years ago
weixing02
a7d236d608
Move 2 pictures from /v2 to /fluid ( #8846 )
7 years ago
武毅
45af8c1e99
Performance/zero copy variable seriralization ( #8839 )
7 years ago
Xin Pan
9a27d3af23
Print exception message from threads
7 years ago
Luo Tao
9416703d8e
fix document deployment
7 years ago
Tao Luo
12fc76e1b5
Merge pull request #8882 from guoshengCS/refine-rnn-guide-doc
...
Add guide for documentation-9-"RNN模型"
7 years ago
chengduoZH
53d19f5b1e
Add ElementwiseOpInferVarType
7 years ago
guosheng
71dd899369
Refine the guide of RNN in docs by following comments
7 years ago
Tao Luo
0d49b92140
Merge pull request #8886 from weixing02/doc
...
Fix some outdated links in doc/fluid/read_source.md (#8851 )
7 years ago
Melobelle
65cfd32774
Fix some path errors ( #8851 )
7 years ago
guosheng
cc0b8053f3
Refine the guide of RNN in docs
7 years ago
qingqing01
ffda2c414d
Clipping bbox in the mAP evaluator calculation. ( #8872 )
7 years ago