Update BigEarthNet.py
Browse files- BigEarthNet.py +1 -0
BigEarthNet.py
CHANGED
@@ -177,6 +177,7 @@ class BigEarthNetDataset(datasets.GeneratorBasedBuilder):
|
|
177 |
)
|
178 |
|
179 |
def _split_generators(self, dl_manager):
|
|
|
180 |
if isinstance(self.DATA_URL, list):
|
181 |
try:
|
182 |
downloaded_files = dl_manager.download(self.DATA_URL)
|
|
|
177 |
)
|
178 |
|
179 |
def _split_generators(self, dl_manager):
|
180 |
+
print(dl_manager.download_config.cache_dir)
|
181 |
if isinstance(self.DATA_URL, list):
|
182 |
try:
|
183 |
downloaded_files = dl_manager.download(self.DATA_URL)
|