You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

change_log.md 2.0 kB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. ## v 0.2.2 (05/07/2022)
  2. Second internal release.
  3. ### Highlights
  4. ### Algorithms
  5. #### CV
  6. * add cv-person-image-cartoon pipeline
  7. * add action recognition pipeline
  8. * add ocr detection pipeline
  9. * add animal recognition model
  10. * add cmdssl video embedding extraction pipeline
  11. #### NLP
  12. * add speech AEC pipeline
  13. * add palm2.0
  14. * add space model
  15. * add MPLUG model
  16. * add dialog_intent, dialog_modeling, dialog state tracking pipleline
  17. * add maskedlm model and fill_mask pipeline
  18. * add nli pipeline
  19. * add sentence similarity pipeline
  20. * add sentiment_classification pipeline
  21. * add text generation pipeline
  22. * add translation pipeline
  23. * add chinese word segmentation pipeline
  24. * add zero-shot classification
  25. #### Audio
  26. * add tts pipeline
  27. * add kws kwsbp pipline
  28. * add linear aec pipeline
  29. * add ans pipeline
  30. #### Multi-Modal
  31. * add image captioning pipeline
  32. * add multi-modal feature extraction pipeline
  33. * add text to image synthesis pipeline
  34. * add VQA pipeline
  35. ### Framework
  36. * add msdataset interface
  37. * add hub interface and cache support
  38. * support multiple models in single pipeline
  39. * add default model configuration for each pipeline
  40. * remove task field image and video, using cv instead
  41. * dockerfile support
  42. * multi-level tests support
  43. * sphinx-docs use book theme
  44. * formalize the output of pipeline and make pipeline reusable
  45. * pipeline refactor and standardize module_name
  46. * self-host repo support
  47. ### Bug Fix
  48. * support kwargs in pipeline
  49. * fix errors in task name definition
  50. ## v 0.1.0 (20/05/2022)
  51. First internal release for pipeline inference
  52. * provide basic modules including fileio, logging
  53. * config file parser
  54. * module registry and build, which support group management
  55. * add modules including preprocessor, model and pipeline
  56. * image loading and nlp tokenize support in preprocessor
  57. * add two pipeline: image-matting pipeline and text-classification pipeline
  58. * add task constants according to PRD
  59. * citest support
  60. * makefile and scripts which support packaging whl, build docs, unittest