Skip to content

Commit

Permalink
format files with isort to meet style guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed May 2, 2024
1 parent 0925a0c commit 97c9311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/reazonspeech/ASR/zipformer/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
from lhotse.utils import fix_random_seed
from model import AsrModel
from optim import Eden, ScaledAdam
from tokenizer import Tokenizer
from scaling import ScheduledFloat
from subsampling import Conv2dSubsampling
from tokenizer import Tokenizer
from torch import Tensor
from torch.cuda.amp import GradScaler
from torch.nn.parallel import DistributedDataParallel as DDP
Expand Down

0 comments on commit 97c9311

Please sign in to comment.