This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
fastNLP
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
delete a todo item
tags/v0.4.10
ChenXin
6 years ago
parent
ec824376c6
commit
d9e9f9ca7c
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save