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.rst 248 B

6 years ago
6 years ago
1234567891011121314151617181920
  1. fastNLP
  2. ========
  3. .. toctree::
  4. fastNLP.core
  5. fastNLP.loader
  6. fastNLP.models
  7. fastNLP.modules
  8. fastNLP.saver
  9. fastNLP.fastnlp
  10. ----------------
  11. .. automodule:: fastNLP.fastnlp
  12. :members:
  13. .. automodule:: fastNLP
  14. :members:

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