Commit
·
eefe20b
1
Parent(s):
ececc1a
Update msynth.py
Browse files
msynth.py
CHANGED
|
@@ -376,7 +376,7 @@ class msynth(datasets.GeneratorBasedBuilder):
|
|
| 376 |
|
| 377 |
|
| 378 |
if self.config.name == "segmentation_mask":
|
| 379 |
-
|
| 380 |
data_dir = []
|
| 381 |
examples = []
|
| 382 |
for folder in files:
|
|
|
|
| 376 |
|
| 377 |
|
| 378 |
if self.config.name == "segmentation_mask":
|
| 379 |
+
key = 0
|
| 380 |
data_dir = []
|
| 381 |
examples = []
|
| 382 |
for folder in files:
|