Skip to content

Commit

Permalink
try explicit logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Dec 15, 2023
1 parent c77161e commit 3248305
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/train/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
log = logging.getLogger(__name__)

transformers_logging.enable_default_handler()
transformers_logging.enable_explicit_format()


def validate_config(cfg: DictConfig):
Expand Down

0 comments on commit 3248305

Please sign in to comment.