fixed bug
Browse files- ref_seg_ger.py +1 -0
ref_seg_ger.py
CHANGED
|
@@ -205,6 +205,7 @@ class RefSeg(datasets.GeneratorBasedBuilder):
|
|
| 205 |
print(filepath)
|
| 206 |
print(split)
|
| 207 |
paths = glob(filepath + '/' + split + '/*.csv')
|
|
|
|
| 208 |
key = 0
|
| 209 |
for f in paths:
|
| 210 |
df = pd.read_csv(f)
|
|
|
|
| 205 |
print(filepath)
|
| 206 |
print(split)
|
| 207 |
paths = glob(filepath + '/' + split + '/*.csv')
|
| 208 |
+
print(paths)
|
| 209 |
key = 0
|
| 210 |
for f in paths:
|
| 211 |
df = pd.read_csv(f)
|