Commit
·
0bf62a7
1
Parent(s):
78437ee
Update msynth.py
Browse files
msynth.py
CHANGED
|
@@ -325,7 +325,7 @@ class msynth(datasets.GeneratorBasedBuilder):
|
|
| 325 |
digit_numbers.append(int(match.group(2)))
|
| 326 |
elif self.config.name == "segmentation_mask":
|
| 327 |
digit_numbers.append(int(match.group(1)))
|
| 328 |
-
|
| 329 |
|
| 330 |
|
| 331 |
# Sort the list of numbers while keeping track of the original indices
|
|
|
|
| 325 |
digit_numbers.append(int(match.group(2)))
|
| 326 |
elif self.config.name == "segmentation_mask":
|
| 327 |
digit_numbers.append(int(match.group(1)))
|
| 328 |
+
break
|
| 329 |
|
| 330 |
|
| 331 |
# Sort the list of numbers while keeping track of the original indices
|