test
Browse files
run_flax_speech_recognition_seq2seq_streaming.py
CHANGED
|
@@ -754,7 +754,7 @@ def main():
|
|
| 754 |
|
| 755 |
# Add an updated index to all the files
|
| 756 |
md_files = sorted(file for file in os.listdir(stats_folder_name) if file.startswith("step_"))
|
| 757 |
-
md_links = " | ".join(f"[{file.split('_')[1]}]({os.path.join(stats_folder_name, file)})" for file in
|
| 758 |
|
| 759 |
markdown_complete_str = f'{md_links}\n{markdown_str}'
|
| 760 |
with open(stats_file_name, "w") as f:
|
|
|
|
| 754 |
|
| 755 |
# Add an updated index to all the files
|
| 756 |
md_files = sorted(file for file in os.listdir(stats_folder_name) if file.startswith("step_"))
|
| 757 |
+
md_links = " | ".join(f"[{file.split('_')[1]}]({os.path.join(stats_folder_name, file)})" for file in md_files)
|
| 758 |
|
| 759 |
markdown_complete_str = f'{md_links}\n{markdown_str}'
|
| 760 |
with open(stats_file_name, "w") as f:
|