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.

fastNLP.models.rst 626 B

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
123456789101112131415161718192021222324252627282930
  1. fastNLP.models
  2. ===============
  3. fastNLP.models.base\_model
  4. ---------------------------
  5. .. automodule:: fastNLP.models.base_model
  6. :members:
  7. fastNLP.models.char\_language\_model
  8. -------------------------------------
  9. .. automodule:: fastNLP.models.char_language_model
  10. :members:
  11. fastNLP.models.cnn\_text\_classification
  12. -----------------------------------------
  13. .. automodule:: fastNLP.models.cnn_text_classification
  14. :members:
  15. fastNLP.models.sequence\_modeling
  16. ----------------------------------
  17. .. automodule:: fastNLP.models.sequence_modeling
  18. :members:
  19. .. automodule:: fastNLP.models
  20. :members:

一款轻量级的自然语言处理(NLP)工具包,目标是减少用户项目中的工程型代码,例如数据处理循环、训练循环、多卡运行等