mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 10:16:14 +00:00
fixed isort format issue
This commit is contained in:
parent
fa13951da5
commit
1a5f825310
@ -35,8 +35,8 @@ consisting of words and tokens (i.e., phones) and does the following:
|
||||
5. Generate L_disambig.pt, in k2 format.
|
||||
"""
|
||||
import argparse
|
||||
import math
|
||||
import logging
|
||||
import math
|
||||
import re
|
||||
from collections import defaultdict
|
||||
from pathlib import Path
|
||||
|
@ -22,8 +22,8 @@ from typing import List, Union
|
||||
import k2
|
||||
import torch
|
||||
|
||||
from icefall.utils import str2bool
|
||||
from icefall.lexicon import Lexicon
|
||||
from icefall.utils import str2bool
|
||||
|
||||
|
||||
class OtcPhoneTrainingGraphCompiler(object):
|
||||
|
Loading…
x
Reference in New Issue
Block a user