Browse Source

update the fastNLP.__init__ : use loader&pipe to replace data_loader

tags/v0.4.10
ChenXin 5 years ago
parent
commit
34e17e9793
1 changed files with 3 additions and 3 deletions
  1. +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

Loading…
Cancel
Save