rename dataset root
Browse files- NASA_OSDR.py +1 -1
NASA_OSDR.py
CHANGED
|
@@ -105,7 +105,7 @@ class NasaOsdr(datasets.GeneratorBasedBuilder):
|
|
| 105 |
name=datasets.Split.TRAIN,
|
| 106 |
gen_kwargs={
|
| 107 |
"split": "train",
|
| 108 |
-
"dataset_root": "
|
| 109 |
},
|
| 110 |
),
|
| 111 |
]
|
|
|
|
| 105 |
name=datasets.Split.TRAIN,
|
| 106 |
gen_kwargs={
|
| 107 |
"split": "train",
|
| 108 |
+
"dataset_root": "data",
|
| 109 |
},
|
| 110 |
),
|
| 111 |
]
|