test
Browse files
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 |
-
|
| 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 |
|