Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sakentsunofu committed Jan 10, 2024
1 parent 9fabfb2 commit ab3b1bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dataset_preparer.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def __init__(self, dataset_name, files):
self.dataset_name = dataset_name
self.files = files
self.dataset_dir = f"data/{self.dataset_name}/"
self.filename = self.files[0].split('/')[-1].split('.')[0]
logging.basicConfig(level=logging.INFO)

def download(self):
Expand Down

0 comments on commit ab3b1bc

Please # to comment.