dzhwinter
e983cc90fc
"fix decode bug" ( #7711 )
...
* "fix decode bug"
* "follow commnet"
* "fix error"
* "fix hook bug"
* fix based comment
* fix copyright
* fix based on comment
7 years ago
dzhwinter
b9b75377a2
Feature/hooks ( #7513 )
...
* add copyright hook
* add copyright hook
* refine copyright hook
* "test copyright hook"
* fix check style
* fix ci
7 years ago
guosheng
46641c6361
Fix infer when input is empty in v2/inference.py
8 years ago
Yu Yang
2b352212c2
Add serialize to file for topology and read file obj for inference
8 years ago
Yu Yang
fb32106e24
Make paddle.v2.inference can direct load protobuf
8 years ago
caoying03
09e903eb94
fix v2 infer interface.
8 years ago
dangqingqing
7c13292cff
Fix bug for multi-GPU inference.
8 years ago
Yu Yang
a76f7ed2eb
Get OpProtos in Python
...
* PyBind and SWIG of paddle cannot be load in a single Python process,
lazy import all SWIG library of Paddle. Otherwise, the glog, gflags
are imported twice in a same Python process.
* Note that all PyBind11 return C++ std::string as an unicode. For
protobuf, it is need be cast to `str` before use them.
* Add unit test for Get `OpProtos`
8 years ago
xuwei06
97c4d23fab
Add docs and clean up unused code
8 years ago
Luo Tao
bc02d1aa96
follow comments
8 years ago
Luo Tao
3e36e564fb
add multiple outputs in annotation of paddle.infer
8 years ago
Yu Yang
43493b2a59
Expose Inference in Python V2 API.
8 years ago
Luo Tao
6c2e45537e
add missing api doc of network and evaluator
8 years ago
QI JUN
e329655980
Merge pull request #1719 from QiJune/feature/add_v2_api_doc
...
Add more docs for paddle v2 api
8 years ago
Luo Tao
051119b195
fix bug in inference.py
8 years ago
qijun
b571a4148b
Merge remote-tracking branch 'baidu/develop' into feature/add_v2_api_doc
8 years ago
Luo Tao
4274883a75
add field "prob" in paddle.infer
8 years ago
Tao Luo
cadabe1d77
Update inference.py
8 years ago
Tao Luo
ac843bb879
Update with comments
8 years ago
Tao Luo
a503f3cae6
support multi-field for inference
8 years ago
qijun
ec2679c4d8
pass pre-commit
8 years ago
qijun
905b90d7ef
format code
8 years ago
qijun
0690a9fbab
add v2 run logic doc
8 years ago
Yu Yang
05b45e1f86
Remove reader logic
8 years ago
Yu Yang
797e89ece8
Merge branch 'develop' of github.com:baidu/Paddle into feature/better_infer_interface
8 years ago
Yu Yang
71ab4df366
Follow comments, remove reader/batch_size in interface.
8 years ago
Yu Yang
5905d0e88e
Merge branch 'develop' of github.com:baidu/Paddle into feature/better_infer_interface
8 years ago
Yu Yang
0d2d419a59
Follow comments
8 years ago
Yu Yang
52dc6a9cf4
Merge branch 'feature/better_infer_interface' into feature/recommendation_v2_api
8 years ago
Yu Yang
26445368a2
Rename reader_dict to feeding
...
* Also fix some other bugs.
* Fix #1495
8 years ago
Yu Yang
d5365bb715
Add input data interface for inference
8 years ago
Helin Wang
61b4c7170a
remove inferencer and Inference from __All__, since infer is sufficent, they are implementation detail.
...
rename inferencer.py to inference.py
8 years ago