RitchieP commited on
Commit
5abaaad
1 Parent(s): c123fe5

Prod Debugging 2

Browse files
Files changed (1) hide show
  1. VerbaLex_voice.py +1 -2
VerbaLex_voice.py CHANGED
@@ -123,9 +123,8 @@ class VerbaLexVoiceDataset(datasets.GeneratorBasedBuilder):
123
  metadata[row["path"]] = row
124
 
125
  for i, audio_archive in enumerate(archives):
 
126
  for path, file in audio_archive:
127
- print("PATH: " + path)
128
- print("FILE: " + file)
129
  _, filename = os.path.split(path)
130
  if filename in metadata:
131
  result = dict(metadata[filename])
 
123
  metadata[row["path"]] = row
124
 
125
  for i, audio_archive in enumerate(archives):
126
+ print(audio_archive)
127
  for path, file in audio_archive:
 
 
128
  _, filename = os.path.split(path)
129
  if filename in metadata:
130
  result = dict(metadata[filename])