chiseng-cheang
commited on
Commit
•
57db608
1
Parent(s):
3a8d406
Update TempoSum.py
Browse files- TempoSum.py +1 -1
TempoSum.py
CHANGED
@@ -106,7 +106,7 @@ class TempoSum(datasets.GeneratorBasedBuilder):
|
|
106 |
|
107 |
for idx, sample_data in enumerate(zip(*files)):
|
108 |
yield idx, {
|
109 |
-
feature: feature_data
|
110 |
for (feature, feature_data) in zip(features, sample_data)
|
111 |
}
|
112 |
|
|
|
106 |
|
107 |
for idx, sample_data in enumerate(zip(*files)):
|
108 |
yield idx, {
|
109 |
+
feature: feature_data
|
110 |
for (feature, feature_data) in zip(features, sample_data)
|
111 |
}
|
112 |
|