mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-10 02:22:17 +00:00
formatting
This commit is contained in:
parent
1bc7f07a98
commit
68e1c3c000
1
egs/multi_ja_en/ASR/local/prepare_for_bpe_model.py
Normal file → Executable file
1
egs/multi_ja_en/ASR/local/prepare_for_bpe_model.py
Normal file → Executable file
@ -20,6 +20,7 @@
|
||||
# to train the BPE model later.
|
||||
|
||||
import argparse
|
||||
import re
|
||||
from pathlib import Path
|
||||
|
||||
from tqdm.auto import tqdm
|
||||
|
@ -25,6 +25,7 @@
|
||||
# Please install a version >=0.1.96
|
||||
|
||||
import argparse
|
||||
import re
|
||||
import shutil
|
||||
import tempfile
|
||||
from pathlib import Path
|
||||
|
Loading…
x
Reference in New Issue
Block a user