yangwang825 commited on
Commit
6b43817
·
verified ·
1 Parent(s): 933c5d2

Update audioset.py

Browse files
Files changed (1) hide show
  1. audioset.py +2 -0
audioset.py CHANGED
@@ -183,6 +183,8 @@ class AudioSet(datasets.GeneratorBasedBuilder):
183
  _, _walker = fast_scandir(archive_path, extensions, recursive=True)
184
 
185
  for guid, audio_path in enumerate(_walker):
 
 
186
  yield guid, {
187
  "id": str(guid),
188
  "file": audio_path,
 
183
  _, _walker = fast_scandir(archive_path, extensions, recursive=True)
184
 
185
  for guid, audio_path in enumerate(_walker):
186
+ if Path(audio_path).name == 'YmW3S0u8bj58.wav':
187
+ continue
188
  yield guid, {
189
  "id": str(guid),
190
  "file": audio_path,