Datasets:
debugging vii
Browse files- ssl4eo_eu_forest.py +3 -1
ssl4eo_eu_forest.py
CHANGED
|
@@ -59,7 +59,9 @@ note = {This work was carried under the EvoLand project, cf. https://www.evo-lan
|
|
| 59 |
)
|
| 60 |
|
| 61 |
def _split_generators(self, dl_manager):
|
| 62 |
-
url = "https://huggingface.co/datasets/dm4eo/ssl4eo_eu_forest/resolve/main/meta.jsonl"
|
|
|
|
|
|
|
| 63 |
return [
|
| 64 |
datasets.SplitGenerator(
|
| 65 |
name=datasets.Split.TRAIN,
|
|
|
|
| 59 |
)
|
| 60 |
|
| 61 |
def _split_generators(self, dl_manager):
|
| 62 |
+
#url = "https://huggingface.co/datasets/dm4eo/ssl4eo_eu_forest/resolve/main/meta.jsonl"
|
| 63 |
+
url = f"{dl_manager.download_config.base_path}/meta.jsonl"
|
| 64 |
+
print(url)
|
| 65 |
return [
|
| 66 |
datasets.SplitGenerator(
|
| 67 |
name=datasets.Split.TRAIN,
|