Emilio Marinone commited on
Commit
fec3d57
1 Parent(s): 06408c2

missed to remove one printing

Browse files
Files changed (1) hide show
  1. nst_sv.py +0 -1
nst_sv.py CHANGED
@@ -227,7 +227,6 @@ class NstSV(datasets.GeneratorBasedBuilder):
227
 
228
  if "val_recordings" in annotation:
229
  val_recordings = annotation["val_recordings"]
230
- print(f"Reading {len(val_recordings)} annotations from: {annotations_filepath}")
231
  for recording in val_recordings:
232
  # channel_ext in can either be "-1" "-2"
233
  # so if file is "123456.wav"
 
227
 
228
  if "val_recordings" in annotation:
229
  val_recordings = annotation["val_recordings"]
 
230
  for recording in val_recordings:
231
  # channel_ext in can either be "-1" "-2"
232
  # so if file is "123456.wav"