delete a todo item

This commit is contained in:
ChenXin 2019-07-12 15:24:18 +08:00
parent ec824376c6
commit d9e9f9ca7c

View File

@ -10,8 +10,6 @@ core 模块里实现了 fastNLP 的核心框架,常用的功能都可以从 fa
对于常用的功能你只需要在 :doc:`fastNLP` 中查看即可如果想了解各个子模块的具体作用您可以在下面找到每个子模块的具体文档
.. todo::
介绍core 的子模块的分工好像必要性不大
"""
from .batch import DataSetIter, BatchIter, TorchLoaderIter