Skip to content

Commit

Permalink
Add small change to check upstream.
Browse files Browse the repository at this point in the history
  • Loading branch information
hstewart93 committed May 14, 2024
1 parent 840d918 commit 34e2de0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions continunet/network/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

from config import KAGGLE_DATASET, TRAIN_DATASET_PATH


class ApiCaller:
def __init__(self):
self.api = KaggleApi()
Expand All @@ -25,3 +26,6 @@ def get_data(self):
if not os.path.exists(KAGGLE_DATASET):
self.data_api.download_dataset(TRAIN_DATASET_PATH, KAGGLE_DATASET)
return self

def load_data(self):
pass

0 comments on commit 34e2de0

Please sign in to comment.