Skip to content

Commit eabe38f

Browse files
committed
Merge branch 'dev' of https://github.com/Kaszanas/SC2_Datasets into dev
2 parents 35af0c5 + fd6eb99 commit eabe38f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sc2_datasets/lightning/sc2_egset_datamodule.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ class SC2EGSetDataModule(SC2DataModule):
4848
def __init__(
4949
self,
5050
replaypacks: List[Tuple[str, str]] = SC2EGSET_DATASET_REPLAYPACKS,
51-
download_dir: str = "./data/download",
52-
unpack_dir: str = "./data/unpack",
51+
download_dir: str = "./data/download/sc2egset_dataset",
52+
unpack_dir: str = "./data/unpack/sc2egset_dataset",
5353
download: bool = True,
5454
transform: Callable = None,
5555
dims=None,

0 commit comments

Comments
 (0)