112 Commits

Author SHA1 Message Date
Felix
629e53df2a
add vector search to reg infer (#791)
* Update inference_rec.yaml
* Update predict.sh
2021-06-05 17:02:38 +08:00
littletomatodonkey
05d0801992
Update predict_system.py 2021-06-05 14:19:54 +08:00
Wei Shengyu
0a8a8a702c
Merge pull request #787 from littletomatodonkey/reg/add_py_infer
Reg/add py infer
2021-06-05 14:17:01 +08:00
littletomatodonkey
de72c8f6ce support system prediction 2021-06-04 15:23:23 +00:00
littletomatodonkey
0a82f9bb84 add yaml 2021-06-04 09:29:01 +00:00
littletomatodonkey
c356974e14 add inference and its yaml 2021-06-04 09:28:37 +00:00
Felix
e61af9cf05
update vector search license (#784)
* Update interface.cc

* Update config.h

* Update data.h

* Update graph.h
2021-06-04 13:50:49 +08:00
Wei Shengyu
680c0c9e2a
Merge pull request #761 from FredHuang16/develop_reg
add vector search
2021-06-03 11:22:05 +08:00
Tingquan Gao
efe86f6cec
Update the doc of HubServing (#770) 2021-06-02 22:05:11 +08:00
Felix
9c9ce6d133
Update README.md 2021-06-01 18:42:28 +08:00
Felix
60363135ac
Update __init__.py 2021-06-01 17:57:21 +08:00
Felix
35504714b9
Create __init__.py 2021-06-01 17:50:20 +08:00
Felix
56403a1222
Update graph.h 2021-06-01 15:24:33 +08:00
Felix
8c68bb2462
Update data.h 2021-06-01 15:22:40 +08:00
Felix
f8ee114792
Update config.h 2021-06-01 15:21:54 +08:00
Felix
6991fcd05e
Update interface.cc 2021-06-01 15:19:39 +08:00
Felix
1d9258184f
Update config.h 2021-06-01 14:19:21 +08:00
Felix
cd3b4ae2f6
Update test.py 2021-06-01 14:18:44 +08:00
Felix
7eda511fb1
Update data.h 2021-06-01 14:18:03 +08:00
Felix
504a36717e
Update interface.py 2021-06-01 14:17:23 +08:00
Felix
496f608f8e
Update interface.cc 2021-06-01 14:16:45 +08:00
Felix
351a7e7bf2
Update README.md 2021-06-01 11:22:30 +08:00
Felix
41f527f2f4
Update test.py 2021-06-01 11:22:13 +08:00
Felix
240176b617
Add files via upload 2021-06-01 11:20:46 +08:00
Felix
f2887bdb69
Create config.h 2021-06-01 11:20:25 +08:00
Felix
16518c4157
Add files via upload 2021-06-01 11:18:55 +08:00
Felix
4e0e6b2193
Update README.md 2021-06-01 11:17:39 +08:00
Felix
566773ea70
Update README.md 2021-06-01 11:17:08 +08:00
Felix
e2dbfd9f80
Create README.md 2021-06-01 11:16:25 +08:00
weishengyu
920a44b0ce move files 2021-05-24 11:43:47 +08:00
Tingquan Gao
dd70cb1bb0
Fix HubServing demo (#708) 2021-04-30 16:10:17 +08:00
Tingquan Gao
97f4f557e5
Fix hyperlink and support arm7 (#670)
* Update hyperlink, test=document_fix

* Fix to support arm7
2021-04-09 16:21:07 +08:00
Tingquan Gao
4523d4246d
Adapt paddle_inference 2.0.1 API (#667) 2021-04-06 10:52:40 +08:00
Tingquan Gao
8a469799af
support bs>1 (#651)
* support bs>1
2021-03-26 18:52:50 +08:00
littletomatodonkey
bba176e05a
enhance reader (#628) 2021-03-08 10:35:38 +08:00
Tingquan Gao
22dba8cedb
Add readme of quantization (#624)
* Add readme of quantization

* Fix readme of quantization, test=document_fix
2021-03-04 14:06:59 +08:00
littletomatodonkey
cd99285d8b
Update README.md 2021-03-02 12:52:12 +08:00
littletomatodonkey
e02a35ac45
add quant clas (#621)
* add quant clas

* fix load init model

* add quant

* add quant doc

* fix export model
2021-03-01 19:36:55 +08:00
Tingquan Gao
ad730ae499
Adapt to paddle inference 2.0 (#607) 2021-02-08 12:10:45 +08:00
Tingquan Gao
c213c9fc5f
Fix the training log in static graph (#525)
* Adapt to PaddleHub2.0 to eliminate warning
* Fix the training log format
2020-12-30 14:43:00 +08:00
littletomatodonkey
e7dbecd22e
fix predict (#527)
* fix predict

* fix export model

* fix doc
2020-12-30 14:28:06 +08:00
Tingquan Gao
11ef05ca32
Update the hubserving (#517)
* Fix the timing of hubserving
2020-12-28 13:28:06 +08:00
Tingquan Gao
aa65556433
Adapt to PaddleHub2.0 (#512) 2020-12-24 18:21:37 +08:00
littletomatodonkey
de855adcb2
Update config.txt 2020-12-18 20:18:19 +08:00
littletomatodonkey
e5cc8d463c
add enable benchmark for lite (#503)
* add enable benchmark for lite

* fix config
2020-12-18 20:17:50 +08:00
Tingquan Gao
eb945e5d69
Fix "tar" to "pdparams" to adapt to dygraph (#496)
* Fix "tar" to "pdparams" to adapt to dygraph

* Update the download link of Paddle Inference Library
2020-12-17 23:20:16 +08:00
Tingquan Gao
6ddd8049e0
Add "cpu_num_threads" and "enable_profile" (#494) 2020-12-17 15:23:29 +08:00
littletomatodonkey
bcaf6a8528
fix trt doc (#485)
* fix trt doc

* update history
2020-12-16 12:01:32 +08:00
littletomatodonkey
3d5cde1aed
Update main.cpp 2020-12-15 22:54:20 +08:00
littletomatodonkey
13e8fcdc43
fix cpp time (#483)
* fix cpp time

* fix time
2020-12-15 21:55:02 +08:00