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.modules.rst 443 B

6 years ago
6 years ago
6 years ago
12345678910111213141516171819202122232425
  1. fastNLP.modules
  2. ================
  3. .. toctree::
  4. fastNLP.modules.aggregation
  5. fastNLP.modules.decoder
  6. fastNLP.modules.encoder
  7. fastNLP.modules.interaction
  8. fastNLP.modules.other\_modules
  9. -------------------------------
  10. .. automodule:: fastNLP.modules.other_modules
  11. :members:
  12. fastNLP.modules.utils
  13. ----------------------
  14. .. automodule:: fastNLP.modules.utils
  15. :members:
  16. .. automodule:: fastNLP.modules
  17. :members:

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