pere commited on
Commit
4d2672b
·
1 Parent(s): 11428f0
run_flax_speech_recognition_seq2seq_streaming.py CHANGED
@@ -767,7 +767,7 @@ def main():
767
  f.write(new_content)
768
  f.truncate()
769
  except:
770
- breakpoint()
771
 
772
  logger.info(f"Created {stats_file_name} and updated the headers of the other stats files")
773
 
 
767
  f.write(new_content)
768
  f.truncate()
769
  except:
770
+ print(f"Some strange stuff happened for file {filename}")
771
 
772
  logger.info(f"Created {stats_file_name} and updated the headers of the other stats files")
773