Skip to content

Commit

Permalink
log level info
Browse files Browse the repository at this point in the history
  • Loading branch information
jack89roberts committed Jul 25, 2024
1 parent 5adce7a commit 25e5362
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/train.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import argparse
import logging
import shutil

import wandb
Expand All @@ -24,6 +25,8 @@


def main(experiment_path):
logging.basicConfig(level=logging.INFO)

# Step 0: get start time
start_time = get_datetime_str()

Expand Down

0 comments on commit 25e5362

Please sign in to comment.