fix(loader): fixed the loading script
Browse files
batch.py
CHANGED
@@ -94,6 +94,8 @@ class Batch(GeneratorBasedBuilder):
|
|
94 |
except: # speech for some clusters may be missing
|
95 |
pass
|
96 |
|
|
|
|
|
97 |
index = dl_manager.download_and_extract(_INDEX)
|
98 |
|
99 |
# print(clusters)
|
|
|
94 |
except: # speech for some clusters may be missing
|
95 |
pass
|
96 |
|
97 |
+
offset += 1
|
98 |
+
|
99 |
index = dl_manager.download_and_extract(_INDEX)
|
100 |
|
101 |
# print(clusters)
|