Browse Source

delete a todo item

tags/v0.4.10
ChenXin 6 years ago
parent
commit
d9e9f9ca7c
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      fastNLP/core/__init__.py

+ 0
- 2
fastNLP/core/__init__.py View File

@@ -10,8 +10,6 @@ core 模块里实现了 fastNLP 的核心框架,常用的功能都可以从 fa

对于常用的功能,你只需要在 :doc:`fastNLP` 中查看即可。如果想了解各个子模块的具体作用,您可以在下面找到每个子模块的具体文档。

.. todo::
介绍core 的子模块的分工,好像必要性不大
"""
from .batch import DataSetIter, BatchIter, TorchLoaderIter


Loading…
Cancel
Save