Skip to content

Commit

Permalink
Update scripts/train/train.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mihir Patel <[email protected]>
  • Loading branch information
dakinggg and mvpatel2000 committed Apr 24, 2024
1 parent c8d1ffc commit 1111ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/train/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def main(cfg: DictConfig) -> Trainer:
'python_log_level',
must_exist=False,
default_value='debug')
# set logging level
# Set logging level
if python_log_level is not None:
logging.basicConfig(
# Example of format string
Expand Down

0 comments on commit 1111ec7

Please sign in to comment.