zeio commited on
Commit
770d64d
·
verified ·
1 Parent(s): 0f0d992

fix(loader): fixed the loading script

Browse files
Files changed (1) hide show
  1. batch.py +2 -0
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)