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.

index.rst 453 B

1234567891011121314151617181920212223
  1. .. fastNLP documentation master file, created by
  2. sphinx-quickstart on Mon Aug 20 17:06:44 2018.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Welcome to fastNLP's documentation!
  6. ===================================
  7. .. toctree::
  8. :maxdepth: 4
  9. :caption: Contents:
  10. fastNLP
  11. Indices and tables
  12. ==================
  13. * :ref:`genindex`
  14. * :ref:`modindex`
  15. * :ref:`search`

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