mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 18:24:18 +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.
|
5. Generate L_disambig.pt, in k2 format.
|
||||||
"""
|
"""
|
||||||
import argparse
|
import argparse
|
||||||
import math
|
|
||||||
import logging
|
import logging
|
||||||
|
import math
|
||||||
import re
|
import re
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
@ -22,8 +22,8 @@ from typing import List, Union
|
|||||||
import k2
|
import k2
|
||||||
import torch
|
import torch
|
||||||
|
|
||||||
from icefall.utils import str2bool
|
|
||||||
from icefall.lexicon import Lexicon
|
from icefall.lexicon import Lexicon
|
||||||
|
from icefall.utils import str2bool
|
||||||
|
|
||||||
|
|
||||||
class OtcPhoneTrainingGraphCompiler(object):
|
class OtcPhoneTrainingGraphCompiler(object):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user