Datasets:
Update divemt.py
Browse files
divemt.py
CHANGED
@@ -134,7 +134,7 @@ class DivEMT(datasets.GeneratorBasedBuilder):
|
|
134 |
datasets.SplitGenerator(
|
135 |
name=datasets.Split.TRAIN,
|
136 |
gen_kwargs={
|
137 |
-
"filepath": fpath,
|
138 |
"features": self.config.features,
|
139 |
},
|
140 |
)
|
|
|
134 |
datasets.SplitGenerator(
|
135 |
name=datasets.Split.TRAIN,
|
136 |
gen_kwargs={
|
137 |
+
"filepath": next(fpath),
|
138 |
"features": self.config.features,
|
139 |
},
|
140 |
)
|