whs
|
28dc9ba3c1
|
Add shape op to get the shape of variable. (#11048)
* Add shape op to get the shape of variable.
* Rename get_shape to shape.
* Add checker for output and fix comments.
|
7 years ago |
Wu Yi
|
ed365919b4
|
Add fluid benchmark Dockerfile (#11095)
* add fluid benchmark Dockerfile
* add_fluid_benchmark_dockerfile
|
7 years ago |
fengjiayi
|
d6997e5bc8
|
Merge pull request #11083 from JiayiFeng/dev_refine_programdesc_copy
Refine ProgramDesc copy
|
7 years ago |
whs
|
85c203b117
|
Make bilinear_interp_op support attrs from input. (#11041)
* Make bilinear_interp_op support attrs from input.
* Fix python api.
|
7 years ago |
Tao Luo
|
bfecb57282
|
Merge pull request #11090 from luotao1/capi_doc
add build and install document of fluid inference library
|
7 years ago |
chengduo
|
01bbe532da
|
Merge pull request #11079 from chengduoZH/balance_parameter_update
Balance parameter opt
|
7 years ago |
fengjiayi
|
31f0533c5d
|
fix compile errors
|
7 years ago |
Tao Luo
|
59870579bf
|
Merge pull request #11109 from chengduoZH/add_author
Add author
|
7 years ago |
Lei Wang
|
86efecb93c
|
Build: add dependencies for test_paddle_inference_api_impl. (#11064)
* Build: add test_word2vec test_image_classification as dependencies of test_paddle_inference_api_impl.
* Fix build error when WITH_TESTING is OFF.
|
7 years ago |
fengjiayi
|
04ccbed5b8
|
fix a compile error
|
7 years ago |
chengduoZH
|
e6bb67a301
|
add authors
|
7 years ago |
gongweibao
|
4fb7cc7f5e
|
Move sync_mode device ctx from grpc server (#10881)
|
7 years ago |
Yan Chunwei
|
5870a6b486
|
clean docstring_checker.pyc (#11093)
|
7 years ago |
fengjiayi
|
a3aca2a3cf
|
fix bugs
|
7 years ago |
Tao Luo
|
8c12436fe6
|
Merge pull request #10800 from reyoung/feature/fix_dev_img_build
Fix dev image build on nodes of yq
|
7 years ago |
Tao Luo
|
47f3cae2af
|
Merge pull request #11038 from sneaxiy/zjl-dev
Fix bug in "paddle/fluid/framework/tensor_impl.h" and inefficient code in "paddle/fluid/framework/reader.cc"
|
7 years ago |
Luo Tao
|
2007f630b4
|
add build and install document of fluid inference library
|
7 years ago |
Qiao Longfei
|
60c2d03803
|
Merge pull request #11087 from jacquesqiao/fix-transpiler-package
fix transpiler package
|
7 years ago |
qiaolongfei
|
2f5bc5e02d
|
fix transpiler package
|
7 years ago |
Yan Chunwei
|
97b7502772
|
inference API little fix (#11069)
|
7 years ago |
Xin Pan
|
f437c46ffd
|
Merge pull request #11071 from panyx0718/fix_infer_test
make infer test more stable.
|
7 years ago |
fengjiayi
|
2a3c58d3fe
|
refine programdesc copy
|
7 years ago |
chengduoZH
|
e330cd032e
|
balance parameter update
|
7 years ago |
Wu Yi
|
d90610624f
|
Cleanup transpiler and move weight decay and clip on pservers (#11039)
* WIP move weight decay
* weight decay ok
* wip
* clean up transpiler
* add details folder
* update
* fix split var test
* follow comments
|
7 years ago |
Xin Pan
|
44ea234343
|
clean
|
7 years ago |
Xin Pan
|
2719599e62
|
clean
|
7 years ago |
Xin Pan
|
759cb23711
|
follow comments
|
7 years ago |
weixing
|
1af0b28cc1
|
Merge pull request #10979 from weixing02/fluid_guide_img
Fluid guide img
|
7 years ago |
Xin Pan
|
1555dc519a
|
make infer test more stable.
|
7 years ago |
dzhwinter
|
82e5738f53
|
"fix build script" (#11011)
|
7 years ago |
Tao Luo
|
ccf61b3066
|
Merge pull request #10703 from mozga-intel/mozga-intel/Mul_mkldnn_withdraw
Withdraw MKLDNN Mul operator
|
7 years ago |
Qiao Longfei
|
05f7d300f8
|
Merge pull request #11034 from jacquesqiao/fix-compile-by-std-move
Fix compile error on mac caused by std move
|
7 years ago |
Tao Luo
|
03f2f3d738
|
Merge pull request #11051 from luotao1/tensorrt_compiler
fix compiler error when do not have TensorRT library
|
7 years ago |
Nicky Chan
|
df300fffd5
|
Merge pull request #11056 from nickyfantasy/refract_machine_translation_test
Simplify and make clear function names on Machine Translation example
|
7 years ago |
Kexin Zhao
|
83fb834f8c
|
Modify RNN encoder decoder example using new LoDTensor API (#11021)
* initial commit
* modify rnn_encoder_docoder example
|
7 years ago |
Nicky
|
6f3c7d9b24
|
Simplify and make a clear function name
|
7 years ago |
Haichao Zhang
|
21e794cf67
|
change name debuger to debugger (#10949)
|
7 years ago |
Luo Tao
|
aa4f685b66
|
fix compiler error when do not have TensorRT library
|
7 years ago |
Yan Chunwei
|
211e131525
|
feature/tensorrt engine op (#11001)
|
7 years ago |
Tao Luo
|
49449205f1
|
Merge pull request #11046 from chengduoZH/fix_contribution_doc
Fix contribution doc
|
7 years ago |
chengduoZH
|
b4a9d53248
|
fix contribution doc
|
7 years ago |
Xin Pan
|
35d5b1b9e2
|
Merge pull request #11036 from panyx0718/dist_timeline
better profiler and benchmark
|
7 years ago |
fengjiayi
|
32d50864ac
|
Merge pull request #11042 from JiayiFeng/fix_two_bugs
fix two bugs
|
7 years ago |
Xin Pan
|
f14e579cc3
|
clean up
|
7 years ago |
qiaolongfei
|
96be582ef3
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-compile-by-std-move
|
7 years ago |
qiaolongfei
|
e3c4a58835
|
add -Wno-error=pessimizing-move only on macos
|
7 years ago |
fengjiayi
|
32c0e82ca0
|
fix two bugs
|
7 years ago |
Xin Pan
|
109ee924eb
|
add tests and polish infer impl (#11009)
|
7 years ago |
Yu Yang
|
14905516aa
|
Merge pull request #10970 from JiayiFeng/dev_add_random_crop_op
Add random crop op
|
7 years ago |
qiaolongfei
|
8868a54d5f
|
use flags to fix the compile problem
|
7 years ago |