heliqi
587ffd4caf
[Serving]add ernie-3.0 demo ( #399 )
...
serving add ernie-3.0 demo
2022-10-20 15:29:47 +08:00
Jason
3ff562aa77
Bump up to version 0.3.0 ( #371 )
...
* Update VERSION_NUMBER
* Update paddle_inference.cmake
* Delete docs directory
* release new docs
* update version number
* add vision result doc
* update version
* fix dead link
* fix vision
* fix dead link
* Update README_EN.md
* Update README_EN.md
* Update README_EN.md
* Update README_EN.md
* Update README_EN.md
* Update README_CN.md
* Update README_EN.md
* Update README_CN.md
* Update README_EN.md
* Update README_CN.md
* Update README_EN.md
* Update README_EN.md
Co-authored-by: leiqing <54695910+leiqing1@users.noreply.github.com >
2022-10-15 22:01:27 +08:00
Jack Zhou
f8cf99d5c8
Add main page of uie ( #334 )
...
Add main page of uie; update uie cpp README
2022-10-10 10:21:37 +08:00
Jason
5e9a5755fd
Change cmake minimal version
2022-09-28 17:45:02 +08:00
DefTruth
9e09a55abb
[docs] update win build docs with cmake-gui+vs2019 ( #280 )
...
* Delete redundant Chinese comments
* [docs] update win build docs with cmake-gui+vs2019
* [docs] update win build docs with cmake-gui+vs2019
* [examples] replace some cn comments with en
* [cmake] update FastDeploy.cmake.in
* [docs] update windows c++ sdk usage docs
* [cmake] update FastDeploy.cmake.in
* [docs] update windows sdk usage docs
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-09-26 19:25:12 +08:00
Jason
82f0d2b652
Rename Frontend to ModelFormat in documents ( #265 )
2022-09-22 14:00:34 +08:00
leiqing
9bebdaa915
Update README.md
2022-09-22 12:52:44 +08:00
Jack Zhou
14ba9ce6c2
Add uie python example and doc ( #221 )
...
* add fastdeploy.text.UIEModel
* Add uie python example
* Add one schema for cpp demo
* Add ConvertUIEResultToDict for pretty the uie result in python
* remove default args for SchemaNode
* Add uie example args
* Add uie python api desc
* Add infer.py usage
* truncate some example output
* Add uie schema usage
* Add uie result md
* Add uie c++ api doc
2022-09-15 06:06:40 +08:00
Jack Zhou
54bea3160d
Add uie python api ( #214 )
...
* add uie pybind
* Add uie result pybind
* Add uie python class
* fix UIEModel pythonargs
* Add schema node pybind
* remove uie print
* Fix cpp build ci
2022-09-13 19:03:06 +08:00
Jack Zhou
2bd0c6bc1d
Add openvino backend for windows ( #196 )
...
* Add InitTensorInfo for openvino
* update openvino source dir
* add openvino windows compile
* Add windows ExternalProject_Add
* Cp 3rdparty dir of openvino to installdir in windows
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-09-07 16:13:59 +08:00
leiqing
a00ef005b3
Update README.md
2022-09-05 17:50:58 +08:00
Jack Zhou
cc5cf4c2ef
Move uie to fd ( #166 )
...
* Move uie to fd
* Add using namespace
* remove fastdeploy::text::
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-08-29 21:31:09 +08:00
Jack Zhou
83619083d9
Fix ambiguous compliation error in mac x64 ( #160 )
...
* Fix ambiguous compliation error in mac x64
* fix typo
2022-08-25 21:29:43 +08:00
Jack Zhou
bae93cebc6
Add uie cpp deploy ( #120 )
...
* implement PredictUIEInput
* remove batch size
* Add GetCandidateIdx
* add GetCandidateIdx GetSpan GetSpanIdxAndProbs
* Add Predict of UIEModel
* Add relation schema
* Fix uie unicode bug
* rename information_extraction/ernie -> uie
* Add more uie task
* Add cross task extraction
* use CharToBytesOffsetConverter
* Add faster_tokenizer dir
* Add RuntimeOption args
* Add todo comments
* Add some readme
* fix readme
* Fix readme
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-08-24 20:20:47 +08:00
Jack Zhou
835bb39b10
Add ernie ie task ( #100 )
2022-08-15 13:28:48 +08:00
Jason
22ca63982b
Refine code structure ( #89 )
...
* refine code structure
* refine code structure
2022-08-10 10:50:22 +08:00
Jack Zhou
c7d37b6732
Add reduce functions for FDTensor ( #81 )
...
* Add eigen tensor structure
* Add Reduce function
* Add cpp unittest framework
* Add reduce function unittest
* Add pr template
* Add comments and docs for reduce function
* Fix typo
* Add ENABLE_FDTENSOR_FUNC macro
* Add Todo comment
* Add CheckData overload
* Fix CheckData overload operator()
Co-authored-by: Jason <jiangjiajun@baidu.com >
2022-08-10 10:31:04 +08:00
Jack Zhou
32c2154bbe
Unify the data type of tensor shape ( #74 )
...
int32_t->int64_t
2022-08-08 14:02:56 +08:00
Jack Zhou
0587c4bbac
Add const Data of FDTensor ( #72 )
...
* Add const Data of FDTensor
* use SetExternalData instead of memcpy
* Add Softmax
* Add Max
* Add viterbi decode for ernie tokencls
2022-08-08 08:51:51 +08:00
Jack Zhou
d792af059a
Add text examples ( #69 )
...
* Add text init file
* Fix some cmake
* Add TextModel, TextResult, PredictionOption
* Add text preprocessor, postprocessor, pipeline of text model prediction
* remove Text prefix
* Add faster_tokenizer deps
* Add ernie IE examples
* Add eigen computation
* eigen.h->compute.h
* Add python ernie examples
* Fix some comments
2022-08-05 15:24:02 +08:00