mirror of
https://github.com/QData/TextAttack.git
synced 2021-10-13 00:05:06 +03:00
Update trainer.py
This commit is contained in:
@@ -25,8 +25,9 @@ from .models.helpers import LSTMForClassification, WordCNNForClassification
|
||||
from .models.wrappers import ModelWrapper
|
||||
from .training_args import CommandLineTrainingArgs, TrainingArgs
|
||||
import textattack.shared as util_shared
|
||||
from .shared.utils.install import logger as the_logger
|
||||
|
||||
logger = util_shared.logger
|
||||
logger = the_logger
|
||||
|
||||
|
||||
class Trainer:
|
||||
|
||||
Reference in New Issue
Block a user