Browse Source

from fastNLP import Trainer

tags/v1.0.0alpha
yh_cc 2 years ago
parent
commit
54e266a267
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      fastNLP/__init__.py

+ 1
- 1
fastNLP/__init__.py View File

@@ -1,3 +1,3 @@

from fastNLP.envs import *
from fastNLP.core import Trainer, Evaluator
from fastNLP.core import *

Loading…
Cancel
Save