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
update the fastNLP.__init__ : use loader&pipe to replace data_loader
tags/v0.4.10
ChenXin
5 years ago
parent
9e16791c53
commit
34e17e9793
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
fastNLP/__init__.py
+ 3
- 3
fastNLP/__init__.py
View File
@@ -65,8 +65,8 @@ __all__ = [
]
__version__ = '0.4.5'
from .
core import *
from .
import embeddings
from . import models
from . import modules
from .
import embeddings
from .io import
data_
loader
from .
core import *
from .io import loader
, pipe
Write
Preview
Loading…
Cancel
Save