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 691 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. fastNLP.modules package
  2. =======================
  3. Subpackages
  4. -----------
  5. .. toctree::
  6. fastNLP.modules.aggregation
  7. fastNLP.modules.decoder
  8. fastNLP.modules.encoder
  9. fastNLP.modules.interaction
  10. Submodules
  11. ----------
  12. fastNLP.modules.other\_modules module
  13. -------------------------------------
  14. .. automodule:: fastNLP.modules.other_modules
  15. :members:
  16. :undoc-members:
  17. :show-inheritance:
  18. fastNLP.modules.utils module
  19. ----------------------------
  20. .. automodule:: fastNLP.modules.utils
  21. :members:
  22. :undoc-members:
  23. :show-inheritance:
  24. Module contents
  25. ---------------
  26. .. automodule:: fastNLP.modules
  27. :members:
  28. :undoc-members:
  29. :show-inheritance:

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