2022-07-05 21:44:33 +08:00
|
|
|
## v 0.2.2 (05/07/2022)
|
|
|
|
|
Second internal release.
|
|
|
|
|
|
|
|
|
|
### Highlights
|
|
|
|
|
|
|
|
|
|
### Algorithms
|
|
|
|
|
#### CV
|
|
|
|
|
* add cv-person-image-cartoon pipeline
|
|
|
|
|
* add action recognition pipeline
|
|
|
|
|
* add ocr detection pipeline
|
|
|
|
|
* add animal recognition model
|
|
|
|
|
* add cmdssl video embedding extraction pipeline
|
|
|
|
|
|
|
|
|
|
#### NLP
|
|
|
|
|
* add speech AEC pipeline
|
|
|
|
|
* add palm2.0
|
|
|
|
|
* add space model
|
|
|
|
|
* add MPLUG model
|
2024-02-21 14:35:11 +08:00
|
|
|
* add dialog_intent, dialog_modeling, dialog state tracking pipeline
|
2022-07-05 21:44:33 +08:00
|
|
|
* add maskedlm model and fill_mask pipeline
|
|
|
|
|
* add nli pipeline
|
|
|
|
|
* add sentence similarity pipeline
|
|
|
|
|
* add sentiment_classification pipeline
|
|
|
|
|
* add text generation pipeline
|
|
|
|
|
* add translation pipeline
|
|
|
|
|
* add chinese word segmentation pipeline
|
|
|
|
|
* add zero-shot classification
|
|
|
|
|
|
|
|
|
|
#### Audio
|
|
|
|
|
* add tts pipeline
|
2024-02-21 14:35:11 +08:00
|
|
|
* add kws kwsbp pipeline
|
2022-07-05 21:44:33 +08:00
|
|
|
* add linear aec pipeline
|
|
|
|
|
* add ans pipeline
|
|
|
|
|
|
|
|
|
|
#### Multi-Modal
|
|
|
|
|
* add image captioning pipeline
|
|
|
|
|
* add multi-modal feature extraction pipeline
|
|
|
|
|
* add text to image synthesis pipeline
|
|
|
|
|
* add VQA pipeline
|
|
|
|
|
|
|
|
|
|
### Framework
|
|
|
|
|
* add msdataset interface
|
|
|
|
|
* add hub interface and cache support
|
|
|
|
|
* support multiple models in single pipeline
|
|
|
|
|
* add default model configuration for each pipeline
|
|
|
|
|
* remove task field image and video, using cv instead
|
|
|
|
|
* dockerfile support
|
|
|
|
|
* multi-level tests support
|
|
|
|
|
* sphinx-docs use book theme
|
|
|
|
|
* formalize the output of pipeline and make pipeline reusable
|
|
|
|
|
* pipeline refactor and standardize module_name
|
|
|
|
|
* self-host repo support
|
|
|
|
|
|
|
|
|
|
### Bug Fix
|
|
|
|
|
* support kwargs in pipeline
|
|
|
|
|
* fix errors in task name definition
|
|
|
|
|
|
2022-05-20 16:51:34 +08:00
|
|
|
## v 0.1.0 (20/05/2022)
|
|
|
|
|
|
|
|
|
|
First internal release for pipeline inference
|
|
|
|
|
|
|
|
|
|
* provide basic modules including fileio, logging
|
|
|
|
|
* config file parser
|
|
|
|
|
* module registry and build, which support group management
|
|
|
|
|
* add modules including preprocessor, model and pipeline
|
|
|
|
|
* image loading and nlp tokenize support in preprocessor
|
|
|
|
|
* add two pipeline: image-matting pipeline and text-classification pipeline
|
|
|
|
|
* add task constants according to PRD
|
|
|
|
|
* citest support
|
|
|
|
|
* makefile and scripts which support packaging whl, build docs, unittest
|