Skip to content

Commit

Permalink
Merge pull request #539 from QData/fix-'textattack'-has-no-attribute-…
Browse files Browse the repository at this point in the history
…'shared'-bug

Fix logger initiation bug
  • Loading branch information
qiyanjun committed Oct 12, 2021
2 parents 3f0d529 + fb6a04e commit 907ec46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textattack/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from .models.wrappers import ModelWrapper
from .training_args import CommandLineTrainingArgs, TrainingArgs

logger = textattack.shared.logger
logger = textattack.shared.utils.logger


class Trainer:
Expand Down

0 comments on commit 907ec46

Please sign in to comment.